Operation Details
Description: Counts the number of Financial Components by case and status.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  FinancialComponent 
WHERE FinancialComponent.caseID = :caseID 
  AND FinancialComponent.statusCode = :statusCode