Creating invoices using Payables Open Interface
Greetings dear experts,
I want to know if it is possible to create invoice records only populating Invoice header through AP_INVOICES_INTERFACE table only and without needing to use AP_INVOICE_LINES_INTERFACE.
The final accounts payable user will match the invoices using the information in receipts and purchase orders manually, but we want to automatically create all the invoice headers records using Payables Open Interface SQL*Loader program with Invoice Header information only (AP_INVOICES_INTERFACE). Is this possible to achieve without sending lines of each invoice record? As far as I know, Payables Open Interface Import concurrent process will load everything found in the interface tables and validate the information. If I only send the header interface, will it reject the invoice records?