Operation Details
Description: This method is used to count the number of records present in the database with the given name and record status combination
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  DeterminationConfig 
WHERE UPPER(name) = :name 
  AND recordStatus = :recordStatus