Search Results pon_auc_shipments_interface
Overview
The PON_AUC_SHIPMENTS_INTERFACE table is a critical data interface object within the Oracle E-Business Suite Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It functions as a staging table designed to temporarily hold shipment-related information for negotiations (auctions) that are being imported into the system via a programmatic or batch process. Its primary role is to facilitate the data validation and loading of complex negotiation shipment details from external sources before they are transferred into the base transactional tables, ensuring data integrity and consistency in the sourcing lifecycle.
Key Information Stored
The table stores shipment details associated with specific lines of a negotiation being imported. Its structure is defined by a composite primary key consisting of INTERFACE_AUCTION_HEADER_ID, INTERFACE_SHIP_NUMBER, and INTERFACE_LINE_NUMBER, which uniquely identifies each shipment record within the context of an imported negotiation header and line. Key data points typically held in this interface table include shipment quantities, promised dates, and delivery details. A significant foreign key relationship is established with the HR_LOCATIONS_ALL table via the SHIP_TO_LOCATION_ID column, linking the imported shipment to a valid ship-to location defined within Oracle HRMS.
Common Use Cases and Queries
The primary use case is the bulk import of negotiation data, often from legacy systems or through integration with third-party applications. Data is inserted into this interface table, after which a concurrent request (such as the "Import Sourcing Negotiations" program) processes the records, validates them against business rules, and loads them into the main application tables like PON_AUCTION_SHIPMENTS_ALL. Common queries involve monitoring the interface process. For example, to identify pending import records or errors for a specific batch:
- SELECT interface_auction_header_id, interface_line_number, interface_ship_number, process_status FROM pon_auc_shipments_interface WHERE batch_id = :p_batch_id;
- SELECT * FROM pon_auc_shipments_interface WHERE interface_auction_header_id = :p_header_id ORDER BY interface_line_number, interface_ship_number;
Reporting use cases focus on auditing the data flow through the interface and troubleshooting failed imports by examining records that were not successfully processed.
Related Objects
As per the provided metadata, PON_AUC_SHIPMENTS_INTERFACE has integral relationships with other sourcing interface tables. It is a child table to PON_AUC_HEADERS_INTERFACE and PON_AUC_ITEMS_INTERFACE, ensuring shipment data aligns with an existing imported negotiation header and line. It is also a parent table to PON_PRICE_DIFFER_INTERFACE, which stores price differential information specific to a shipment. The key dependent object is the concurrent program or API that reads from this table to populate the transactional base tables, such as PON_AUCTION_SHIPMENTS_ALL. The foreign key to HR_LOCATIONS_ALL ensures location validation during the import process.
-
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 ,
-
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 ,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_SHIPMENTS_INTERFACE
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUC_SHIPMENTS_INTERFACE
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUC_SHIPMENTS_INTERFACE
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_SHIPMENTS_INTERFACE
12.1.1
-
VIEW: PON.PON_AUC_SHIPMENTS_INTERFACE#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUC_SHIPMENTS_INTERFACE#, status:VALID,
-
SYNONYM: APPS.PON_AUC_SHIPMENTS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_AUC_SHIPMENTS_INTERFACE, status:VALID,
-
SYNONYM: APPS.PON_AUC_SHIPMENTS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_AUC_SHIPMENTS_INTERFACE, status:VALID,
-
TABLE: PON.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,
-
VIEW: PON.PON_AUC_SHIPMENTS_INTERFACE#
12.2.2
-
TABLE: PON.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,
-
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: 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 ,
-
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_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_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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PO_NEGOTIATIONS_SV1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_NEGOTIATIONS_SV1, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PON_SOURCING_OPENAPI_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_SOURCING_OPENAPI_GRP, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PO_NEGOTIATIONS_SV1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_NEGOTIATIONS_SV1, status:VALID,
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PON_SOURCING_OPENAPI_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_SOURCING_OPENAPI_GRP, status:VALID,
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.2.2
-
Table: HR_LOCATIONS_ALL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
Table: HR_LOCATIONS_ALL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
APPS.PON_VALIDATE_SHIPMENTS_INT dependencies on FND_LOG
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_ATTACHMENTS_INTERFACE
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_ATTACHMENTS_INTERFACE
12.2.2
-
APPS.PON_VALIDATE_SHIPMENTS_INT dependencies on PON_AUC_PRICE_BREAKS_INTERFACE
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUCTION_HEADERS_ALL
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUCTION_HEADERS_ALL
12.2.2
-
PACKAGE BODY: APPS.PON_SOURCING_OPENAPI_GRP
12.1.1
-
eTRM - PON Tables and Views
12.1.1
description: Holds the debug statements for workflow processes ,
-
PACKAGE BODY: APPS.PON_SOURCING_OPENAPI_GRP
12.2.2
-
eTRM - PON Tables and Views
12.2.2
description: Holds the debug statements for workflow processes ,
-
APPS.PO_NEGOTIATIONS_SV1 SQL Statements
12.1.1
-
APPS.PON_VALIDATE_SHIPMENTS_INT SQL Statements
12.2.2