Search Results pon_auc_items_interface
Overview
The PON_AUC_ITEMS_INTERFACE table is a critical data interface within the Oracle E-Business Suite (EBS) Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It functions as a staging table designed to temporarily hold item-level data imported from external systems or processes before this data is validated and processed into the core negotiation tables. Its primary role is to facilitate the bulk import of line item information for sourcing documents, such as Requests for Quotation (RFQs) and Reverse Auctions, enabling integration with third-party systems, data migration, and high-volume data entry operations. The table is part of a larger interface architecture that ensures data integrity by separating the import staging from the transactional base tables.
Key Information Stored
The table stores a comprehensive set of attributes for each negotiation line item awaiting import. Its structure is defined by a composite primary key consisting of INTERFACE_AUCTION_HEADER_ID and INTERFACE_LINE_NUMBER, which uniquely identifies each item record and links it to its parent header in the PON_AUC_HEADERS_INTERFACE table. Key columns include LINE_TYPE_ID, which references PO_LINE_TYPES_B to define the item's type (e.g., Goods, Services), and CATEGORY_ID, which references MTL_CATEGORIES_B to classify the item within the inventory catalog. Other significant data points typically stored are item description, quantity, unit of measure, need-by date, and any price differential or shipment-related details that will be processed into child interface tables.
Common Use Cases and Queries
The primary use case is the batch import of negotiation line items via a custom program or the standard Sourcing Open Interface. A typical operational query involves identifying items pending import for a specific negotiation header to monitor the interface process. For example:
SELECT interface_line_number, item_description, quantity FROM pon_auc_items_interface WHERE interface_auction_header_id = <header_id> AND batch_id = <batch_id> ORDER BY interface_line_number;
Another common scenario is troubleshooting failed imports by joining with the headers interface table to find items with processing errors:
SELECT pahi.auction_header_id, paii.interface_line_number, paii.error_message FROM pon_auc_headers_interface pahi, pon_auc_items_interface paii WHERE pahi.interface_auction_header_id = paii.interface_auction_header_id AND paii.process_status = 'ERROR';
Related Objects
The PON_AUC_ITEMS_INTERFACE table has defined relationships with several other key interface and base tables, as documented in the ETRM metadata. Its primary foreign key dependency is on the PON_AUC_HEADERS_INTERFACE table via the INTERFACE_AUCTION_HEADER_ID column, ensuring every item is associated with a valid negotiation header in the interface. It also references base tables for validation: PO_LINE_TYPES_B (via LINE_TYPE_ID) and MTL_CATEGORIES_B (via CATEGORY_ID). Furthermore, it serves as a parent table to child interface tables that hold more granular data: PON_AUC_SHIPMENTS_INTERFACE (for shipment schedules) and PON_PRICE_DIFFER_INTERFACE (for price differentials), with both child tables using the composite key (INTERFACE_AUCTION_HEADER_ID, INTERFACE_LINE_NUMBER) for the relationship.
-
Table: PON_AUC_ITEMS_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_ITEMS_INTERFACE, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation item information , implementation_dba_data: PON.PON_AUC_ITEMS_INTERFACE ,
-
Table: PON_AUC_ITEMS_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_ITEMS_INTERFACE, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation item information , implementation_dba_data: PON.PON_AUC_ITEMS_INTERFACE ,
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUC_ITEMS_INTERFACE
12.1.1
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_ITEMS_INTERFACE
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_ITEMS_INTERFACE
12.1.1
-
APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on PON_AUC_ITEMS_INTERFACE
12.2.2
-
APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on PON_AUC_ITEMS_INTERFACE
12.1.1
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUC_ITEMS_INTERFACE
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUC_ITEMS_INTERFACE
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUC_ITEMS_INTERFACE
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PO_LINE_TYPES_B
12.1.1
-
SYNONYM: APPS.PON_AUC_ITEMS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINES
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PO_LINE_TYPES_B
12.2.2
-
SYNONYM: APPS.PON_AUC_ITEMS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID,
-
TABLE: PON.PON_AUC_ITEMS_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_ITEMS_INTERFACE, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID,
-
VIEW: PON.PON_AUC_ITEMS_INTERFACE#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUC_ITEMS_INTERFACE#, status:VALID,
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.2.2
-
VIEW: PON.PON_AUC_ITEMS_INTERFACE#
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINES
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on FND_DOCUMENTS
12.1.1
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on FND_DOCUMENTS
12.2.2
-
Table: PON_AUC_SHIPMENTS_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_SHIPMENTS_INTERFACE, object_name:PON_AUC_SHIPMENTS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation shipment information , implementation_dba_data: PON.PON_AUC_SHIPMENTS_INTERFACE ,
-
Table: PON_PRICE_DIFFER_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_DIFFER_INTERFACE, object_name:PON_PRICE_DIFFER_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation price differential information , implementation_dba_data: PON.PON_PRICE_DIFFER_INTERFACE ,
-
Table: PON_PRICE_DIFFER_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_DIFFER_INTERFACE, object_name:PON_PRICE_DIFFER_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation price differential information , implementation_dba_data: PON.PON_PRICE_DIFFER_INTERFACE ,
-
Table: PO_LINE_TYPES_B
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_TYPES_B, object_name:PO_LINE_TYPES_B, status:VALID, product: PO - Purchasing , description: Line types , implementation_dba_data: PO.PO_LINE_TYPES_B ,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on FND_DOCUMENTS_TL
12.2.2
-
Table: PO_LINE_TYPES_B
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_TYPES_B, object_name:PO_LINE_TYPES_B, status:VALID, product: PO - Purchasing , description: Line types , implementation_dba_data: PO.PO_LINE_TYPES_B ,
-
TABLE: PON.PON_AUC_ITEMS_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_ITEMS_INTERFACE, object_name:PON_AUC_ITEMS_INTERFACE, status:VALID,
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PO_LINES_ALL
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINE_LOCATIONS
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PO_LINES
12.2.2
-
Table: PON_AUC_SHIPMENTS_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_SHIPMENTS_INTERFACE, object_name:PON_AUC_SHIPMENTS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation shipment information , implementation_dba_data: PON.PON_AUC_SHIPMENTS_INTERFACE ,
-
PACKAGE BODY: APPS.PO_ATTRIBUTE_VALUES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_ATTRIBUTE_VALUES_PVT, status:VALID,
-
Table: PON_AUC_HEADERS_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_HEADERS_INTERFACE, object_name:PON_AUC_HEADERS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation header information , implementation_dba_data: PON.PON_AUC_HEADERS_INTERFACE ,
-
Table: PON_AUC_HEADERS_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_HEADERS_INTERFACE, object_name:PON_AUC_HEADERS_INTERFACE, status:VALID, product: PON - Sourcing , description: Interface table to store imported negotiation header information , implementation_dba_data: PON.PON_AUC_HEADERS_INTERFACE ,
-
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,
-
12.1.1 DBA Data
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on MTL_CATEGORIES_KFV
12.2.2
-
PACKAGE BODY: APPS.PO_ATTRIBUTE_VALUES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_ATTRIBUTE_VALUES_PVT, status:VALID,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on MTL_CATEGORIES_KFV
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on FND_LOOKUP_VALUES
12.1.1
-
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,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINE_LOCATIONS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2