Operation Details
Description: Returns the reason code from the case status entity based on the caseStatusID.
Sterotype: ns
SQL
SELECT
  reasonCode
INTO
  :reasonCode 
FROM
  CaseStatus 
WHERE caseStatusID = :caseStatusID