FLA_LEASE_ASSETS

FLA_LEASE_ASSETS contains the asset details, which are part of the lease contract such as asset number, asset model, inventory item identifier, and effective start date, and so on.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

FLA_LEASE_ASSETS_PK

LEASE_ASSET_ID

Columns

Name Datatype Length Precision Not-null Comments Status
LEASE_ASSET_ID NUMBER 18 Yes Asset identifier to uniquely identify an asset in this table. Active
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. Active
INVENTORY_ORG_ID NUMBER 18 Inventory item operating unit identifier.
LEASE_DETAIL_ID NUMBER 18 Yes Lease details identifier which is referenced Active
LEASE_ID NUMBER 18 Yes Lease identifier. It references the primary key of the FLA_LEASES_ALL table. Active
ASSET_NUMBER VARCHAR2 30 Yes Asset number which is either automatically generated or entered by the user, based on the system setup option. Active
START_DATE DATE Yes Date from which the asset is active.
END_DATE DATE Yes Date from which the asset is inactive.
PARENT_RECORD_ID NUMBER 18 Parent record identifier. This identifies the parent record for this record.
CHANGE_TYPE_CODE VARCHAR2 30 Yes Indicates the type of change to the record, whether INSERT or UPDATE or DELETE.
CHANGED_IN_VERSION_NUM NUMBER 9 Yes Version number in which there was a change, either an Addition or Update or Delete.
EMPLOYEE_ID NUMBER 18 Employee with whom the asset is tagged with. Active
INSTALL_SITE_ID NUMBER 18 Site information at which the asset is being installed Active
INVENTORY_ITEM_ID NUMBER 18 Inventory item identifier. It is associated with the item being chosen as asset from the inventory system. Active
ITEM_CATEGORY_CODE VARCHAR2 820 Item category to pick the items belonging to the specific group.
ASSET_MODEL_CODE VARCHAR2 30 Model of the asset that describes the asset.
ASSET_STATUS_CODE VARCHAR2 30 Asset status code. Possible values are New, Active and Terminated derived from the lookup FLA_ASSET_STATUS.
DATA_SOURCE_CODE VARCHAR2 30 Feeder system from which lease data was created.
SYSTEM_ORIGIN_REFERENCE_1 VARCHAR2 30 system reference column to maintain the key of source system from which lease is being imported
SYSTEM_ORIGIN_REFERENCE_2 VARCHAR2 30 system reference column to maintain the key of source system from which lease is being imported
UNITS_CONSUMED NUMBER 9 Number of units of the asset being taken on lease
UNIT_OF_MEASURE VARCHAR2 30 Attribute indicating Unit of measure used for the asset.
PERCENTAGE_OF_REDUCTION NUMBER Reduction in ROU or Liability. This would be based on reduction in time, usage or liability.
AMORTIZATION_END_DATE DATE Date when the amortization schedule ends.
SCHEDULES_IMPACT_FLAG VARCHAR2 1 Flag which will be set to Y if the schedules are impacted and need to be regenerated.
ASSET_IMPAIRED_FLAG VARCHAR2 1 Indicates if the asset has been impaired.
IMPAIRMENT_INPROGRESS_FLAG VARCHAR2 1 Indicates if the asset impairment is in progress during the amendment.
IMPAIRMENT_TYPE_CODE VARCHAR2 30 Type of impairment. Values can be PERCENT or AMOUNT.
ASSET_IMPAIRMENT_PERCENT NUMBER Percentage of asset right of use subject to impairment.
IMPAIRMENT_PERCENT NUMBER This is the percentage by which the asset right of use needs to be changed.
PROPERTY_ID NUMBER 18 Attribute indicating the property identifier of the property.
SHIP_TO_SITE_USE_ID NUMBER 18 Ship to customer site use identifier.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FLA_LEASE_ASSETS fla_lease_details LEASE_DETAIL_ID
fla_lease_asset_serials fla_lease_assets LEASE_DETAIL_ID, ASSET_NUMBER

Indexes

Index Uniqueness Tablespace Columns Status
FLA_LEASE_ASSETS_U1 Unique FUSION_TS_TX_IDX LEASE_ASSET_ID Active
FLA_LEASE_ASSETS_U2 Unique FUSION_TS_TX_IDX LEASE_DETAIL_ID, ASSET_NUMBER Active