Operation Details
Description: Reads the BefeficiaryID based on the trust income id.
Sterotype: ns
SQL
SELECT
  Beneficiary.evidenceID
INTO
  :evidenceID 
FROM
  Beneficiary,
  TrustIncome 
WHERE TrustIncome.evidenceID = :evidenceID 
  AND Beneficiary.caseParticipantRoleID = TrustIncome.caseParticipantRoleID