FA_DEPRN_EVENTS

FA_DEPRN_EVENTS contains information about the events created during each depreciation run and if applicable the associated reversal events when depreciation is rolled back.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_DEPRN_EVENTS_PK

ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSET_ID NUMBER 18 Yes Identifier of the asset number.
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
PERIOD_COUNTER NUMBER 18 Yes Identifier of the depreciation period.
DEPRN_RUN_ID NUMBER 18 Yes Identifier of the depreciation submission.
DEPRN_RUN_DATE DATE Yes System date when depreciation was run.
EVENT_ID NUMBER 18 Yes Identifier of the transaction event which is associated with this row for accounting purposes.
REVERSAL_EVENT_ID NUMBER 18 Identifier of the transaction event which is associated with this depreciation reversal for accounting purposes.
REVERSAL_DATE DATE Date on which the depreciation was reversed.
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_EVENTS fa_additions_b ASSET_ID
FA_DEPRN_EVENTS fa_book_controls BOOK_TYPE_CODE
FA_DEPRN_EVENTS fa_deprn_periods BOOK_TYPE_CODE, PERIOD_COUNTER
fa_deprn_detail_h fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_deprn_summary_h fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_deprn_summary fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_mc_deprn_summary_h fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_deprn_detail fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_mc_deprn_detail_h fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
fa_mc_deprn_summary fa_deprn_events ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID

Indexes

Index Uniqueness Tablespace Columns
FA_DEPRN_EVENTS_U1 Unique Default ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, DEPRN_RUN_ID
FA_DEPRN_EVENTS_U2 Unique Default EVENT_ID