Operation Details
Description: Retrieves the case id and sensitivity of the participant related to this concern case role.
Sterotype: ns
SQL
SELECT
  ConcernCaseRole.caseID,
  ConcernRole.sensitivity
INTO
  :caseID,
  :sensitivityCode 
FROM
  ConcernCaseRole,
  ConcernRole 
WHERE ConcernCaseRole.concernCaseRoleID = :concernCaseRoleID 
  AND ConcernRole.concernRoleID = ConcernCaseRole.concernRoleID