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,
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,
Post a Comment