Search Results pon_attribute_lists
Overview
The PON_ATTRIBUTE_LISTS table is a core data repository within the Oracle E-Business Suite Sourcing (PON) module, specifically for versions 12.1.1 and 12.2.2. It functions as the master table for storing attribute lists that are associated with trading partners. In the context of strategic sourcing and negotiation processes, attribute lists define the non-price criteria—such as quality, delivery terms, or technical specifications—used to evaluate suppliers or line items. This table enables the assignment of standardized or customized evaluation criteria to specific suppliers (trading partners) and their contacts, thereby facilitating structured and comparative analysis during auctions, RFQs, and other sourcing events.
Key Information Stored
The table's primary purpose is to link a uniquely identified attribute list to a trading partner entity. Its key columns, as indicated by its constraints, include the ATTRIBUTE_LIST_ID, which serves as the primary key for each list. Crucially, the table establishes relationships with the Trading Community Architecture (TCA) registry through the TRADING_PARTNER_ID and TRADING_PARTNER_CONTACT_ID columns. These foreign keys reference the HZ_PARTIES table, tying each attribute list definitively to a specific supplier organization and, optionally, to a particular contact within that organization. Other typical columns, inferred from standard practice, would include creation and last update dates, the list name, and a status indicator, though these are not explicitly detailed in the provided metadata.
Common Use Cases and Queries
A primary use case is retrieving all attribute lists defined for a specific supplier to pre-populate or validate criteria in a new sourcing event. For reporting, administrators may analyze the adoption and assignment of attribute lists across the supplier base. Common SQL patterns include joining to HZ_PARTIES to resolve trading partner names. For instance, a query to find lists for a supplier by name would be:
- SELECT pal.ATTRIBUTE_LIST_ID, hp.PARTY_NAME FROM PON.PON_ATTRIBUTE_LISTS pal, HZ_PARTIES hp WHERE pal.TRADING_PARTNER_ID = hp.PARTY_ID AND hp.PARTY_NAME = 'Supplier XYZ';
Another critical pattern involves identifying which sourcing auctions or sections utilize a particular list via joins to PON_AUCTION_ATTRIBUTES or PON_AUCTION_SECTIONS.
Related Objects
The PON_ATTRIBUTE_LISTS table is central to the Sourcing module's data model. As per the foreign key relationships, it is directly referenced by the PON_AUCTION_ATTRIBUTES and PON_AUCTION_SECTIONS tables. This means the attribute lists stored here are applied at either the overall auction level or within specific sections of a negotiation. The table is fundamentally dependent on the HZ_PARTIES table from the Trading Community Architecture for valid trading partner and contact information. Consequently, any data integrity or purge operation in HZ_PARTIES must consider these foreign key constraints. The table is also likely referenced by various Sourcing APIs and user interface forms that manage supplier profiles and negotiation templates.
-
Table: PON_ATTRIBUTE_LISTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_LISTS, object_name:PON_ATTRIBUTE_LISTS, status:VALID, product: PON - Sourcing , description: Stores the attribute lists that belong to a trading partner. , implementation_dba_data: PON.PON_ATTRIBUTE_LISTS ,
-
Table: PON_ATTRIBUTE_LISTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_LISTS, object_name:PON_ATTRIBUTE_LISTS, status:VALID, product: PON - Sourcing , description: Stores the attribute lists that belong to a trading partner. , implementation_dba_data: PON.PON_ATTRIBUTE_LISTS ,
-
APPS.HZ_PURGE_GEN dependencies on PON_ATTRIBUTE_LISTS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on PON_ATTRIBUTE_LISTS
12.1.1
-
APPS.PON_TCA_MERGE_PVT dependencies on PON_ATTRIBUTE_LISTS
12.1.1
-
APPS.PON_TCA_MERGE_PVT dependencies on PON_ATTRIBUTE_LISTS
12.2.2
-
SYNONYM: APPS.PON_ATTRIBUTE_LISTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_ATTRIBUTE_LISTS, status:VALID,
-
VIEW: PON.PON_ATTRIBUTE_LISTS#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_ATTRIBUTE_LISTS#, status:VALID,
-
TABLE: PON.PON_ATTRIBUTE_LISTS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_LISTS, object_name:PON_ATTRIBUTE_LISTS, status:VALID,
-
TABLE: PON.PON_ATTRIBUTE_LISTS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ATTRIBUTE_LISTS, object_name:PON_ATTRIBUTE_LISTS, status:VALID,
-
VIEW: PON.PON_ATTRIBUTE_LISTS#
12.2.2
-
SYNONYM: APPS.PON_ATTRIBUTE_LISTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_ATTRIBUTE_LISTS, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on PON_BIDDERS_LISTS
12.1.1
-
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_AUCTION_SECTIONS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_SECTIONS, object_name:PON_AUCTION_SECTIONS, status:VALID, product: PON - Sourcing , description: This table stores the distinct sections for Requirements (Header Attributes) , implementation_dba_data: PON.PON_AUCTION_SECTIONS ,
-
APPS.HZ_PURGE_GEN dependencies on PON_BIDDERS_LISTS
12.2.2
-
Table: PON_AUCTION_SECTIONS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_SECTIONS, object_name:PON_AUCTION_SECTIONS, status:VALID, product: PON - Sourcing , description: This table stores the distinct sections for Requirements (Header Attributes) , implementation_dba_data: PON.PON_AUCTION_SECTIONS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PON_TCA_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_TCA_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.PON_TCA_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_TCA_MERGE_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_PURGE_GEN, status:VALID,
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_PURGE_GEN, status:VALID,
-
APPS.PON_TCA_MERGE_PVT SQL Statements
12.1.1
-
APPS.PON_TCA_MERGE_PVT SQL Statements
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on PON_BID_HEADERS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on PON_BID_HEADERS
12.2.2
-
eTRM - PON Tables and Views
12.1.1
description: Holds the debug statements for workflow processes ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
eTRM - PON Tables and Views
12.2.2
description: Holds the debug statements for workflow processes ,
-
PACKAGE: APPS.PON_TCA_MERGE_PVT
12.1.1
-
PACKAGE: APPS.PON_TCA_MERGE_PVT
12.2.2
-
APPS.HZ_PURGE_GEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PON_TCA_MERGE_PVT
12.2.2
-
PACKAGE BODY: APPS.PON_TCA_MERGE_PVT
12.1.1
-
APPS.HZ_PURGE_GEN SQL Statements
12.2.2
-
eTRM - PON Tables and Views
12.1.1
description: Holds the debug statements for workflow processes ,
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.2.2
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.1.1
-
eTRM - PON Tables and Views
12.2.2
description: Holds the debug statements for workflow processes ,