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 ,
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_BUYER_SUMMARY_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_CLM_UTIL_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PO_AUTOCREATE_GROUPING_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_TRANSFORM_BIDDING_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_RESPONSE_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_TRANSFORM_BIDDING_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_PROJECTS_INTEGRATION_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PO_CLM_CLO_UTIL dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_VALIDATE_SHIPMENTS_INT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_CLO_RENUMBER_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.OKC_XPRT_CUSTOM_PACKAGE dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_CONSOLE_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.POA_DBI_PO_DIST_F_C dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_BID_DEFAULTING_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_NEG_UPDATE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_DATATEMPLATE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_SOURCING_API_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_SGD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_UNSOL_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_RESPONSE_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_FBO_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PON_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1