FA_MC_DEPRN_PERIODS

FA_MC_DEPRN_PERIODS contains information about your depreciation periods for each reporting book. It is an MRC sub-table of FA_DEPRN_PERIODS.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_MC_DEPRN_PERIODS_PK

SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER

Columns

Name Datatype Length Precision Not-null Comments
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
PERIOD_NAME VARCHAR2 15 Yes Asset book depreciation calendar period name.
SET_OF_BOOKS_ID NUMBER 18 Yes Identifier of the accounting ledger.
PERIOD_COUNTER NUMBER 18 Yes Identifier of the depreciation period.
FISCAL_YEAR NUMBER 4 Yes Name of the accounting fiscal year.
PERIOD_NUM NUMBER 3 Yes Period number of depreciation period in the fiscal year.
PERIOD_OPEN_DATE DATE Yes System date when the depreciation period was opened.
PERIOD_CLOSE_DATE DATE System date when the depreciation period was closed.
CALENDAR_PERIOD_OPEN_DATE DATE Start date of the calendar period.
CALENDAR_PERIOD_CLOSE_DATE DATE End date of the calendar period.
DEPRN_RUN VARCHAR2 1 Indicator used to determine whether depreciation has been run for a period.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_MC_DEPRN_PERIODS fa_book_controls BOOK_TYPE_CODE
FA_MC_DEPRN_PERIODS gl_ledgers SET_OF_BOOKS_ID
FA_MC_DEPRN_PERIODS fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deferred_deprn fa_mc_deprn_periods SET_OF_BOOKS_ID, CORP_BOOK_TYPE_CODE, CORP_PERIOD_COUNTER
fa_mc_deferred_deprn fa_mc_deprn_periods SET_OF_BOOKS_ID, TAX_BOOK_TYPE_CODE, TAX_PERIOD_COUNTER
fa_mc_deprn_detail fa_mc_deprn_periods SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deprn_summary_h fa_mc_deprn_periods SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deprn_detail_h fa_mc_deprn_periods SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deprn_summary fa_mc_deprn_periods SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER

Indexes

Index Uniqueness Tablespace Columns
FA_MC_DEPRN_PERIODS_U1 Unique Default SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_COUNTER
FA_MC_DEPRN_PERIODS_U2 Unique Default SET_OF_BOOKS_ID, BOOK_TYPE_CODE, FISCAL_YEAR, PERIOD_NUM
FA_MC_DEPRN_PERIODS_U3 Unique Default SET_OF_BOOKS_ID, BOOK_TYPE_CODE, PERIOD_NAME