Operation Details
Description: Method counts active unique concern roles as allegations roles for a case.
Sterotype: ns
SQL
SELECT
  COUNT (DISTINCT CaseParticipantRole.participantRoleID)
INTO
  :count
FROM
  CaseParticipantRole
WHERE CaseParticipantRole.caseID = :caseID
  AND CaseParticipantRole.recordStatus = :recordStatus