ATK_TECH_ASSET_RELATIONSHIPS
ATK_TECH_ASSET_RELATIONSHIPS contains the relationship between the service asset & SDO and service asset & service operations.
Details
-
Schema: FUSION
-
Object owner: ATK
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ATK_TECH_ASSET_RELATIONSH_PK |
TECH_ASSET_RELATIONSHIP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TECH_ASSET_RELATIONSHIP_ID | NUMBER | 18 | Yes | Primary key, unique identifier of the technology asset relationships. | |
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. | |
SOURCE_TECH_ASSET_ID | NUMBER | 18 | Yes | ID of the technology asset and represents the parent asset id in the asset relationship. Refers to the TECHNOLOGY_ASSET_ID in ATK_TECHNOLOGY_ASSETS. | |
TARGET_TECH_ASSET_ID | NUMBER | 18 | Yes | ID of the technology asset and represents the child id in the asset relationship. Refers to the TECHNOLOGY_ASSET_ID in ATK_TECHNOLOGY_ASSETS. | |
RELATIONSHIP_TYPE_CODE | VARCHAR2 | 30 | Yes | Identifies the relationship type. This can be HANDLES, CONTAINS or NEXT_VERSION. | |
ROOT_TECH_ASSET_ID | NUMBER | 18 | Yes | ID of the technology asset and represents the Service asset id that this relationship belongs to. Refers to the TECHNOLOGY_ASSET_ID in ATK_TECHNOLOGY_ASSETS. | |
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_TECH_ASSETREL_N1 | Non Unique | Default | SOURCE_TECH_ASSET_ID |
ATK_TECH_ASSETREL_N2 | Non Unique | Default | TARGET_TECH_ASSET_ID |
ATK_TECH_ASSETREL_N3 | Non Unique | Default | ROOT_TECH_ASSET_ID |
ATK_TECH_ASSET_RELATIONSH_U1 | Unique | FUSION_TS_TX_DATA | TECH_ASSET_RELATIONSHIP_ID |