Wednesday, January 20, 2016

Get Oracle 12 payment XML output, Custom payment template

Get Oracle 12 payment XML output.
Use the following query to get XML Output for payment to modify the payment template:
Q1:-
SELECT   document
  FROM   iby_trxn_documents
 WHERE   payment_instruction_id = :p_payment_instruction_id;

use the output to build custom payment template

Thanks,


No comments:

Post a Comment