Operation Details
Description: To retrieve the owner of the Case, to which the financial component is associated, by linking back to the CaseHeader.
Sterotype: ns
SQL
SELECT
  caseHdr.ownerOrgObjectLinkID
INTO
  :orgObjectLinkID 
FROM
  CaseHeader caseHdr,
  FinancialComponent fc 
WHERE fc.financialCompID = :financialCompID 
  AND fc.caseID = caseHdr.caseID