Operation Details
Description: Counts the number of active deductions for a third party.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  CaseDeductionItem 
WHERE thirdPartyConcernRoleID = :concernRoleID 
  AND statusCode = :statusCode