Inventory Management - EBS (MOSC)

MOSC Banner

Load POs through Interface

Oracle EBS R12 has Interface table to upload the Open purchase Order from Legacy system or from other source such as Spreadsheet to the Oracle Application.

You need to run PO import program to load the data from Interfaces table to the Oracle Base Tables.

There are three interface tables uses to Upload the Open purchase Orders in Oracle EBS.

  • po_headers_interface
  • po_lines_interface
  • po_distributions_interface

/****** INSERT DATA INTO PO_HEADERS_INTERFACE ******/

INSERT INTO po.po_headers_interface
(interface_header_id,
comments,
process_code,
action,
org_id,
document_type_code,
currency_code,
agent_id,
vendor_id,
vendor_name,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center