FA_DEPRN_PERIODS

FA_DEPRN_PERIODS contains information about your depreciation periods. Oracle Fusion Assets uses this table to determine when each period in FA_CALENDARS was open for a depreciation book.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_DEPRN_PERIODS_PK

BOOK_TYPE_CODE, PERIOD_COUNTER

Columns

Name Datatype Length Precision Not-null Comments
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
PERIOD_COUNTER NUMBER 18 Yes Identifier of the depreciation period.
PERIOD_NAME VARCHAR2 15 Yes Asset book depreciation calendar period name.
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 is 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_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_DEPRN_PERIODS fa_book_controls BOOK_TYPE_CODE
fa_mc_deferred_deprn fa_deprn_periods CORP_BOOK_TYPE_CODE, CORP_PERIOD_COUNTER
fa_mc_deferred_deprn fa_deprn_periods TAX_BOOK_TYPE_CODE, TAX_PERIOD_COUNTER
fa_deprn_detail_h fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_FULLY_RESERVED
fa_mc_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_LIFE_COMPLETE
fa_mc_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_CAPITALIZED
fa_mc_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_FULLY_RETIRED
fa_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_FULLY_RESERVED
fa_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_FULLY_RETIRED
fa_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_CAPITALIZED
fa_books fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_LIFE_COMPLETE
fa_mc_deprn_periods fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deprn_summary_h fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_books_summary fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_book_controls fa_deprn_periods BOOK_TYPE_CODE, LAST_PURGE_PERIOD_COUNTER
fa_book_controls fa_deprn_periods BOOK_TYPE_CODE, INITIAL_PERIOD_COUNTER
fa_book_controls fa_deprn_periods BOOK_TYPE_CODE, LAST_PERIOD_COUNTER
fa_book_controls fa_deprn_periods BOOK_TYPE_CODE, LAST_MASS_COPY_PERIOD_COUNTER
fa_adjustments fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_ADJUSTED
fa_adjustments fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_CREATED
fa_deprn_summary fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deprn_events fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deferred_deprn_events fa_deprn_periods CORP_BOOK_TYPE_CODE, CORP_PERIOD_COUNTER
fa_deferred_deprn_events fa_deprn_periods TAX_BOOK_TYPE_CODE, TAX_PERIOD_COUNTER
fa_mc_deprn_detail fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deprn_summary_h fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deprn_detail fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_deprn_detail_h fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_mc_adjustments fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_CREATED
fa_mc_adjustments fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER_ADJUSTED
fa_mc_conversion_rates fa_deprn_periods BOOK_TYPE_CODE, LAST_PERIOD_COUNTER
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
fa_mc_books_summary fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deferred_deprn fa_deprn_periods CORP_BOOK_TYPE_CODE, CORP_PERIOD_COUNTER
fa_deferred_deprn fa_deprn_periods TAX_BOOK_TYPE_CODE, TAX_PERIOD_COUNTER
fa_mc_deprn_summary fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER

Indexes

Index Uniqueness Tablespace Columns
FA_DEPRN_PERIODS_N1 Non Unique Default LAST_UPDATE_DATE
FA_DEPRN_PERIODS_U1 Unique Default BOOK_TYPE_CODE, PERIOD_COUNTER
FA_DEPRN_PERIODS_U2 Unique Default BOOK_TYPE_CODE, FISCAL_YEAR, PERIOD_NUM
FA_DEPRN_PERIODS_U3 Unique Default BOOK_TYPE_CODE, PERIOD_NAME