Operation Details
Description: Reads the unique internal reference number assigned to the concern role, and the concern role type.
Sterotype: ns
SQL
SELECT
  concernRoleID,
  concernRoleType
INTO
  :concernRoleID,
  :concernRoleType 
FROM
  CaseParticipantRole,
  ConcernRole 
WHERE caseParticipantRoleID = :caseParticipantRoleID 
  AND participantRoleID = concernRoleID