Search Results pon_item_prices_interface
Overview
PON_ITEM_PRICES_INTERFACE is a temporary (staging) table within the PON – Sourcing product of Oracle E-Business Suite, valid in both release 12.1.1 and 12.2.2. It holds item price details that are imported from or exported to Microsoft Excel during sourcing and auction line maintenance. The table acts as a transient holding area between external spreadsheet data and the transactional sourcing tables, allowing buyers and sourcing managers to upload line-level pricing, quantities, and related attributes in bulk or to extract existing auction line data for offline review.
The object is owned by the PON schema and is documented with 107 physical columns. Under the heuristic Data Vault classification mined from its foreign key structure, the table is best modeled as a link, since it sits at the intersection of several business entities — auctions, projects, tasks, line types, and users — rather than functioning as a standalone descriptive satellite or a single-subject hub.
Key Information Stored
The documented columns reveal a staging structure that mirrors the attributes of auction lines and their pricing. The most significant columns include:
- INTERFACE_LINE_ID — The surrogate primary key for the staging row.
- INTERFACE_HEADER_ID / AUCTION_HEADER_ID — The owning auction header, linking each staged line to PON_AUCTION_HEADERS_ALL.
- AUCTION_LINE_NUMBER / INTERFACE_TYPE / ACTION — Identify the target line, the direction of the interface, and the insert/update action to be performed.
- ITEM_ID / ITEM_NUMBER / ITEM_REVISION / ITEM_DESCRIPTION — The inventory item being priced.
- CATEGORY_ID / CATEGORY_NAME / UNIT_OF_MEASURE / UOM_CODE — Purchasing category and unit of measure for the line.
- QUANTITY / PRICE / CURRENCY_CODE — The core commercial values requested or offered.
- TARGET_PRICE, RESERVE_PRICE, BID_START_PRICE, PROXY_BID_LIMIT_PRICE, BID_CURRENCY_PRICE — Auction-specific price controls and bid limits.
- PROMISED_DATE / NEED_BY_DATE / NEED_BY_START_DATE — Delivery scheduling dates.
- SHIP_TO_LOCATION_ID / SHIP_TO_LOCATION — The delivery destination.
- PROJECT_ID, PROJECT_TASK_ID, PROJECT_NUMBER, PROJECT_AWARD_ID — Project accounting references for project-funded sourcing lines.
- LINE_TYPE_ID / LINE_TYPE — The purchasing line type, foreign-keyed to PO_LINE_TYPES_B.
- WORK_APPROVER_USER_ID / WORK_APPROVER_USER_NAME — The approver user associated with the line.
- BATCH_ID / INTERFACE_LOT_LINE_ID / GROUP_LINE_ID — Batch and grouping identifiers used to process uploads in sets.
The surrogate key is INTERFACE_LINE_ID; business-key candidates are the combination of INTERFACE_HEADER_ID and AUCTION_LINE_NUMBER, which identifies a staged line within its auction context.
Common Use Cases and Queries
Typical usage centers on bulk import/export of auction pricing via the Sourcing spreadsheet integration. A buyer downloads auction lines into Excel, edits prices and quantities, and re-uploads; the interface table receives the inbound rows for validation and posting. Common queries include:
- Reviewing pending staged lines for a specific auction:
SELECT interface_line_id, auction_line_number, item_description, price FROM pon_item_prices_interface WHERE auction_header_id = :auction_id; - Detecting rows with errors before posting, by joining INTERFACE_LINE_ID and INTERFACE_HEADER_ID to the PON interface error tables and checking ACTION values.
- Reconciling imported quantities and prices against the posted auction lines in PON_AUCTION_LINES_ALL after the interface run.
- Reporting on project-funded lines by joining PROJECT_ID to PA_PROJECTS_ALL and PROJECT_TASK_ID to PA_TASKS.
Because the table is temporary by design, rows are transient and should be treated as in-flight data rather than a historical record; persistent values live in the PON auction line tables after successful processing.
Related Objects
The documented foreign keys identify the principal related objects and the join columns:
- PON_AUCTION_HEADERS_ALL — via AUCTION_HEADER_ID; the parent auction for each staged line.
- PO_LINE_TYPES_B — via LINE_TYPE_ID; supplies valid purchasing line types.
- PA_PROJECTS_ALL — via PROJECT_ID; project funding reference.
- PA_TASKS — via PROJECT_TASK_ID; project task reference.
- FND_USER — via WORK_APPROVER_USER_ID; the approver identity.
In addition, the auction line and header tables within PON, along with the Sourcing spreadsheet import/export concurrent programs, depend on this interface table as the conduit between external spreadsheets and Oracle EBS transactional data.
-
Table: PON_ITEM_PRICES_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID, product: PON - Sourcing , description: Temporary table contains the item price details that have been imported or exported to to excel. , implementation_dba_data: PON.PON_ITEM_PRICES_INTERFACE ,
-
Table: PON_ITEM_PRICES_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID, product: PON - Sourcing , description: Temporary table contains the item price details that have been imported or exported to to excel. , implementation_dba_data: PON.PON_ITEM_PRICES_INTERFACE ,
-
APPS.PON_VALIDATE_ITEM_PRICES_INT SQL Statements
12.2.2
-
APPS.PON_VALIDATE_ITEM_PRICES_INT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PON_VALIDATE_ITEM_PRICES_INT
12.2.2
-
PACKAGE BODY: APPS.PON_VALIDATE_ITEM_PRICES_INT
12.1.1
-
SYNONYM: APPS.PON_ITEM_PRICES_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
SYNONYM: APPS.PON_ITEM_PRICES_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION SQL Statements
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION SQL Statements
12.2.2
-
VIEW: PON.PON_ITEM_PRICES_INTERFACE#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_ITEM_PRICES_INTERFACE#, status:VALID,
-
PACKAGE BODY: APPS.PON_AUC_INTERFACE_TABLE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_AUC_INTERFACE_TABLE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PON_AUC_INTERFACE_TABLE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_AUC_INTERFACE_TABLE_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.ICX_CAT_SCHEMA_UPLOAD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_CAT_SCHEMA_UPLOAD_PVT, status:VALID,
-
PACKAGE BODY: APPS.PON_VALIDATE_ITEM_PRICES_INT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_VALIDATE_ITEM_PRICES_INT, status:VALID,
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.2.2
-
PACKAGE BODY: APPS.ICX_CAT_SCHEMA_UPLOAD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_CAT_SCHEMA_UPLOAD_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CP_INTRFAC_TO_TRANSACTION, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
Table: PON_AUCTION_HEADERS_ALL
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL, object_name:PON_AUCTION_HEADERS_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiations header level details. , implementation_dba_data: PON.PON_AUCTION_HEADERS_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: PON_AUCTION_HEADERS_ALL
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL, object_name:PON_AUCTION_HEADERS_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiations header level details. , implementation_dba_data: PON.PON_AUCTION_HEADERS_ALL ,
-
PACKAGE BODY: APPS.PON_VALIDATE_ITEM_PRICES_INT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_VALIDATE_ITEM_PRICES_INT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: PON.PON_ITEM_PRICES_INTERFACE#
12.2.2
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CP_INTRFAC_TO_TRANSACTION, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: PON.PON_ITEM_PRICES_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
APPS.PON_AUC_INTERFACE_TABLE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PON_OPEN_INTERFACE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_OPEN_INTERFACE_PVT, status:VALID,
-
APPS.PON_OPEN_INTERFACE_PVT SQL Statements
12.2.2
-
TABLE: PON.PON_ITEM_PRICES_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
APPS.PON_AUC_INTERFACE_TABLE_PKG SQL Statements
12.2.2
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
PACKAGE BODY: APPS.PON_AUC_INTERFACE_TABLE_PKG
12.1.1
-
Table: FND_USER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: FND_USER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
PACKAGE BODY: APPS.PON_OPEN_INTERFACE_PVT
12.2.2
-
APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on PON_ITEM_PRICES_INTERFACE
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_ITEM_PRICES_INTERFACE
12.2.2