Posts Tagged ‘Receiving Interface Errors Report’

What If Receiving Trasaction Processor Fails in Oracle Applications

If receiving transaction processor fails to receive, inspect or deliver lines in Receiving Open Interface. You can run Receiving Interface Errors Report to know the exact error.
Instead of running Receiving Interface Errors Report concurrent Program, you can simply query the error from Oracle Database in po_interface_errors table.
Use following query:
select * from apps.po_interface_errors where request_id = 1192033 [...]


About Oracle Applications Receiving Transaction Processor

Receiving Transaction Processor will be used to process pending or unprocessed Receiving Transactions.
Receiving Interface Errors Report will be used to know, what are the errors encountered while running Receiving Transaction Processor, which failed processing of pending transactions.
To Run Receiving Transaction Processor
1) Goto Purchasing Super User Responsibility
2) Click on Reports –> Run
3) Submit New Request window [...]