Operation Details
Description: Reads the full name for a case participant.
Sterotype: ns
SQL
SELECT
  ConcernRole.concernRoleName
INTO
  :fullName 
FROM
  ConcernRole,
  CaseParticipantRole 
WHERE ConcernRole.concernRoleID = CaseParticipantRole.participantRoleID 
  AND CaseParticipantRole.caseParticipantRoleID = :caseParticipantRoleID