Operation Details
Description: Counts the number of case IDs that match the given case ID to see if the case ID is an Investigation Case case identifier.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  InvestigationDelivery 
WHERE caseID = :caseID