Operation Details
Description: Retrieves the case id and sensitivity of the participant related to this case participant role.
Sterotype: ns
SQL
SELECT
  CaseParticipantRole.caseID,
  CaseParticipantRole.participantRoleID
INTO
  :caseID,
  :participantID 
FROM
  CaseParticipantRole 
WHERE CaseParticipantRole.caseParticipantRoleID = :caseParticipantRoleID