Tuesday, March 14, 2023

Oracle Cloud ERP - Payable invoice FBDI interface, Error and Base tables

Here, we will share the details for different ERP tables used for Payable invoice FBDI import.

As follows:

EntityUCMImport ProcessInterface TableBase Table/View
Headersfin/payables/importImport Payables InvoicesAP_INVOICES_INTERFACE  AP_INVOICES_ALL  
Linesfin/payables/importImport Payables InvoicesAP_INVOICE_LINES_INTERFACE  AP_INVOICE_LINES_ALL  
   *Interface table not there**AP_INVOICE_DISTRIBUTIONS_ALL  
Error Table   AP_INTERFACE_REJECTIONS  

No comments:

Post a Comment

Featured Post

OIC XSLT: Execute Only When At Least One Field Has Value and None Are Blank

๐Ÿ”ท OIC XSLT: Validate Fields Before Executing Logic ๐Ÿ”น Requirement Fields: field1, field2, field3, field4, field5 ✔ Execute only when: At le...