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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 Code for currency in which the auction will be conducted
BID_CURRENCY_CODE VARCHAR2 15 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 Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
PON_AUC_CURRENCY_RATES_N1_ Non Unique Default AUCTION_HEADER_ID, SEQUENCE_NUMBER
PON_AUC_CURRENCY_RATES_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, AUCTION_HEADER_ID, SEQUENCE_NUMBER