ATK_TECHNOLOGY_ASSETS

ATK_TECHNOLOGY_ASSETS contains Fusion Service, SDO and Service operation asset details.

Details

  • Schema: FUSION

  • Object owner: ATK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ATK_TECHNOLOGY_ASSETS_PK

TECHNOLOGY_ASSET_ID

Columns

Name Datatype Length Precision Not-null Comments
TECHNOLOGY_ASSET_ID NUMBER 18 Yes Primary key, unique identifier of the technology assets.
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.
QNAME VARCHAR2 500 Yes Identifies an asset uniquely using the namespace and local name.
ASSET_TYPE_CODE VARCHAR2 30 Yes Identifies the asset type.
DISPLAY_NAME VARCHAR2 128 Identifies the name of an asset.
DESCRIPTION CLOB Identifies the description of an asset.
STATE VARCHAR2 30 Identifies the STATE of an asset. The state can be STANDARD, NEW or CUSTOMIZED.
LBO VARCHAR2 512 Identifies the logical business object for a service asset.
LAST_HARVEST_DATE TIMESTAMP Yes The date when the asset was last harvested.
LIFE_CYCLE_CODE VARCHAR2 30 Identifies the life cycle code of an asset.
LAST_HARVEST_STATUS VARCHAR2 30 Identifies the status of the last harvest process such as COMPLETE, IN_PROGRESS or FAILED.
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
ATK_TECHNOLOGY_ASSETS_N1 Non Unique Default DISPLAY_NAME
ATK_TECHNOLOGY_ASSETS_N2 Non Unique Default LIFE_CYCLE_CODE
ATK_TECHNOLOGY_ASSETS_N3 Non Unique Default LBO
ATK_TECHNOLOGY_ASSETS_N4 Non Unique Default LAST_HARVEST_DATE
ATK_TECHNOLOGY_ASSETS_N5 Non Unique Default ASSET_TYPE_CODE
ATK_TECHNOLOGY_ASSETS_U1 Unique FUSION_TS_TX_DATA TECHNOLOGY_ASSET_ID
ATK_TECHNOLOGY_ASSETS_U2 Unique Default QNAME