Operation Details
Description: Checks if an approval check already exists for an investigation.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  InvestigationApprovalCheck 
WHERE recordStatus = :recordStatus 
  AND typeCode = :typeCode 
  AND investigationConfigID = :investigationConfigID