Error fetch out of sequence in Payables Open Interface Import (APXIIMPT)
Posted by: Edi Yanto on: March 7, 2007
For fix the error fetch out of sequence (APXIIMPT), do the below step :
- Find import_invoices and import_invoices_group cursor in ap_import_invoices_pkg package.
- Comment or disable the for update syntax (FOR UPDATE of invoice_id NOWAIT).
- Recompile this package and run Auto Invoice POII (Payables Open Interface Import) again.
Recent Comments