FLA_ACCOUNTING_TRANSACTIONS

FLA_ACCOUNTING_TRANSACTIONS contains the transactions related to accounting.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_ACCT_TRN_PK

ACCOUNTING_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCOUNTING_TRANSACTION_ID NUMBER 18 Yes Accounting Transaction identifier. It is the primary key of the table.
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.
TRANSACTION_TYPE_CODE VARCHAR2 30 Yes Attribute indicating the type of transaction being created.
LEASE_ID NUMBER 18 Yes Attribute indicating the lease which is undergoing the liability reclassification.
SCHEDULE_DATE DATE Yes Attribute indicating the schedule date of the liability reclassification.
VERSION_NUM NUMBER 9 Yes Version number of the lease as captured in FLA_LEASE_DETAILS.
PAYMENT_NUMBER VARCHAR2 30 Yes Attribute indicating the payment on which the liability is being calculated.
SCHEDULE_HEADER_ID NUMBER 18 Yes Schedule header identifier from FLA_SCHEDULE_HEADERS
SHORT_TERM_LIABILITY_AMOUNT NUMBER Attribute indicating the short term liability reclassification amount.
LONG_TERM_LIABILITY_AMOUNT NUMBER Attribute indicating the long term liability reclassification amount.
ACCOUNTED_FLAG VARCHAR2 1 Attribute indicating the accounting status of the liability reclassification amounts.
REVERSAL_FLAG VARCHAR2 1 Attribute indicating the reversal of accounting status of the liability reclassification amounts.
PERIOD_NAME VARCHAR2 15 Yes Period in which liability reclassification falls in.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.

Indexes

Index Uniqueness Tablespace Columns
FLA_ACCT_TRNS_U1 Unique FUSION_TS_TX_IDX ACCOUNTING_TRANSACTION_ID
FLA_ACCT_TRNS_U2 Unique FUSION_TS_TX_IDX SCHEDULE_HEADER_ID, TRANSACTION_TYPE_CODE, SCHEDULE_DATE