FA_MC_BOOK_CONTROLS

FA_MC_BOOK_CONTROLS table contains control information that affects all assets in a reporting depreciation book. The BOOK_TYPE_CODE in FA_MC_BOOK_CONTROLS is the same as the BOOK_TYPE_CODE in the parent record in FA_ BOOK_CONTROLS. It is a multiple reporting currency subtable of FA_ BOOK_CONTROLS.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

FA_MC_BOOK_CONTROLS_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.
CURRENCY_CODE VARCHAR2 15 Yes The currency that is used on the page.
DEPRN_STATUS VARCHAR2 1 Depreciation program status. Possible values are C for completed, E for error, R for running, and S for submitted.
DEPRN_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the last depreciation job that last updated the row.
LAST_PERIOD_COUNTER NUMBER 18 Yes Last period depreciated in the book.
LAST_DEPRN_RUN_DATE DATE Yes Date of the last depreciation run.
CURRENT_FISCAL_YEAR NUMBER 4 Yes Current fiscal year for the book.
RETIRED_STATUS VARCHAR2 1 Yes Not currently used.
RETIRED_REQUEST_ID NUMBER 18 Yes Not currently used.
PRIMARY_SET_OF_BOOKS_ID NUMBER 18 Yes Identifier of the primary ledger associated with the reporting ledger for this row.
PRIMARY_CURRENCY_CODE VARCHAR2 15 Yes The currency code of the primary ledger.
SOURCE_RETIRED_STATUS VARCHAR2 1 Yes Not currently used.
SOURCE_RETIRED_REQUEST_ID NUMBER 18 Yes Not currently used.
MRC_CONVERTED_FLAG VARCHAR2 1 Yes Option to indicate whether the set of books is converted to Multiple Reporting Currencies options.
ENABLED_FLAG VARCHAR2 1 Yes Option indicating whether this reporting currency and book association is active.
NBV_AMOUNT_THRESHOLD NUMBER Depreciation rounding threshold amount based on currency and precision.
CONVERSION_STATUS VARCHAR2 1 Status indicating whether the reporting book has been converted or not.
MASS_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of a pending or in process mass transaction job that last updated 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.
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.
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.
GL_POSTING_ALLOWED_FLAG VARCHAR2 3 Option indicating whether the accounting entries can be posted to General Ledger.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_MC_BOOK_CONTROLS fa_book_controls BOOK_TYPE_CODE
FA_MC_BOOK_CONTROLS gl_ledgers SET_OF_BOOKS_ID
FA_MC_BOOK_CONTROLS gl_ledgers PRIMARY_SET_OF_BOOKS_ID
fa_mc_deferred_deprn fa_mc_book_controls SET_OF_BOOKS_ID, CORP_BOOK_TYPE_CODE
fa_mc_deferred_deprn fa_mc_book_controls SET_OF_BOOKS_ID, TAX_BOOK_TYPE_CODE
fa_mc_books fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_retirements fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_books_rates fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_deprn_detail fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_deprn_summary_h fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_deprn_detail_h fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_conversion_rates fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_conversion_history fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_books_summary fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
fa_mc_deprn_summary fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE

Indexes

Index Uniqueness Tablespace Columns
FA_MC_BOOK_CONTROLS_U1 Unique Default SET_OF_BOOKS_ID, BOOK_TYPE_CODE