FLA_LEASE_ASSETS_HIST
FLA_LEASE_ASSET_HIST contains the history of FLA_LEASE_ASSETS.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
FLA_LEASE_ASSETS_HIST_PK |
LEASE_ASSET_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LEASE_ASSET_ID | NUMBER | 18 | Yes | Asset identifier to uniquely identify an asset in this 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. | |
| INVENTORY_ORG_ID | NUMBER | 18 | Inventory item operating unit identifier. | ||
| LEASE_DETAIL_ID | NUMBER | 18 | Yes | Lease details identifier which is referenced from FLA_LEASE_DETAILS_HIST table. | |
| LEASE_ID | NUMBER | 18 | Yes | Lease identifier. It references the primary key of the FLA_LEASES_ALL table. | |
| ASSET_NUMBER | VARCHAR2 | 30 | Yes | Asset number which is either automatically generated or entered by the user, based on the system setup option. | |
| START_DATE | DATE | Yes | Date from which the asset is active. | ||
| END_DATE | DATE | Yes | Date from which the asset is inactive. | ||
| FINAL_LEASE_ASSET_ID | NUMBER | 18 | Final lease asset record identifier. This identifies the final record from the main table 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. | ||
| INSTALL_SITE_ID | NUMBER | 18 | Site information at which the asset is being installed | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Inventory item identifier. It is associated with the item being chosen as asset from the inventory system. | ||
| 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. | ||
| HEADLEASE_ASSET_NUMBER | VARCHAR2 | 30 | Asset number of the headlease which is associated to the sublease asset. | ||
| HEADLEASE_LEASE_DETAIL_ID | NUMBER | 18 | Lease details identifier of the headlease. | ||
| PRIMARY_CLASSIFICATION_CODE | VARCHAR2 | 30 | Primary accounting classification for the asset. | ||
| SECONDARY_CLASSIFICATION_CODE | VARCHAR2 | 30 | Secondary accounting classification for the asset. | ||
| FINANCED_ITEM_TYPE_CODE | VARCHAR2 | 30 | Yes | Indicates the type of financed item for which this template is applicable. Valid values are Asset and Charge. | |
| ASSET_CURRENCY_CODE | VARCHAR2 | 15 | Currency code for the leased asset. | ||
| RESIDUAL_PERCENT | NUMBER | Residual percentage for the asset. | |||
| RESIDUAL_AMOUNT | NUMBER | Residual amount for the leased asset. | |||
| FAIR_MARKET_VALUE_AMOUNT | NUMBER | Fair market value or the asset cost for the asset. | |||
| CARRYING_AMOUNT | NUMBER | Carrying amount for the leased asset. | |||
| ASSET_TEMPLATE_ID | NUMBER | 18 | Indicates if the asset template used for the asset. | ||
| MANUFACTURER_NAME | VARCHAR2 | 360 | Manufacturer name for the asset. | ||
| FA_PRIM_BOOK_TYPE_CODE | VARCHAR2 | 30 | Oracle Assets book type code for the Primary accounting classification. | ||
| FA_SECD_BOOK_TYPE_CODE | VARCHAR2 | 30 | Oracle Assets book type code for the Secondary accounting classification. | ||
| FA_ASSET_ID | NUMBER | 18 | Indicates the Oracle Assets asset. | ||
| CONVERSION_RATE | NUMBER | Currency conversion rate used when the asset currency is different from functional currency and the conversion is of type User. | |||
| CONVERSION_TYPE_CODE | VARCHAR2 | 30 | Currency conversion type when the asset currency is different from the functional currency. | ||
| CONVERSION_DATE | DATE | Date of currency conversion, used when the asset currency is different from the functional currency. | |||
| MIGRATED_FLAG | VARCHAR2 | 1 | Indicates if the asset is migrated or imported from an external system. | ||
| PRIM_MIGRATION_CONVERSION_RATE | NUMBER | Migration Currency conversion rate used when the asset currency is different from functional currency. This is applicable for Primary accounting classification. | |||
| SECD_MIGRATION_CONVERSION_RATE | NUMBER | Migration Currency conversion rate used when the asset currency is different from functional currency. This is applicable for secondary accounting classification. | |||
| MIGRATION_DATE | DATE | Indicates the date when the asset was migrated. | |||
| PRIMARY_ACCRUED_ASSET_AMOUNT | NUMBER | Primary accounting classification's accrued asset balance amount for migrated assets. | |||
| SECONDARY_ACCRUED_ASSET_AMOUNT | NUMBER | Secondary accounting classification's accrued asset balance amount for migrated assets. | |||
| ALLOW_OVERRIDE_AT_ASSET_FLAG | VARCHAR2 | 1 | Indicates if the template accounts can be overridden at the asset level. | ||
| 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. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR9 | 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FLA_LEASE_ASSETS_HIST_U1 | Unique | FUSION_TS_TX_IDX | LEASE_ASSET_ID |
| FLA_LEASE_ASSETS_HIST_U2 | Unique | FUSION_TS_TX_IDX | LEASE_DETAIL_ID, ASSET_NUMBER |