Operation Details |
Description: | Reads the participantRoleID of the case member. |
Sterotype: | ns |
SQL |
SELECT CaseParticipantRole.participantRoleID INTO :participantRoleID FROM Benefit, CaseParticipantRole WHERE Benefit.evidenceID = :evidenceID AND CaseParticipantRole.caseParticipantRoleID = Benefit.caseParticipantRoleID |