Search Results pon_auction_item_prices_all
Overview
The PON_AUCTION_ITEM_PRICES_ALL table is a core data repository within the Oracle E-Business Suite Sourcing (PON) module for versions 12.1.1 and 12.2.2. It functions as the primary transactional table for storing line-level details of negotiation items, most critically their pricing information. Every line item created within a sourcing negotiation, such as a Request for Quotation (RFQ) or a Reverse Auction, is recorded in this table. Its role is integral to the entire sourcing lifecycle, serving as the definitive source for item descriptions, quantities, target prices, and other line-specific attributes that suppliers bid against. The table's structure supports complex sourcing events by maintaining relationships to project accounting, inventory categories, and procurement line types.
Key Information Stored
The table's primary key is a composite of AUCTION_HEADER_ID and LINE_NUMBER, uniquely identifying each item line within a specific negotiation header. While the full column list is extensive, critical columns include AUCTION_HEADER_ID (link to PON_AUCTION_HEADERS_ALL), LINE_NUMBER, GROUP_TYPE (for lot or group lines), CATEGORY_ID (link to MTL_CATEGORIES_B for the item category), ITEM_DESCRIPTION, QUANTITY, and PRICE. It also stores pricing-related fields such as PRICE_DISPLAY_TARGET_FLAG and PRICE_TYPE. For project-centric procurement, it holds PROJECT_ID, PROJECT_TASK_ID, and PROJECT_EXPENDITURE_TYPE, linking to the Project Accounting (PA) module. The LINE_TYPE_ID column references PO_LINE_TYPES_B to define the accounting and control characteristics of the procurement line.
Common Use Cases and Queries
This table is central to reporting and data extraction for sourcing analysis. Common use cases include generating item price comparisons across auctions, analyzing category spending through sourcing events, and auditing the item setup for specific negotiations. A typical query joins this table with the auction header and bid tables to analyze line item performance. For example, to list all items and their target prices for a specific auction, one might use:
- SELECT p.line_number, p.item_description, p.quantity, p.price FROM pon_auction_item_prices_all p WHERE p.auction_header_id = <header_id> ORDER BY p.line_number;
Another common pattern involves joining with PON_BID_ITEM_PRICES to compare target prices against received supplier bids for cost-saving analysis. Data from this table is also essential for integration flows that create purchase orders or requisitions from awarded negotiation lines.
Related Objects
The table maintains extensive foreign key relationships, acting as a hub for sourcing line-item data. The documented relationships are:
- Primary Parent: PON_AUCTION_HEADERS_ALL via AUCTION_HEADER_ID.
- Master Data References: MTL_CATEGORIES_B (CATEGORY_ID), PO_LINE_TYPES_B (LINE_TYPE_ID), PA_PROJECTS_ALL (PROJECT_ID), PA_TASKS (PROJECT_TASK_ID), PA_EXPENDITURE_TYPES (PROJECT_EXPENDITURE_TYPE), HR_ALL_ORGANIZATION_UNITS (PROJECT_EXP_ORGANIZATION_ID).
- Child Tables (Key Dependencies):
- PON_BID_ITEM_PRICES (AUCTION_HEADER_ID, LINE_NUMBER)
- PON_AUCTION_ATTRIBUTES (AUCTION_HEADER_ID, LINE_NUMBER)
- PON_AUC_PAYMENTS_SHIPMENTS (AUCTION_HEADER_ID, LINE_NUMBER)
- PON_BACKING_REQUISITIONS (AUCTION_HEADER_ID, LINE_NUMBER)
- PON_AUCTION_SUMMARY (AUCTION_ID, LINE_NUMBER)
- PON_ACCEPTANCES (AUCTION_HEADER_ID, AUCTION_LINE_NUMBER)
- PON_BID_ITEM_REFERENCES (AUCTION_HEADER_ID, AUCTION_LINE_NUMBER)
- PON_BID_PAYMENTS_SHIPMENTS (AUCTION_HEADER_ID, AUCTION_LINE_NUMBER)
These relationships underscore the table's critical position in the sourcing data model, connecting master data, transactional bids, and supporting attributes.
-
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_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_BID_ITEM_PRICES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_ITEM_PRICES, object_name:PON_BID_ITEM_PRICES, status:VALID, product: PON - Sourcing , description: Contains the response details for an item in a negotiation , implementation_dba_data: PON.PON_BID_ITEM_PRICES ,
-
Table: PON_ACCEPTANCES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ACCEPTANCES, object_name:PON_ACCEPTANCES, status:VALID, product: PON - Sourcing , description: Stores the acceptance of a respomses for an on-line negotiation of an item. , implementation_dba_data: PON.PON_ACCEPTANCES ,
-
Table: PON_PRICE_DIFFERENTIALS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_DIFFERENTIALS, object_name:PON_PRICE_DIFFERENTIALS, status:VALID, product: PON - Sourcing , description: Negotiation price differentials table , implementation_dba_data: PON.PON_PRICE_DIFFERENTIALS ,
-
Table: PON_ACCEPTANCES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ACCEPTANCES, object_name:PON_ACCEPTANCES, status:VALID, product: PON - Sourcing , description: Stores the acceptance of a respomses for an on-line negotiation of an item. , implementation_dba_data: PON.PON_ACCEPTANCES ,
-
Table: PON_PRICE_DIFFERENTIALS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_DIFFERENTIALS, object_name:PON_PRICE_DIFFERENTIALS, status:VALID, product: PON - Sourcing , description: Negotiation price differentials table , implementation_dba_data: PON.PON_PRICE_DIFFERENTIALS ,
-
Table: PON_PRICE_ELEMENTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_ELEMENTS, object_name:PON_PRICE_ELEMENTS, status:VALID, product: PON - Sourcing , description: Stores price element details included in an auction or RFQ. , implementation_dba_data: PON.PON_PRICE_ELEMENTS ,
-
Table: PON_BID_ITEM_PRICES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_ITEM_PRICES, object_name:PON_BID_ITEM_PRICES, status:VALID, product: PON - Sourcing , description: Contains information regarding the responses submitted by a supplier on a negotiation. , implementation_dba_data: PON.PON_BID_ITEM_PRICES ,
-
Table: PON_BID_ITEM_REFERENCES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_ITEM_REFERENCES, object_name:PON_BID_ITEM_REFERENCES, status:VALID, product: PON - Sourcing , description: Contains information regarding the relation of Unsolcited Lines to Solicitation Lines done by a supplier. , implementation_dba_data: PON.PON_BID_ITEM_REFERENCES ,
-
Table: PON_AUCTION_ATTRIBUTES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_ATTRIBUTES, object_name:PON_AUCTION_ATTRIBUTES, status:VALID, product: PON - Sourcing , description: Stores negotiation item attributes. , implementation_dba_data: PON.PON_AUCTION_ATTRIBUTES ,
-
Table: PON_AUCTION_ATTRIBUTES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_ATTRIBUTES, object_name:PON_AUCTION_ATTRIBUTES, status:VALID, product: PON - Sourcing , description: Stores negotiation item attributes. , implementation_dba_data: PON.PON_AUCTION_ATTRIBUTES ,
-
Table: PON_PRICE_ELEMENTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_PRICE_ELEMENTS, object_name:PON_PRICE_ELEMENTS, status:VALID, product: PON - Sourcing , description: Stores price element details included in an auction or RFQ. , implementation_dba_data: PON.PON_PRICE_ELEMENTS ,
-
Table: PON_BACKING_REQUISITIONS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID, product: PON - Sourcing , description: This table stores information about all the backing requisitions ties to a negotiation item line , implementation_dba_data: PON.PON_BACKING_REQUISITIONS ,
-
Table: PON_BACKING_REQUISITIONS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID, product: PON - Sourcing , description: This table stores information about all the backing requisitions ties to a negotiation item line , implementation_dba_data: PON.PON_BACKING_REQUISITIONS ,
-
Table: PON_BID_SHIPMENTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_SHIPMENTS, object_name:PON_BID_SHIPMENTS, status:VALID, product: PON - Sourcing , description: Contains the response details for an shipment in a negotiation , implementation_dba_data: PON.PON_BID_SHIPMENTS ,
-
Table: PON_AUCTION_SUMMARY
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_SUMMARY, object_name:PON_AUCTION_SUMMARY, status:VALID, product: PON - Sourcing , description: Temporary table used to generate summary data for an item involved in an auction to display in the auction summary page , implementation_dba_data: PON.PON_AUCTION_SUMMARY ,
-
Table: PON_BID_SHIPMENTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_SHIPMENTS, object_name:PON_BID_SHIPMENTS, status:VALID, product: PON - Sourcing , description: Contains the response details for an shipment in a negotiation , implementation_dba_data: PON.PON_BID_SHIPMENTS ,
-
Table: PON_AUCTION_SUMMARY
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_SUMMARY, object_name:PON_AUCTION_SUMMARY, status:VALID, product: PON - Sourcing , description: Temporary table used to generate summary data for an item involved in an auction to display in the auction summary page , implementation_dba_data: PON.PON_AUCTION_SUMMARY ,
-
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_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_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_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 ,
-
View: PON_MI_AUC_OFFERTOBUY_V
12.1.1
product: PON - Sourcing , description: This view is used by the Buyer's Activity Summary report. It contains data for all Committed Offers. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: PON_MI_AUC_OFFERTOBUY_V
12.2.2
product: PON - Sourcing , description: This view is used by the Buyer's Activity Summary report. It contains data for all Committed Offers. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: PON_MI_AUC_SAVINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_MI_AUC_SAVINGS_V, object_name:PON_MI_AUC_SAVINGS_V, status:VALID, product: PON - Sourcing , description: This view is used by the Buyer Auction Savings report. It contains data for all Awarded Auctions summarized by Category. , implementation_dba_data: APPS.PON_MI_AUC_SAVINGS_V ,
-
View: PON_MI_AUC_SAVINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_MI_AUC_SAVINGS_V, object_name:PON_MI_AUC_SAVINGS_V, status:VALID, product: PON - Sourcing , description: This view is used by the Buyer Auction Savings report. It contains data for all Awarded Auctions summarized by Category. , implementation_dba_data: APPS.PON_MI_AUC_SAVINGS_V ,