FA_LEASE_SCHEDULES

This table contains lease schedule information of lease for lease and asset level.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FA_LEASE_SCHEDULES_PK

LEASE_SCHEDULE_ID

Columns

Name Datatype Length Precision Not-null Comments
LEASE_SCHEDULE_ID NUMBER 18 Yes Unique lease payment schedule identification number.
PERIOD_COUNTER_TERMINATED NUMBER Lease book period counter in which the asset level schedule is terminated.
LEASE_ID NUMBER 18 Yes Unique lease identification number.
PERIOD_COUNTER_LIFE_COMPLETE NUMBER Lease book period counter in which the asset level schedule is complete.
BOOK_TYPE_CODE VARCHAR2 30 Yes Name of the asset book in which lease schedule is recorded.
ASSET_NUMBER VARCHAR2 30 User-defined asset identification number for the leased asset.
ASSET_DESCRIPTION VARCHAR2 80 Description of the leased asset.
PRESENT_VALUE NUMBER Present value of future lease payment calculated using lessee's incremental borrowing rate.
COST NUMBER Cost of the asset added from the lease.
LIABILITY_AMOUNT NUMBER Present value of all amounts payable by the lessee to lessor over the lease term.
SCHEDULE_TYPE_CODE VARCHAR2 30 Yes Indicates whether the lease payment schedule is at lease level or asset level.
UPDATED_FLAG VARCHAR2 1 Indicates whether the asset level lease payment schedule is updated by user.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
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.
PARENT_LEASE_SCHEDULE_ID NUMBER 18 Unique lease payment schedule identification number for each asset payment schedule.
ASSET_SCHEDULE_NUM NUMBER 18 Unique Identifier of an asset lease schedule.
NEW_COST NUMBER New cost of the asset added from the lease.
NEW_LIABILITY_AMOUNT NUMBER New liability value of the asset added from the lease.
GAIN_LOSS_AMOUNT NUMBER Gain or loss on the asset lease transaction.
LEASE_TRANSACTION_STATUS_CODE VARCHAR2 30 Status of the transaction performed on the asset added from the lease.
LEASE_TRANSACTION_ID_IN NUMBER 18 Yes Identifier of the lease transaction that created the row.
LEASE_TRANSACTION_ID_OUT NUMBER 18 Identifier of the lease transaction that terminated the row.
DATE_EFFECTIVE TIMESTAMP Yes Date when the row becomes effective.
DATE_INEFFECTIVE TIMESTAMP Date when the row becomes inactive.
ASSET_ID NUMBER 18 Identifier of the asset number.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_LEASE_SCHEDULES fa_leases LEASE_ID
FA_LEASE_SCHEDULES fa_book_controls BOOK_TYPE_CODE
fa_lease_schedule_items fa_lease_schedules LEASE_SCHEDULE_ID
fa_lease_amort_schedules fa_lease_schedules LEASE_SCHEDULE_ID

Indexes

Index Uniqueness Tablespace Columns
FA_LEASE_SCHEDULES_N1 Non Unique FUSION_TS_TX_DATA LEASE_ID, BOOK_TYPE_CODE
FA_LEASE_SCHEDULES_N2 Non Unique Default LEASE_TRANSACTION_ID_IN
FA_LEASE_SCHEDULES_U1 Unique FUSION_TS_TX_DATA LEASE_SCHEDULE_ID