Operation Details
Description: Reads the concern role id for a case nominee.
Sterotype: ns
SQL
SELECT
  CaseParticipantRole.participantRoleID
INTO
  :concernRoleID 
FROM
  CaseNominee,
  CaseParticipantRole 
WHERE CaseNominee.caseNomineeID = :caseNomineeID 
  AND CaseNominee.caseParticipantRoleID = CaseParticipantRole.caseParticipantRoleID