Operation Details
Description: Method reads a case participant role id based on the parameters passed in. @deprecated Since Curam Bluewash GA, replaced by {@link #readCaseParticipantRoleIDByParticipantRoleIDCaseIDTypeAndRecordStatus()}. New method has been introduced as the semantics of the current method is not as per the standard. See release note: CEF-9293.
Sterotype: ns
SQL
SELECT
  caseParticipantRoleID
INTO
  :caseParticipantRoleID 
FROM
  CaseParticipantRole 
WHERE participantRoleID = :participantRoleID 
  AND caseID = :caseID 
  AND typeCode = :typeCode 
  AND recordStatus = :recordStatus