Search Results number_price_decimals
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
PON_AUCTION_CURRENCY_RATES is a transactional table in the PON (Sourcing) module of Oracle E-Business Suite, available in releases 12.1.1 and 12.2.2. It stores the currency conversion rate applied between the negotiation (auction) currency and the response (bid) currency for a sourcing negotiation. Because suppliers may respond in a currency different from the one in which the buyer published the negotiation, Oracle Sourcing must retain an explicit conversion rate so that all responses can be normalized, compared, and scored on a common basis. This table is the persistent record of those rates.
Under the heuristic Data Vault classification mined from its foreign-key structure, this object is best modeled as a link table. It resolves the many-to-many relationship between auction headers and the response currencies quoted against them, carrying descriptive rate attributes alongside the association. Each row represents a single (auction, bid currency, template list) combination, and it is keyed by a unique constraint named PON_AUCTION_CURRENCY_RATES_UK.
Key Information Stored
The table comprises 17 documented columns. The most significant are:
- AUCTION_HEADER_ID — the negotiation to which the rate belongs; a foreign key to PON_AUCTION_HEADERS_ALL and part of the unique key.
- BID_CURRENCY_CODE — the currency in which the supplier responds; part of the unique key.
- LIST_ID — the sourcing template reference; a foreign key to PON_AUCTION_TEMPLATES and part of the unique key.
- AUCTION_CURRENCY_CODE — the negotiation currency against which conversion occurs.
- RATE and RATE_DSP — the numeric conversion rate and its display-format counterpart.
- RATE_TYPE and RATE_DATE — the Oracle GL rate type and effective date used when the rate was derived.
- NUMBER_PRICE_DECIMALS — the rounding precision applied to converted prices.
- DERIVE_TYPE — indicates how the rate was obtained (for example, derived versus entered).
- SEQUENCE_NUMBER — ordering value for multiple rate rows.
- MODIFIED_FLAG and the standard CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE audit columns.
The surrogate/physical primary key is the unique index PON_AUCTION_CURRENCY_RATES_UK, defined over (BID_CURRENCY_CODE, LIST_ID, AUCTION_HEADER_ID). There is no separate single-column surrogate; the business-key candidate is therefore that same composite. LAST_AMENDMENT_UPDATE supports amendment versioning.
Common Use Cases and Queries
Typical scenarios include auditing currency normalization on a negotiation, reconstructing the rate history used for bid comparison reports, and validating decimal rounding applied to supplier prices. A representative query joining the rate to its negotiation is:
SELECT h.auction_header_id, h.auction_title, r.bid_currency_code, r.rate, r.rate_type, r.rate_date FROM pon_auction_currency_rates r, pon_auction_headers_all h WHERE r.auction_header_id = h.auction_header_id;- Joining to PON_AUCTION_TEMPLATES on LIST_ID to report the template associated with each rate row.
- Filtering on MODIFIED_FLAG to isolate rows changed during an amendment.
- Aggregating by RATE_TYPE and RATE_DATE to verify which GL rate types were consumed.
Because the table is small relative to bid volumes, it is well suited to direct SQL reporting rather than requiring dedicated extract programs.
Related Objects
The most significant related objects are:
- PON_AUCTION_HEADERS_ALL — joined on AUCTION_HEADER_ID; the parent negotiation.
- PON_AUCTION_TEMPLATES — joined on LIST_ID; the sourcing template.
- PON_AUCTION_HEADERS and the auction line/bid tables such as PON_BID_HEADERS_ALL, which use the stored rate when normalizing supplier pricing.
- PON_AUCTION_CURRENCY_RATES paired with GL currency-rate views (for example, GL_DAILY_RATES) that supply the underlying conversion values.
- Standard EBS Sourcing reports and Oracle iSupplier/Supplier Portal response pages that read these rows to render converted prices.
Together these relationships confirm the table's role as the currency-conversion bridge within Oracle Sourcing negotiations.
-
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_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_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 ,
-
Table: PON_AUCTION_HEADERS_ALL
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL, object_name:PON_AUCTION_HEADERS_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiations header level details. , implementation_dba_data: PON.PON_AUCTION_HEADERS_ALL ,
-
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_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_BID_HEADERS_ARCH
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS_ARCH, object_name:PON_BID_HEADERS_ARCH, status:VALID, product: PON - Sourcing , description: Contains an archive of the header level data of a negotiation response , implementation_dba_data: PON.PON_BID_HEADERS_ARCH ,
-
Table: PON_BID_HEADERS_ARCH
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS_ARCH, object_name:PON_BID_HEADERS_ARCH, status:VALID, product: PON - Sourcing , description: No longer used. , implementation_dba_data: PON.PON_BID_HEADERS_ARCH ,
-
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_BID_HEADERS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID, product: PON - Sourcing , description: Contains header level data for a response to a negotiation , implementation_dba_data: PON.PON_BID_HEADERS ,
-
Table: PON_BID_HEADERS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID, product: PON - Sourcing , description: Contains header level data for a response to a negotiation , implementation_dba_data: PON.PON_BID_HEADERS ,
-
Table: PON_AUCTION_HEADERS_ALL
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL, object_name:PON_AUCTION_HEADERS_ALL, status:VALID, product: PON - Sourcing , description: Stores the negotiations header level details. , implementation_dba_data: PON.PON_AUCTION_HEADERS_ALL ,
-
VIEW: PON.PON_AUCTION_CURRENCY_RATES#
12.2.2
-
VIEW: PON.PON_BIDDING_PARTIES#
12.2.2
-
VIEW: PON.PON_BID_HEADERS_ARCH#
12.2.2
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
-
VIEW: PON.PON_BID_HEADERS#
12.2.2
-
VIEW: PON.PON_AUCTION_CURRENCY_RATES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUCTION_CURRENCY_RATES#, status:VALID,
-
VIEW: PON.PON_BIDDING_PARTIES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_BIDDING_PARTIES#, status:VALID,
-
TABLE: PON.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,
-
VIEW: PON.PON_BID_HEADERS_ARCH#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_BID_HEADERS_ARCH#, status:VALID,
-
TABLE: PON.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,
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUCTION_TEMPLATES#, status:VALID,
-
VIEW: PON.PON_BID_HEADERS#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_BID_HEADERS#, status:VALID,
-
VIEW: PON.PON_AUCTION_HEADERS_ALL#
12.2.2
-
TABLE: PON.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,
-
TABLE: PON.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,
-
TABLE: PON.PON_BID_HEADERS_ARCH
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS_ARCH, object_name:PON_BID_HEADERS_ARCH, status:VALID,
-
TABLE: PON.PON_BID_HEADERS_ARCH
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS_ARCH, object_name:PON_BID_HEADERS_ARCH, status:VALID,
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.1.1
-
VIEW: APPS.PON_AUCTION_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_V, object_name:PON_AUCTION_HEADERS_V, status:VALID,
-
APPS.PON_AUCTION_INTERFACE_PKG SQL Statements
12.1.1
-
APPS.PON_SOURCING_OPENAPI_GRP SQL Statements
12.2.2
-
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,
-
VIEW: APPS.PON_AUCTION_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_V, object_name:PON_AUCTION_HEADERS_V, status:VALID,
-
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,
-
VIEW: PON.PON_AUCTION_HEADERS_ALL#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUCTION_HEADERS_ALL#, status:VALID,
-
View: PON_AUCTION_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_V, object_name:PON_AUCTION_HEADERS_V, status:VALID, product: PON - Sourcing , description: This is the MOAC sensitive view of pon_auction_headers , implementation_dba_data: APPS.PON_AUCTION_HEADERS_V ,
-
APPS.PON_AUCTION_INTERFACE_PKG SQL Statements
12.2.2
-
APPS.PON_TRANSFORM_BIDDING_PKG SQL Statements
12.1.1
-
TABLE: PON.PON_BID_HEADERS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID,
-
View: PON_AUCTION_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_V, object_name:PON_AUCTION_HEADERS_V, status:VALID, product: PON - Sourcing , description: This is the MOAC sensitive view of pon_auction_headers , implementation_dba_data: APPS.PON_AUCTION_HEADERS_V ,
-
View: PON_AUCTION_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL_V, object_name:PON_AUCTION_HEADERS_ALL_V, status:VALID, product: PON - Sourcing , description: Common View on pon_auction_headers_all , implementation_dba_data: APPS.PON_AUCTION_HEADERS_ALL_V ,
-
TABLE: PON.PON_BID_HEADERS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BID_HEADERS, object_name:PON_BID_HEADERS, status:VALID,
-
View: PON_AUCTION_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL_V, object_name:PON_AUCTION_HEADERS_ALL_V, status:VALID, product: PON - Sourcing , description: Common View on pon_auction_headers_all , implementation_dba_data: APPS.PON_AUCTION_HEADERS_ALL_V ,
-
APPS.PON_NEGOTIATION_COPY_GRP SQL Statements
12.1.1
-
APPS.PON_TRANSFORM_BIDDING_PKG SQL Statements
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP SQL Statements
12.2.2
-
VIEW: APPS.PON_AUCTION_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL_V, object_name:PON_AUCTION_HEADERS_ALL_V, status:VALID,
-
VIEW: APPS.PON_AUCTION_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUCTION_HEADERS_ALL_V, object_name:PON_AUCTION_HEADERS_ALL_V, status:VALID,