FLA_ASSETS_INT

FLA_ASSETS_INT contains the lease assets information like asset number, inventory item associated to asset, asset location and employee tagged for asset etc.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FLA_ASSETS_INT_PK

LOAD_REQUEST_ID, INTERFACE_ASSET_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ASSET_ID NUMBER 18 Yes Interface Asset identifier. This column consistutes primary key along with LOAD_REQUEST_ID column of the table.
LOAD_REQUEST_ID NUMBER 18 Yes Oracle Enterprise Scheduler: request identifier of the interface load job that created 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.
INTERFACE_LEASE_ID NUMBER 18 Yes Interface Lease identifier. It references the primary key of the FLA_LEASES_INT table.
ASSET_NUMBER VARCHAR2 30 Asset number which is either automatically generated or entered by the user, based on the system setup option.
START_DATE DATE Date from which the asset is active.
END_DATE DATE Date from which the asset is inactive.
EMPLOYEE_ID NUMBER 18 Employee with whom the asset is tagged with.
EMPLOYEE_EMAIL_ADDRESS VARCHAR2 240 E-mail address of the employee to whom the asset is assigned.
INSTALL_SITE_ID NUMBER 18 Site information at which the asset is being installed
INSTALL_SITE_CODE VARCHAR2 30 Physical location of the inventory item.
INVENTORY_ITEM_ID NUMBER 18 Inventory item identifier. It is associated with the item being chosen as asset from the inventory system.
INVENTORY_ITEM_NUMBER VARCHAR2 300 Inventory item number. 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.
UNIT_OF_MEASURE VARCHAR2 30 Attribute indicating Unit of measure used for the asset from inventory.
UNITS_CONSUMED NUMBER 9 Number of units of the asset being taken on lease
INTERNAL_LOCATION_CODE VARCHAR2 150 Internal Location Code of the asset.
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
AMEND_ACTION_TYPE_CODE VARCHAR2 30 Amend action type which identifies which action is being performed. Values could be INSERT and UPDATE.
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_NUMBER VARCHAR2 30 Attribute indicating the property number of the property.
HIERARCHICAL_PROPERTY_CODE VARCHAR2 360 Property code generated by the system which captures the complete hierarchical code of the property.
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.
SHIP_CUSTOMER_SITE_NUMBER VARCHAR2 30 Ship-to customer account address site number. Site number represents a location in the system.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created 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_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_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_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_ASSETS_INT_N1 Non Unique FUSION_TS_INTERFACE INTERFACE_LEASE_ID, LOAD_REQUEST_ID
FLA_ASSETS_INT_U1 Unique FUSION_TS_INTERFACE LOAD_REQUEST_ID, INTERFACE_ASSET_ID