FLA_LEASE_BALANCES_ALL

FLA_LEASE_BALANCES_ALL contains the scheduled and accounted balances for the leases.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_LEASE_BALANCES_PK

LEASE_BALANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
LEASE_BALANCE_ID NUMBER 18 Yes Unique lease balance identifier.
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.
LEASE_ID NUMBER 18 Yes Lease identifier. It references the primary key of the FLA_LEASES_ALL table.
LEASE_DETAIL_ID NUMBER 18 Yes Lease detail identifier. It is referenced from the FLA_LEASE_DETAILS table.
PAYMENT_NUMBER VARCHAR2 30 Yes Payment number. It is referenced from FLA_LEASE_PAYMENT_HEADERS table.
CURRENCY_CODE VARCHAR2 15 Yes Currency code of the lease payment.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
REGIME_CODE VARCHAR2 30 Yes Regime code. This drives the accounting model and reporting for the lease.
LEDGER_ID NUMBER 18 Yes Ledger identifier as defined in general ledger.
BALANCE_TYPE_CODE VARCHAR2 30 Yes Indicates the type of balance being maintained. Possible values would be Scheduled, Accounted in Lease Accounting and Final Accounted.
PERIOD_NAME VARCHAR2 15 Yes Period name of the accounting period.
PERIOD_START_DATE DATE Yes Start date of the accounting period.
PERIOD_END_DATE DATE Yes End date of the accounting period.
OPENING_LIABILITY_AMOUNT NUMBER Opening liability amount at the start of the period.
BOOKED_LIABILITY_AMOUNT NUMBER Liability booked because of bookings or amendments in the period.
ACCRUED_LIABILITY_AMOUNT NUMBER Accruals of interest amount done in the period.
REDUCED_LIABILITY_AMOUNT NUMBER Liability reduced because of amendments in the period.
ADJUSTED_LIABILITY_AMOUNT NUMBER Liability adjusted because of amendments in the period.
PAID_LIABILITY_AMOUNT NUMBER Liability paid to the vendor in the period.
CLOSING_LIABILITY_AMOUNT NUMBER Closing liability at the end of the period.
OPENING_ROU_AMOUNT NUMBER Opening right of use amount at the start of the period.
BOOKED_ROU_AMOUNT NUMBER Right of use amount booked because of bookings or amendments in the period.
ACCRUED_ROU_AMOUNT NUMBER Accruals of right of use amount done in the period.
REDUCED_ROU_AMOUNT NUMBER Right of use amount reduced because of amendments in the period.
ADJUSTED_ROU_AMOUNT NUMBER Right of use amount adjusted because of amendments in the period.
CLOSING_ROU_AMOUNT NUMBER Closing right of use amount at the end of the period.
CONTINGENT_EXPENSE_AMOUNT NUMBER Contingent expense amount calculated for the period.
EXPIRED_ROU_AMOUNT NUMBER Expired right of use amount calculated for the period.
PERIOD_CLOSED_FLAG VARCHAR2 1 Indicates if the period is closed or not.
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.
BALANCES_VERSION_NUM NUMBER 8 Version of the transaction balances.
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_LEASE_BALANCES_N1 Non Unique Default LEASE_DETAIL_ID, PAYMENT_NUMBER, REGIME_CODE, BALANCE_TYPE_CODE, PERIOD_START_DATE
FLA_LEASE_BALANCES_U1 Unique FUSION_TS_TX_IDX LEASE_BALANCE_ID