FA_MC_BOOKS_RATES

FA_MC_BOOKS _RATES contains exchange rate information that Oracle Assets uses to convert transaction amounts in the primary book to the reporting currencies in the reporting books. Oracle Assets creates a row in this table for each reporting book for the following asset transaction types: ADDITION, CIP ADDITION, ADJUSTMENT and CIP ADJUSTMENT.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_MC_BOOKS_RATES_PK

SET_OF_BOOKS_ID, TRANSACTION_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
SET_OF_BOOKS_ID NUMBER 18 Yes Identifier of the accounting ledger.
ASSET_ID NUMBER 18 Yes Identifier of the asset number.
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
TRANSACTION_HEADER_ID NUMBER 18 Yes Identifier of the asset transaction.
INVOICE_TRANSACTION_ID NUMBER 18 Unique identifier of the invoice transaction.
TRANSACTION_DATE_ENTERED DATE Date when the transaction occurred.
COST NUMBER Total recorded cost of the asset.
EXCHANGE_RATE NUMBER Yes Rate used for converting amounts between primary currency and reporting currency.
AVG_EXCHANGE_RATE NUMBER Yes Weighted average exchange rate based on the prior cost and current cost of the asset.
COMPLETE VARCHAR2 1 Completion status of conversion to reporting currency of all the transaction amounts.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_MC_BOOKS_RATES fa_additions_b ASSET_ID
FA_MC_BOOKS_RATES fa_book_controls BOOK_TYPE_CODE
FA_MC_BOOKS_RATES gl_ledgers SET_OF_BOOKS_ID
FA_MC_BOOKS_RATES fa_transaction_headers TRANSACTION_HEADER_ID, BOOK_TYPE_CODE
FA_MC_BOOKS_RATES fa_invoice_transactions INVOICE_TRANSACTION_ID
FA_MC_BOOKS_RATES fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE

Indexes

Index Uniqueness Tablespace Columns
FA_MC_BOOKS_RATES_N1 Non Unique Default SET_OF_BOOKS_ID, ASSET_ID, BOOK_TYPE_CODE
FA_MC_BOOKS_RATES_U1 Unique Default SET_OF_BOOKS_ID, TRANSACTION_HEADER_ID