PON_AUCTION_CURRENCY_RATES

PON_AUCTION_CURRENCY_RATES stores transaction-specific currency rates for multi currency auctions, RFQs, and RFIs if the negotiation owner defines the currency rates. If the negotiation uses company-wide currency rates, then no records are created in this table.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_AUC_CURRENCY_RATES_PK

AUCTION_HEADER_ID, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
AUCTION_CURRENCY_CODE VARCHAR2 15 Yes Code for currency in which the auction will be conducted
BID_CURRENCY_CODE VARCHAR2 15 Yes Additional Code for currency in which the bidding can be done in addition to the auction currency
RATE NUMBER Currency conversion rate between the auction currency and the bid currency
NUMBER_PRICE_DECIMALS NUMBER Price precision to round the amount converted from the auction currency to the bid currency
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
SEQUENCE_NUMBER NUMBER Yes To maintain the order of currencies
RATE_DSP NUMBER The rate entered by user from bid to auction currency
LAST_AMENDMENT_UPDATE NUMBER Holds the amendment number the rate was last modified.
MODIFIED_FLAG VARCHAR2 1 Flag to indicate whether this currency has been modified in multi-round or amendment.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_AUCTION_CURRENCY_RATES pon_auction_headers_all AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_AUCTION_CURRENCY_RATES_U1 Unique Default AUCTION_HEADER_ID, SEQUENCE_NUMBER