Operation Details
Description: This method is used to count the number of records matches the given combination of Determination Config Reference and Record status
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :numberOfRecords 
FROM
  DeterminationConfig 
WHERE UPPER(determinationalReference) = :reference 
  AND recordStatus = :recordStatus