Sunday 19 June 2016

Customizing Send Separate Remittance Advices and XML Output for Send Separate Remittance Advices

Customizing Send Separate Remittance Advices and  XML Output for Send Separate Remittance Advices:

Send Separate Remittance Advices Program uses the same XML extract used for formatting of payments within the payment instruction except that it includes information about delivery method and address in case of Remittance advice program.

One can customize the IBY_FD_EXTRACT_EXT_PUB extension package to add custom XML tags.

Refer Notes:
*** Format Customization in Oracle Payments for Oracle Applications Release 12 (Doc ID 787467.1) 
*** R12 Oracle Payments Processing 'How To' documents (Doc ID 579132.1) and section How to Create or Modify a Payment Format Using XML Builder

*** R12: Can Users Customize XML Extract? (Doc ID 457539.1)


XML Output for the payment instruction will be saved in iby_trxn_documents

SELECT xmltype(document) 
   FROM iby_trxn_documents 
      WHERE payment_instruction_id=<>;



No comments:

Post a Comment