Operation Details
Description: Reads the Alien Sponsor Type for an Alien Sponsor based on the Alien Sponsor's Case Participant Role ID.
Sterotype: ns
SQL
SELECT
  evidenceID,
  alienSponsorType
INTO
  :evidenceID,
  :alienSponsorType 
FROM
  AlienSponsor 
WHERE caseParticipantRoleID = :caseParticipantRoleID