Search Results pon_attribute_scores
Overview
The PON_ATTRIBUTE_SCORES table is a core data object within the Oracle E-Business Suite Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It functions as the repository for scoring criteria defined for attributes within a sourcing negotiation, such as a reverse auction or RFx. When buyers configure weighted scoring for non-price attributes (e.g., quality, delivery time, warranty) to evaluate supplier responses objectively, the system persists those scoring rules in this table. Its role is critical for the automated calculation of total scores for supplier bids, enabling a quantitative and consistent evaluation process beyond just the bid price.
Key Information Stored
The table stores the relationships and parameters that link scoring rules to specific attributes within an auction. As defined by its primary key (PON_ATTRIBUTE_SCORES_UK), the table's structure is anchored to several key identifiers. The ATTRIBUTE_LIST_ID is a fundamental column, tying the scoring criteria to a specific list of attributes. The AUCTION_HEADER_ID associates the rules with a particular sourcing event, while LINE_NUMBER and ATTRIBUTE_SEQUENCE_NUMBER pinpoint the specific auction line and attribute within that line, respectively. The SEQUENCE_NUMBER allows for multiple scoring intervals or rules for a single attribute. Typical data stored includes score values assigned to specific attribute response ranges (e.g., a score of 10 for a delivery time of 7 days, 5 for 14 days), enabling linear or step-based scoring models.
Common Use Cases and Queries
Primary use cases involve reporting on scoring configurations and debugging bid evaluation results. A common query retrieves all scoring rules for a specific auction to verify the evaluation setup. For example:
SELECT * FROM pon_attribute_scores WHERE auction_header_id = :p_auction_id ORDER BY line_number, attribute_sequence_number, sequence_number;
Another frequent scenario is tracing the score contribution of a specific attribute across all bids, which requires joining with bid response tables like PON_BID_ATTRIBUTE_SCORES. Queries also often filter by ATTRIBUTE_LIST_ID to understand how a master attribute list is applied with scoring across different auctions. Administrators may run scripts to identify auctions where critical attributes have no associated scoring rules, potentially indicating a configuration gap.
Related Objects
This table is central to the Sourcing scoring engine and has strong relationships with other PON tables. It is directly linked to PON_ATTRIBUTES_INTERFACE and PON_AUCTION_ATTRIBUTES, which define the attributes themselves. The actual scores calculated for supplier bids based on these rules are stored in PON_BID_ATTRIBUTE_SCORES. The table is a child of the auction header (PON_AUCTION_HEADERS_ALL) via AUCTION_HEADER_ID. For comprehensive reporting, views such as PON_SCORING_CRITERIA_V often aggregate data from this table with descriptive information from related attribute and auction tables.
-
Table: PON_ATTRIBUTE_SCORES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_SCORES, object_name:PON_ATTRIBUTE_SCORES, status:VALID, product: PON - Sourcing , description: stores the scoring criteria for a particular attribute , implementation_dba_data: PON.PON_ATTRIBUTE_SCORES ,
-
Table: PON_ATTRIBUTE_SCORES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_SCORES, object_name:PON_ATTRIBUTE_SCORES, status:VALID, product: PON - Sourcing , description: stores the scoring criteria for a particular attribute , implementation_dba_data: PON.PON_ATTRIBUTE_SCORES ,
-
APPS.PON_AWARD_PKG dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_RESP_SCORES_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_AWARD_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_PRINTING_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_CLM_CLO_UTIL_PKG dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_RESP_SCORES_PKG dependencies on PON_ATTRIBUTE_SCORES
12.1.1
-
APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_ATTRIBUTE_SCORES
12.2.2
-
VIEW: PON.PON_ATTRIBUTE_SCORES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_ATTRIBUTE_SCORES#, status:VALID,
-
SYNONYM: APPS.PON_ATTRIBUTE_SCORES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_ATTRIBUTE_SCORES, status:VALID,
-
VIEW: PON.PON_ATTRIBUTE_SCORES#
12.2.2
-
SYNONYM: APPS.PON_ATTRIBUTE_SCORES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_ATTRIBUTE_SCORES, status:VALID,
-
TABLE: PON.PON_ATTRIBUTE_SCORES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_SCORES, object_name:PON_ATTRIBUTE_SCORES, status:VALID,
-
TABLE: PON.PON_ATTRIBUTE_SCORES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_SCORES, object_name:PON_ATTRIBUTE_SCORES, status:VALID,
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_AUCTION_ITEM_PRICES_EXT_B
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_AUCTION_HEADERS_EXT_TL
12.2.2
-
APPS.PON_RESP_SCORES_PKG dependencies on PON_AUCTION_ATTRIBUTES
12.2.2
-
APPS.PON_RESP_SCORES_PKG dependencies on PON_AUCTION_ATTRIBUTES
12.1.1
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_AUCTION_ATTRIBUTES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_AUCTION_ATTRIBUTES
12.1.1
-
APPS.PON_RESP_SCORES_PKG SQL Statements
12.1.1
-
APPS.PON_RESP_SCORES_PKG SQL Statements
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_AUCTION_HEADERS_EXT_B
12.2.2
-
APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_AUC_PAYMENTS_SHIPMENTS
12.2.2
-
PACKAGE BODY: APPS.PON_RESP_SCORES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_RESP_SCORES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PON_RESP_SCORES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_RESP_SCORES_PKG, status:VALID,
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_AUCTION_ATTRIBUTES
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_AUCTION_ATTRIBUTES
12.2.2
-
PACKAGE BODY: APPS.PON_AUC_INTERFACE_TABLE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_AUC_INTERFACE_TABLE_PKG, status:VALID,
-
APPS.PON_CLM_CLO_UTIL_PKG dependencies on PON_AUCTION_ATTRIBUTES
12.2.2
-
PACKAGE BODY: APPS.PON_CLM_CLO_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CLM_CLO_UTIL_PKG, status:VALID,
-
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_OPEN_INTERFACE_PVT dependencies on PON_BIDDING_PARTIES
12.2.2
-
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 DBA Data
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_PF_SUPPLIER_VALUES
12.2.2