Operation Details
Description: Returns one caseParticipantRoleID for the key passed in.
Sterotype: ns
SQL
SELECT
  MIN (caseParticipantRoleID)
INTO
  :caseParticipantRoleID 
FROM
  CaseParticipantRole 
WHERE caseID = :caseID 
  AND participantRoleID = :participantRoleID