Operation Details
Description: Reads the amount, effective date, type code, posting date and status code for a financial instruction.
Sterotype: ns
SQL
SELECT
  FinancialInstruction.amount,
  FinancialInstruction.statusCode,
  FinancialInstruction.typeCode,
  FinancialInstruction.effectiveDate,
  FinancialInstruction.postingDate
INTO
  :amount,
  :statusCode,
  :typeCode,
  :effectiveDate,
  :postingDate 
FROM
  FinancialInstruction 
WHERE FinancialInstruction.finInstructionID = :finInstructionID