Search Results pon_bid_payments_shipments
Overview
The PON_BID_PAYMENTS_SHIPMENTS table is a core data object within the Oracle E-Business Suite (EBS) Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It serves as the transactional repository for payment details associated with a supplier's response (bid) to a negotiation that involves complex services. This table is the bid-side counterpart to the PON_AUC_PAYMENTS_SHIPMENTS table, which stores the payment schedule defined by the buyer in the original negotiation document. Its primary role is to capture and persist the payment terms—such as amounts, percentages, and associated shipment or milestone details—as proposed by a supplier during the bidding process, enabling a structured comparison of payment schedules across different bids.
Key Information Stored
The table stores the detailed linkage between a supplier's bid, the specific line items within the negotiation, and the proposed payment schedule. While the full column list is not detailed in the provided metadata, its structure is defined by its primary and foreign keys. The primary key, BID_PAYMENT_ID, uniquely identifies each payment record within a bid. Critical foreign key columns include AUCTION_HEADER_ID (linking to PON_AUCTION_HEADERS_ALL to identify the parent negotiation), BID_NUMBER (linking to PON_BID_HEADERS to identify the specific supplier response), and AUCTION_LINE_NUMBER (linking to PON_AUCTION_ITEM_PRICES_ALL to tie the payment to a specific line item). The AUCTION_PAYMENT_ID column is crucial as it references the original payment definition (PON_AUC_PAYMENTS_SHIPMENTS) from the buyer's negotiation, ensuring the bid payment corresponds to a valid payment term in the sourcing document.
Common Use Cases and Queries
A primary use case is the generation of reports to analyze and compare payment terms across all bids received for a complex services negotiation. Procurement analysts run queries to ensure bid compliance with payment terms or to extract payment schedules for downstream integration. Common SQL patterns involve joining this table to its related header and item tables. For example, to list all payment records for a specific bid, one might use:
- SELECT * FROM pon_bid_payments_shipments WHERE auction_header_id = <NEG_ID> AND bid_number = <BID_NUM>;
Another critical scenario is error handling during the bid import process via the Sourcing Open Interface, where invalid payment data may be logged in the PON_INTERFACE_ERRORS table, referenced by BID_PAYMENT_ID.
Related Objects
The table is centrally connected to several key Sourcing tables, as documented by its foreign key relationships:
- PON_AUCTION_HEADERS_ALL: Joined via AUCTION_HEADER_ID to identify the parent negotiation.
- PON_BID_HEADERS: Joined via BID_NUMBER to identify the specific supplier bid.
- PON_AUCTION_ITEM_PRICES_ALL: Joined via AUCTION_HEADER_ID and AUCTION_LINE_NUMBER to link to the specific line item in the negotiation.
- PON_AUC_PAYMENTS_SHIPMENTS: Joined via AUCTION_PAYMENT_ID to reference the original buyer-defined payment schedule.
- PON_INTERFACE_ERRORS: References this table's BID_PAYMENT_ID to log interface errors for specific payment records.
-
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_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 ,
-
APPS.PON_PRINTING_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_BID_DEFAULTING_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_RESPONSE_PVT dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_BID_DEFAULTING_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_RESPONSE_PVT dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_BID_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on FND_ATTACHED_DOCUMENTS2_PKG
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on FND_ATTACHED_DOCUMENTS
12.1.1
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on FND_ATTACHED_DOCUMENTS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
VIEW: PON.PON_BID_PAYMENTS_SHIPMENTS#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_BID_PAYMENTS_SHIPMENTS#, status:VALID,
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on FND_ATTACHED_DOCUMENTS2_PKG
12.1.1
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
SYNONYM: APPS.PON_BID_PAYMENTS_SHIPMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_BID_PAYMENTS_SHIPMENTS, status:VALID,
-
SYNONYM: APPS.PON_BID_PAYMENTS_SHIPMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_BID_PAYMENTS_SHIPMENTS, status:VALID,
-
APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on FND_ATTACHED_DOCUMENTS
12.2.2
-
VIEW: PON.PON_BID_PAYMENTS_SHIPMENTS#
12.2.2
-
APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on FND_ATTACHED_DOCUMENTS
12.1.1
-
APPS.PON_BID_DEFAULTING_PKG dependencies on FND_ATTACHED_DOCUMENTS
12.1.1
-
APPS.PON_BID_DEFAULTING_PKG dependencies on FND_ATTACHED_DOCUMENTS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BID_ITEM_PRICES
12.1.1
-
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 ,
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BID_ITEM_PRICES
12.2.2
-
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 ,
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUC_PAYMENTS_SHIPMENTS
12.2.2
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUC_PAYMENTS_SHIPMENTS
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on PO_LOOKUP_CODES
12.1.1
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on DUAL
12.1.1
-
TABLE: PON.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,
-
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 ,
-
APPS.PON_PRINTING_PKG dependencies on PO_LOOKUP_CODES
12.2.2
-
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 ,
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BID_ITEM_PRICES_INTERFACE
12.1.1
-
Table: PON_BID_HEADERS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID, product: PON - Sourcing , description: Contains header level data for a response to a negotiation , implementation_dba_data: PON.PON_BID_HEADERS ,
-
Table: PON_BID_HEADERS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID, product: PON - Sourcing , description: Contains header level data for a response to a negotiation , implementation_dba_data: PON.PON_BID_HEADERS ,
-
TABLE: PON.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,
-
APPS.PON_PRINTING_PKG dependencies on FND_DOCUMENT_CATEGORIES
12.1.1
-
PACKAGE BODY: APPS.PON_BID_VALIDATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_BID_VALIDATIONS_PKG, status:VALID,
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on FND_GLOBAL
12.1.1
-
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 ,