Operation Details
Description: To get the maximum effective Date from the FinancialInstruction entity using concernRoleID.
Sterotype: ns
SQL
SELECT
  MAX(effectiveDate)
INTO
  :effectiveDate 
FROM
  FinancialInstruction 
WHERE concernRoleID = :concernRoleID