Posts Tagged ‘Oracle Applications’

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 [...]


Subinventory creation in Oracle Applications

Subinventories are logical seperations of material inventory such as raw material, finished goods and defective material. Material in an organization is held in Subinventory, so we need to define subinventories for an organization. To Define Subinventory: 1) loginto Oracle Applications. 2) Click on path Inventory -> setup: organizations -> Subinventories. 3) select the organization in [...]