Operation Details
Description: This method is used to count the number of entires present in the DetAssessmentConfigLink table for the given DeterminationConfigID
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  DetAssessmentConfigLink 
WHERE determinationConfigID = :determinationConfigID