AP Invoice Vertex debug xml query in Oracle EBS

AP Invoice Vertex debug xml query in Oracle EBS
AP Invoice Vertex debug xml Oracle apps
Vertex debug Oracle R12

--AP Invoice debug xml

SELECT ap.invoice_num,
       ap.invoice_id trx_id,
       VT.REQUEST_ID,
       debug.REQUEST_NAME,
       debug.MESSAGE_TYPE,
       debug.xml
     --,vt.*
  FROM apps.ap_invoices_all      ap,
       apps.vertex_txn_tax_resp  vt,
       apps.vertex_oic_debug_xml debug
 WHERE     1 = 1
       AND ap.invoice_id = vt.transaction_id
       AND ap.invoice_num = '1231234'
       AND vt.request_id = debug.request_id(+);


--
Related posts: Upload your own post and refer it anywhere anytime:

Leave a Reply