Search Results pon_large_neg_pf_values
Overview
PON_LARGE_NEG_PF_VALUES is a transactional table in the PON (Sourcing) product family of Oracle E-Business Suite, owned by the PON schema. It stores the buyer price factor values applied to a given supplier within a large negotiation — typically a sourcing event or auction with a high volume of supplier line items. In Oracle Sourcing, price factors allow a buyer to normalize, weight, or adjust quoted prices so that offers with differing commercial terms can be compared on a common basis. For large negotiations, where the volume of supplier price factor combinations exceeds what the standard negotiation tables are sized to handle efficiently, Oracle segregates this data into a dedicated table so that buyers can define, retrieve, and score supplier responses without degrading the performance of core auction processing.
From a dimensional modeling perspective, the mined foreign-key structure classifies this object heuristically as a standalone construct rather than a classic hub, link, or satellite. The absence of an intersecting bridge relationship suggests it functions as an independent extension table keyed to negotiation and price element context; modelers may treat it as a satellite-like detail store hanging off the negotiation header if a Data Vault layer is being constructed.
Key Information Stored
The table contains 10 documented columns in the 12.2.2 physical schema, and the following are the most significant:
- AUCTION_HEADER_ID — Foreign key to PON_AUCTION_HEADERS_ALL, identifying the parent negotiation (auction or sourcing event). This is the dominant business-key candidate for retrieval.
- SUPPLIER_SEQ_NUMBER — Identifies the supplier (invited party) within the negotiation; combined with the header and price element, it forms the effective business key.
- PRICE_ELEMENT_TYPE_ID — Foreign key to PON_PRICE_ELEMENT_TYPES, defining which price factor (for example, freight, tariff, or discount adjustment) the value applies to.
- PRICING_BASIS — Indicates the basis on which the price factor is calculated or applied (for example, fixed amount versus percentage).
- VALUE — The actual buyer-entered price factor value for that supplier and price element.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard Oracle EBS WHO columns providing audit and concurrency information.
No dedicated surrogate primary key column is exposed in the documented metadata; the natural composite of negotiation header, supplier sequence, and price element type serves as the effective identifier.
Common Use Cases and Queries
Typical scenarios include validating that price factors were captured for every invited supplier in a large negotiation, reproducing buyer-adjusted scores, and auditing changes to price factor values across a sourcing cycle. A representative query joins the table to its parent negotiation header:
SELECT pf.AUCTION_HEADER_ID, pf.SUPPLIER_SEQ_NUMBER, pf.PRICE_ELEMENT_TYPE_ID, pf.PRICING_BASIS, pf.VALUE FROM PON.PON_LARGE_NEG_PF_VALUES pf WHERE pf.AUCTION_HEADER_ID = :auction_header_id ORDER BY pf.SUPPLIER_SEQ_NUMBER;- Joining to
PON_PRICE_ELEMENT_TYPESto resolve the human-readable price element name for reporting. - Aggregating values by
PRICING_BASISto compare fixed versus percentage adjustments across suppliers. - Auditing recent changes using
LAST_UPDATE_DATEandLAST_UPDATED_BYfor compliance reporting.
Related Objects
- PON_AUCTION_HEADERS_ALL — Parent negotiation; joined on
AUCTION_HEADER_ID. - PON_PRICE_ELEMENT_TYPES — Defines the price factor; joined on
PRICE_ELEMENT_TYPE_ID. - PON_AUCTION_HEADERS / negotiation summary views — commonly joined for header-level reporting.
- PON_AUCTION_SUPPLIERS — Supplier participation context aligned to
SUPPLIER_SEQ_NUMBER. - PON_BID_HEADERS and related bid tables — used when reconciling buyer price factors against supplier responses.
-
Table: PON_LARGE_NEG_PF_VALUES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_LARGE_NEG_PF_VALUES, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID, product: PON - Sourcing , description: This table stores the buyer price factor values for a given supplier for a large negotiation , implementation_dba_data: PON.PON_LARGE_NEG_PF_VALUES ,
-
Table: PON_LARGE_NEG_PF_VALUES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_LARGE_NEG_PF_VALUES, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID, product: PON - Sourcing , description: This table stores the buyer price factor values for a given supplier for a large negotiation , implementation_dba_data: PON.PON_LARGE_NEG_PF_VALUES ,
-
VIEW: PON.PON_LARGE_NEG_PF_VALUES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_LARGE_NEG_PF_VALUES#, status:VALID,
-
SYNONYM: APPS.PON_LARGE_NEG_PF_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID,
-
VIEW: PON.PON_LARGE_NEG_PF_VALUES#
12.2.2
-
SYNONYM: APPS.PON_LARGE_NEG_PF_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID,
-
TABLE: PON.PON_LARGE_NEG_PF_VALUES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_LARGE_NEG_PF_VALUES, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID,
-
TABLE: PON.PON_LARGE_NEG_PF_VALUES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_LARGE_NEG_PF_VALUES, object_name:PON_LARGE_NEG_PF_VALUES, status:VALID,
-
PACKAGE: APPS.PON_NEGOTIATION_COPY_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PON_NEGOTIATION_COPY_GRP, status:VALID,
-
PACKAGE: APPS.PON_NEGOTIATION_COPY_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PON_NEGOTIATION_COPY_GRP, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PON_NEGOTIATION_HELPER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_NEGOTIATION_HELPER_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CP_INTRFAC_TO_TRANSACTION, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PON_NEGOTIATION_HELPER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_NEGOTIATION_HELPER_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PON_CP_INTRFAC_TO_TRANSACTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CP_INTRFAC_TO_TRANSACTION, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PON_NEGOTIATION_COPY_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_NEGOTIATION_COPY_GRP, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_PRINTING_PKG, status:VALID,
-
APPS.PON_NEGOTIATION_HELPER_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PON_NEGOTIATION_COPY_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_NEGOTIATION_COPY_GRP, status:VALID,
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_PRINTING_PKG, status:VALID,
-
APPS.PON_NEGOTIATION_HELPER_PVT SQL Statements
12.1.1
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES
12.2.2
-
APPS.PON_PRINTING_PKG dependencies on PON_LARGE_NEG_PF_VALUES
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_LARGE_NEG_PF_VALUES
12.1.1
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_LARGE_NEG_PF_VALUES
12.1.1
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES
12.1.1
-
PACKAGE BODY: APPS.PON_NEGOTIATION_HELPER_PVT
12.1.1
-
PACKAGE BODY: APPS.PON_NEGOTIATION_HELPER_PVT
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on PON_LARGE_NEG_PF_VALUES
12.2.2
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_LARGE_NEG_PF_VALUES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES
12.2.2
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_LARGE_NEG_PF_VALUES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP SQL Statements
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION SQL Statements
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION SQL Statements
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP SQL Statements
12.2.2
-
APPS.PON_PRINTING_PKG dependencies on PON_PRICE_ELEMENT_TYPES_VL
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on PON_PRICE_ELEMENT_TYPES_VL
12.2.2
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on FND_GLOBAL
12.2.2