Operation Details
Description: Returns case identifier.
Sterotype: ns
SQL
SELECT
  CaseParticipantRole.caseID,
  CaseParticipantRole.fromDate
INTO
  :caseID,
  :fromDate 
FROM
  CaseParticipantRole,
  CaseNominee 
WHERE CaseNominee.caseNomineeID = :caseNomineeID 
  AND CaseParticipantRole.caseParticipantRoleID = CaseNominee.caseParticipantRoleID