Operation Details
Description: Searches all rejections for an appealed case.
Sterotype: nsmulti
SQL
SELECT
  appealedCaseRejectionID,
  rejectionDate,
  reasonCode,
  reasonText,
  userName
INTO
  :appealedCaseRejectionID,
  :rejectionDate,
  :reasonCode,
  :reasonText,
  :userName 
FROM
  AppealedCaseRejection 
WHERE appealRelationshipID = :appealRelationshipID