Operation Details
Description: This method reads the related case ID by case ID and relationship type code.
Sterotype: ns
SQL
SELECT
  relatedCaseID
INTO
  :caseID 
FROM
  CaseRelationship 
WHERE caseID = :caseID 
  AND typeCode = :typeCode