QP_PB_CURR_CONV_RATES

This table stores currency conversion rates derived/used while generating Price Books.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

qp_pb_curr_conv_rates_PK

PB_CURR_CONV_RATE_ID

Columns

Name Datatype Length Precision Not-null Comments
PB_CURR_CONV_RATE_ID NUMBER 18 Yes Value that uniquely identifies the currency conversion rate for a price book line.
PRICE_BOOK_ID NUMBER 18 Yes Value that uniquely identifies price book.
PRICING_STRATEGY_ID NUMBER 18 Yes Value that uniquely identifies a pricing strategy used in the price book.
FROM_CURRENCY_CODE VARCHAR2 15 Yes Abbreviation used for the currency from which the conversion is made.
TO_CURRENCY_CODE VARCHAR2 15 Yes Abbreviation used for the currency to which the conversion is made.
CONVERSION_TYPE_CODE VARCHAR2 30 Yes Abbreviation for the type of currency conversion with lookup values as ORA_QP_CURRENCY_CONV_TYPES.
GL_CONVERSION_TYPE_CODE VARCHAR2 30 Abbreviation for the type of GL currency conversion.
CONVERSION_RATE NUMBER The conversion rate for the currency conversion detail used in the price book calculation.
PRICING_DATE TIMESTAMP Yes Date and time of the price book pricing.
PRICE_AS_OF TIMESTAMP Yes Date and time the price book is priced as of.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
QP_PB_CURR_CONV_RATES_N1 Non Unique DEFAULT PRICE_BOOK_ID, PRICING_STRATEGY_ID, FROM_CURRENCY_CODE, TO_CURRENCY_CODE
QP_PB_CURR_CONV_RATES_U1 Unique DEFAULT PB_CURR_CONV_RATE_ID