Search Results pon_auction_templates
Overview
The PON_AUCTION_TEMPLATES table is a core data object within the Oracle E-Business Suite Sourcing (PON) module. It functions as the central repository for storing reusable negotiation templates. These templates provide a standardized framework from which buyers can rapidly create and launch new sourcing negotiations, such as RFQs or reverse auctions, ensuring consistency in terms, rules, and structure. By capturing a comprehensive set of negotiation parameters, the table is fundamental to streamlining the sourcing process and enforcing organizational procurement policies.
Key Information Stored
The table stores the master definition of a sourcing template. Its primary key, TEMPLATE_ID, uniquely identifies each template record. Critical columns define the template's operational and commercial context. These include TRADING_PARTNER_ID and TRADING_PARTNER_CONTACT_ID (foreign keys to HZ_PARTIES) for specifying a default supplier, and CATEGORY_ID (foreign key to MTL_CATEGORIES_B) for a default item category. Financial controls are set via CURRENCY_CODE, RATE_TYPE, and DOCTYPE_ID. The table also stores various LIST_ID columns, which serve as foreign keys to associated child tables containing detailed template data, such as attributes (PON_AUCTION_ATTRIBUTES), price elements (PON_PRICE_ELEMENTS), and invited bidders (PON_BIDDING_PARTIES).
Common Use Cases and Queries
A primary use case is generating reports on template usage and configuration for procurement analysis. Common queries involve joining with related tables to extract a complete template profile. For instance, to list all templates with their associated currency and default category, one might use:
- SELECT pat.TEMPLATE_NAME, pat.TEMPLATE_ID, fc.NAME CURRENCY, mcb.CONCATENATED_SEGMENTS CATEGORY FROM PON.PON_AUCTION_TEMPLATES pat, FND_CURRENCIES fc, MTL_CATEGORIES_B mcb WHERE pat.CURRENCY_CODE = fc.CURRENCY_CODE AND pat.CATEGORY_ID = mcb.CATEGORY_ID;
Another critical scenario is troubleshooting template-based negotiation creation, where queries validate the integrity of template data by checking for orphaned records or missing mandatory references before a new negotiation is launched.
Related Objects
PON_AUCTION_TEMPLATES has extensive relationships with other Sourcing tables. It is referenced as a foreign key by numerous child tables that store template details, including PON_AUCTION_ATTRIBUTES (line attributes), PON_PRICE_ELEMENTS (cost factors), PON_BIDDING_PARTIES (supplier lists), PON_NEG_TEAM_MEMBERS (internal team), and PON_AUCTION_CURRENCY_RATES (exchange rates). It also references foundational application tables for validation: HZ_PARTIES (trading partners), MTL_CATEGORIES_B (categories), FND_CURRENCIES, GL_DAILY_CONVERSION_TYPES, FND_LANGUAGES, and PON_AUC_DOCTYPES (document types). This network of relationships underscores its role as a master configuration entity.
-
Table: PON_AUCTION_TEMPLATES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_TEMPLATES, object_name:PON_AUCTION_TEMPLATES, status:VALID, product: PON - Sourcing , description: Stores the template information from which negotiations can be created , implementation_dba_data: PON.PON_AUCTION_TEMPLATES ,
-
Table: PON_AUCTION_TEMPLATES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_TEMPLATES, object_name:PON_AUCTION_TEMPLATES, status:VALID, product: PON - Sourcing , description: Stores the template information from which negotiations can be created , implementation_dba_data: PON.PON_AUCTION_TEMPLATES ,
-
SYNONYM: APPS.PON_AUCTION_TEMPLATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_AUCTION_TEMPLATES, status:VALID,
-
SYNONYM: APPS.PON_AUCTION_TEMPLATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_AUCTION_TEMPLATES, status:VALID,
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUCTION_TEMPLATES#, status:VALID,
-
Table: PON_BIDDING_PARTIES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BIDDING_PARTIES, object_name:PON_BIDDING_PARTIES, status:VALID, product: PON - Sourcing , description: Stores the parties participating in a negotiation. , implementation_dba_data: PON.PON_BIDDING_PARTIES ,
-
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_AUCTION_CURRENCY_RATES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_CURRENCY_RATES, object_name:PON_AUCTION_CURRENCY_RATES, status:VALID, product: PON - Sourcing , description: Stores the currency conversion rate between the negotiation currency and the response currency , implementation_dba_data: PON.PON_AUCTION_CURRENCY_RATES ,
-
Table: PON_AUC_DOCTYPES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_DOCTYPES, object_name:PON_AUC_DOCTYPES, status:VALID, product: PON - Sourcing , description: Stores the negotiation document type , implementation_dba_data: PON.PON_AUC_DOCTYPES ,
-
Table: PON_AUC_DOCTYPES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUC_DOCTYPES, object_name:PON_AUC_DOCTYPES, status:VALID, product: PON - Sourcing , description: Stores the negotiation document type , implementation_dba_data: PON.PON_AUC_DOCTYPES ,
-
Table: PON_NEG_TEAM_MEMBERS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_NEG_TEAM_MEMBERS, object_name:PON_NEG_TEAM_MEMBERS, status:VALID, product: PON - Sourcing , description: Stores Collaboration Team member details included in a negotiation or template. , implementation_dba_data: PON.PON_NEG_TEAM_MEMBERS ,
-
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_BIDDING_PARTIES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BIDDING_PARTIES, object_name:PON_BIDDING_PARTIES, status:VALID, product: PON - Sourcing , description: Stores the parties participating in a negotiation. , implementation_dba_data: PON.PON_BIDDING_PARTIES ,
-
Table: PON_AUCTION_CURRENCY_RATES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_CURRENCY_RATES, object_name:PON_AUCTION_CURRENCY_RATES, status:VALID, product: PON - Sourcing , description: Stores the currency conversion rate between the negotiation currency and the response currency , implementation_dba_data: PON.PON_AUCTION_CURRENCY_RATES ,
-
Table: PON_NEG_TEAM_MEMBERS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_NEG_TEAM_MEMBERS, object_name:PON_NEG_TEAM_MEMBERS, status:VALID, product: PON - Sourcing , description: Stores Collaboration Team member details included in a negotiation or template. , implementation_dba_data: PON.PON_NEG_TEAM_MEMBERS ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: MTL_CATEGORIES_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
TABLE: PON.PON_AUCTION_TEMPLATES
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_TEMPLATES, object_name:PON_AUCTION_TEMPLATES, status:VALID,
-
Table: MTL_CATEGORIES_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
TABLE: PON.PON_AUCTION_TEMPLATES
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_TEMPLATES, object_name:PON_AUCTION_TEMPLATES, status:VALID,
-
eTRM - PON Tables and Views
12.1.1
description: Holds the debug statements for workflow processes ,
-
eTRM - PON Tables and Views
12.2.2
description: Holds the debug statements for workflow processes ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
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 ,
-
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: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
eTRM - PON Tables and Views
12.1.1
description: Holds the debug statements for workflow processes ,
-
eTRM - PON Tables and Views
12.2.2
description: Holds the debug statements for workflow processes ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1