Operation Details
Description: Returns the number of cases of the specified status for the specified concern.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :value 
FROM
  ConcernCaseRole 
WHERE concernRoleID = :concernRoleID 
  AND recordStatus = :recordStatus