FA_MC_DEPRN_DETAIL_H

FA_MC_DEPRN_DETAIL_H contains the depreciation information originally stored in FA_DEPRN_DETAIL for audit and inquiry purposes for records that were accounted for. Only those records that were accounted for in FINAL mode in Subledger Accounting are archived into this table.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_MC_DEPRN_DETAIL_H_PK

SET_OF_BOOKS_ID, DISTRIBUTION_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID

Columns

Name Datatype Length Precision Not-null Comments
DISTRIBUTION_ID NUMBER 18 Yes Identifier of the asset distribution.
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
ASSET_ID NUMBER 18 Yes Identifier of the asset number.
PERIOD_COUNTER NUMBER 18 Yes Identifier of the depreciation period.
DEPRN_SOURCE_CODE VARCHAR2 1 Source from where the depreciation record was created. Possible values are BOOKS, DEPRN, and TRACK.
DEPRN_RUN_DATE DATE The system date when depreciation was run.
DEPRN_AMOUNT NUMBER Asset depreciation expense amount.
YTD_DEPRN NUMBER Year-to-date depreciation expense.
DEPRN_RESERVE NUMBER Total depreciation expense including the bonus depreciation recognized for the asset.
ADDITION_COST_TO_CLEAR NUMBER Asset cost in row for period before period you added the asset.
COST NUMBER Total recorded cost of the asset.
DEPRN_ADJUSTMENT_AMOUNT NUMBER Depreciation expense adjustment amount for the period.
REVAL_AMORTIZATION NUMBER Amount of revaluation reserve amortized during this period.
REVAL_DEPRN_EXPENSE NUMBER Portion of depreciation expense generated due to revaluation of the asset cost. Oracle Fusion Assets does not create any journal entries for this amount. It is for reporting only.
REVAL_RESERVE NUMBER Change in net book value due to revaluation of asset cost and sometimes also revaluation of depreciation reserve for revaluation period. For all other periods, the revaluation reserve amount after depreciation run.
YTD_REVAL_DEPRN_EXPENSE NUMBER Year-to-date depreciation expense due to revaluation. Oracle Fusion Assets does not create any journal entries for this amount. It is for reporting only.
BONUS_DEPRN_AMOUNT NUMBER Bonus depreciation expense. Amount included in DEPRN_AMOUNT.
BONUS_YTD_DEPRN NUMBER Bonus year-to-date depreciation expense. Amount included in YTD_DEPRN.
BONUS_DEPRN_RESERVE NUMBER Total bonus depreciation taken since the beginning of the asset life. Amount included in DEPRN_RESERVE.
BONUS_DEPRN_ADJUSTMENT_AMOUNT NUMBER Bonus depreciation adjustment amount.
EVENT_ID NUMBER 18 Identifier of the transaction event which is associated with this row for accounting purposes.
DEPRN_RUN_ID NUMBER 18 Yes Identifier of the depreciation submission.
REVERSAL_EVENT_ID NUMBER 18 Identifier of the transaction event which is associated with this depreciation reversal for accounting purposes.
REVERSAL_DATE DATE Date when the depreciation was reversed.
SET_OF_BOOKS_ID NUMBER Yes Identifier of the accounting ledger.
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.
GENERAL_FUND NUMBER Value of general fund after considering impairment effect.
CAPITAL_ADJUSTMENT NUMBER Value of capital adjustment after considering impairment transaction.
IMPAIRMENT_AMOUNT NUMBER Total impairment loss recognized for the asset.
YTD_IMPAIRMENT NUMBER Year-to-date impairment amount.
IMPAIRMENT_RESERVE NUMBER Impairment loss amount of the asset.
ACCELERATED_DEPRN_AMOUNT NUMBER The accelerated depreciation amount calculated for the period.
ACCELERATED_DEPRN_RESERVE NUMBER The accelerated depreciation reserve balance for the period.
ACCELERATED_YTD_DEPRN NUMBER The accelerated depreciation YTD balance for the period.
ACC_DEPRN_ADJUSTMENT_AMOUNT NUMBER The adjustment amount calculated for retroactive adjustments included in the accelerated depreciation for the period.
REVAL_AMORT_BALANCE NUMBER Accumulated revaluation amortization.
YTD_REVAL_AMORTIZATION NUMBER Year-to-date revaluation reserve amortization amount.
REVAL_AMORTIZATION_ADJUSTMENT NUMBER Revaluation reserve amortization amount calculated for the period by the adjustment transaction.
BACKLOG_DEPRN_RESERVE NUMBER Life-to-date backlog depreciation amount
YTD_BACKLOG_DEPRN NUMBER Year-to-date backlog depreciation amount.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_MC_DEPRN_DETAIL_H fa_additions_b ASSET_ID
FA_MC_DEPRN_DETAIL_H fa_mc_deprn_summary_h SET_OF_BOOKS_ID, ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
FA_MC_DEPRN_DETAIL_H gl_ledgers SET_OF_BOOKS_ID
FA_MC_DEPRN_DETAIL_H fa_book_controls BOOK_TYPE_CODE
FA_MC_DEPRN_DETAIL_H fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
FA_MC_DEPRN_DETAIL_H fa_distribution_history DISTRIBUTION_ID, BOOK_TYPE_CODE
FA_MC_DEPRN_DETAIL_H fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
FA_MC_DEPRN_DETAIL_H fa_mc_book_controls SET_OF_BOOKS_ID, BOOK_TYPE_CODE
FA_MC_DEPRN_DETAIL_H fa_mc_deprn_periods SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER

Indexes

Index Uniqueness Tablespace Columns
FA_MC_DEPRN_DETAIL_H_U1 Unique Default SET_OF_BOOKS_ID, DISTRIBUTION_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
FA_MC_DEPRN_DETAIL_H_U2 Unique Default EVENT_ID, DISTRIBUTION_ID, SET_OF_BOOKS_ID