FA_LEASE_EXPENSE_EVENTS
This table contains information about the events created for lease expense and lease interest accounting and if applicable the associated reversal events when lease expense is rolled back.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FA_LEASE_EXPENSE_EVENTS_PK |
LEASE_EXPENSE_EVENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LEASE_EXPENSE_EVENT_ID | NUMBER | 18 | Yes | Lease expense event details unique identification number. | |
BOOK_TYPE_CODE | VARCHAR2 | 30 | Yes | Name of the asset book in which the lease is recorded. | |
ASSET_ID | NUMBER | 18 | Yes | Asset number identifier. | |
PERIOD_COUNTER | NUMBER | 18 | Yes | Depreciation period identifier. | |
LEDGER_ID | NUMBER | 18 | Yes | Ledger unique identifier. | |
LEASE_RUN_ID | NUMBER | 18 | Yes | Lease program submission identifier. | |
LEASE_EXPENSE_SUMMARY_ID | NUMBER | 18 | Lease expense summary identification number. | ||
EVENT_ID | NUMBER | 18 | Yes | Transaction event identifier that is associated with this row for accounting purposes. | |
REVERSAL_EVENT_ID | NUMBER | 18 | Transaction event identifier that is associated with the lease expense reversal for accounting purposes. | ||
REVERSAL_DATE | DATE | Date on which the lease expense journal entry 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FA_LEASE_EXPENSE_EVENTS_N1 | Non Unique | FUSION_TS_TX_DATA | BOOK_TYPE_CODE, PERIOD_COUNTER |
FA_LEASE_EXPENSE_EVENTS_U1 | Unique | FUSION_TS_TX_DATA | ASSET_ID, BOOK_TYPE_CODE, PERIOD_COUNTER, LEASE_RUN_ID |
FA_LEASE_EXPENSE_EVENTS_U2 | Unique | Default | LEASE_EXPENSE_EVENT_ID |