FA_MC_CONVERSION_HISTORY

FA_MC_CONVERSION_HISTORY contains information about the conversion of asset transactions in a primary asset book to a reporting book. When you run the MRC Asset Transactions Upgrade Phases 1 and 2, this table will reflect the period in which Phase 1 was run. PERIOD_COUNTER_SELECTED indicates the period in which Phase 1 was run and TOTAL_ASSETS indicates the number of assets that are not fully reserved at the beginning of the fiscal year selected for conversion. PERIOD_COUNTER_CONVERTED indicates the period in which Phase 2 was run to convert the asset transactions to the reporting book. CONVERSION_STATUS of S indicates that assets are selected for conversion and C indicates that the assets have been converting to the reporting book. FIXED_RATE_CONVERSION indicates whether all the assets were converted using a fixed exchange rate or not.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_MC_CONVERSION_HISTORY_PK

SET_OF_BOOKS_ID, BOOK_TYPE_CODE

Columns

Name Datatype Length Precision Not-null Comments
SET_OF_BOOKS_ID NUMBER 18 Yes Identifier of the accounting ledger.
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
CONVERSION_STATUS VARCHAR2 1 Yes Status indicating whether the transaction amounts have been converted to the reporting currency.
PERIOD_COUNTER_SELECTED NUMBER 18 Yes Identifier of the calendar period selected as the starting point for converting to reporting currency.
PERIOD_COUNTER_START NUMBER 18 Identifier of the calendar period populated when the conversion job is initiated.
PERIOD_COUNTER_CONVERTED NUMBER 18 Identifier of the depreciation period populated when the conversion job is completed.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
FIXED_RATE_CONVERSION VARCHAR2 1 Option indicating whether to do fixed rate conversion or not.
TOTAL_ASSETS NUMBER 18 Total assets converted from primary to reporting book.
EFC_STATUS VARCHAR2 1 Not currently used.
EFC_LAST_UPDATE_DATE DATE Not currently used.
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_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.
TOTAL_LEASES NUMBER 18 Total leases converted from primary to reporting book.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_MC_CONVERSION_HISTORY fa_book_controls BOOK_TYPE_CODE
FA_MC_CONVERSION_HISTORY gl_ledgers SET_OF_BOOKS_ID
FA_MC_CONVERSION_HISTORY fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
FA_MC_CONVERSION_HISTORY fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_SELECTED
FA_MC_CONVERSION_HISTORY fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_START
FA_MC_CONVERSION_HISTORY fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_CONVERTED

Indexes

Index Uniqueness Tablespace Columns
FA_MC_CONVERSION_HISTORY_U1 Unique Default SET_OF_BOOKS_ID, BOOK_TYPE_CODE