Operation Details
Description: This method is used to count the number of records available with the given combination DeterminationConfigID, Name and RecordStatus
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  DeterminationConfig 
WHERE UPPER(name) = :name 
  AND recordStatus = :recordStatus 
  AND determinationConfigID <> :determinationConfigID