Search Results pon_auc_payments_shipments
Overview
The PON_AUC_PAYMENTS_SHIPMENTS table is a core data structure within the Oracle E-Business Suite Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for payment terms and shipment schedules defined on a sourcing negotiation (auction) for complex services. This table is fundamental to the procurement process for services, enabling buyers to define detailed, milestone-based payment schedules linked to project deliverables, work approval, and specific shipment or service fulfillment locations. Its data directly influences downstream processes, including supplier bidding on payment terms and the eventual creation of purchase order shipments.
Key Information Stored
The table's primary key is PAYMENT_ID, which uniquely identifies each payment schedule line. Critical foreign key columns establish its integration within the Sourcing and broader EBS landscape. AUCTION_HEADER_ID and LINE_NUMBER link the payment to a specific negotiation header and item line, respectively. For project-related services, PROJECT_ID and PROJECT_TASK_ID integrate with Oracle Projects. The table also stores logistical and approval details, including SHIP_TO_LOCATION_ID for defining the service delivery point and WORK_APPROVER_USER_ID to designate the individual responsible for approving work completion before a payment milestone is triggered. Other columns typically define payment attributes such as payment type, amount or percentage, sequence, and associated description.
Common Use Cases and Queries
Primary use cases involve reporting on negotiated payment terms and troubleshooting integration issues. A common reporting requirement is to extract all payment schedules for a given negotiation to analyze supplier cost structures. For example:
- SELECT payment_id, line_number, payment_type, amount FROM pon_auc_payments_shipments WHERE auction_header_id = :p_auction_id ORDER BY line_number, payment_id;
Another critical scenario involves diagnosing errors during the import of supplier bid payments, where the PON_INTERFACE_ERRORS table references this table's PAYMENT_ID. A support query might join these tables to identify invalid payment data submitted by suppliers against the auction's defined payment schedule.
Related Objects
The table maintains extensive relationships with other EBS entities, as documented by its foreign keys. It is a child of the negotiation header and item tables:
- References PON_AUCTION_HEADERS_ALL via AUCTION_HEADER_ID.
- References PON_AUCTION_ITEM_PRICES_ALL via AUCTION_HEADER_ID and LINE_NUMBER.
For project accounting and services procurement, it integrates with:
- PA_PROJECTS_ALL via PROJECT_ID.
- PA_TASKS via PROJECT_TASK_ID.
- HR_ALL_ORGANIZATION_UNITS via PROJECT_EXP_ORGANIZATION_ID.
For location and approval data:
- HR_LOCATIONS_ALL via SHIP_TO_LOCATION_ID.
- FND_USER via WORK_APPROVER_USER_ID.
It is a parent table to key transactional tables:
- Referenced by PON_BID_PAYMENTS_SHIPMENTS via AUCTION_PAYMENT_ID, storing supplier-specific bids against these auction payment lines.
- Referenced by PON_INTERFACE_ERRORS via PAYMENT_ID for error tracking.
-
Table: PON_AUC_PAYMENTS_SHIPMENTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_PAYMENTS_SHIPMENTS, object_name:PON_AUC_PAYMENTS_SHIPMENTS, status:VALID, product: PON - Sourcing , description: This contains the details of the payments that are defined on a negotiation for complex services. , implementation_dba_data: PON.PON_AUC_PAYMENTS_SHIPMENTS ,
-
Table: PON_AUC_PAYMENTS_SHIPMENTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_PAYMENTS_SHIPMENTS, object_name:PON_AUC_PAYMENTS_SHIPMENTS, status:VALID, product: PON - Sourcing , description: This contains the details of the payments that are defined on a negotiation for complex services. , implementation_dba_data: PON.PON_AUC_PAYMENTS_SHIPMENTS ,
-
Table: PON_BID_PAYMENTS_SHIPMENTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_PAYMENTS_SHIPMENTS, object_name:PON_BID_PAYMENTS_SHIPMENTS, status:VALID, product: PON - Sourcing , description: This contains the details of the payments that are defined on a response with complex services. This corresponds to the PON_AUC_PAYMENTS_SHIPMENTS table which defines payments on a negotiation. , implementation_dba_data: PON.PON_BID_PAYMENTS_SHIPMENTS ,
-
Table: PON_BID_PAYMENTS_SHIPMENTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_PAYMENTS_SHIPMENTS, object_name:PON_BID_PAYMENTS_SHIPMENTS, status:VALID, product: PON - Sourcing , description: This contains the details of the payments that are defined on a response with complex services. This corresponds to the PON_AUC_PAYMENTS_SHIPMENTS table which defines payments on a negotiation. , implementation_dba_data: PON.PON_BID_PAYMENTS_SHIPMENTS ,
-
Table: PON_INTERFACE_ERRORS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_INTERFACE_ERRORS, object_name:PON_INTERFACE_ERRORS, status:VALID, product: PON - Sourcing , description: Contains any errors from interfaces to other applications , implementation_dba_data: PON.PON_INTERFACE_ERRORS ,
-
Table: PON_INTERFACE_ERRORS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_INTERFACE_ERRORS, object_name:PON_INTERFACE_ERRORS, status:VALID, product: PON - Sourcing , description: Contains any errors from interfaces to other applications , implementation_dba_data: PON.PON_INTERFACE_ERRORS ,
-
Table: PON_AUCTION_ITEM_PRICES_ALL
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_ITEM_PRICES_ALL, object_name:PON_AUCTION_ITEM_PRICES_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiation item details including price. , implementation_dba_data: PON.PON_AUCTION_ITEM_PRICES_ALL ,
-
Table: PON_AUCTION_ITEM_PRICES_ALL
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_ITEM_PRICES_ALL, object_name:PON_AUCTION_ITEM_PRICES_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiation item details including price. , implementation_dba_data: PON.PON_AUCTION_ITEM_PRICES_ALL ,
-
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 ,
-
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 ,