ATK_TECH_ASSET_ATTRIBUTES

ATK_TECH_ASSET_ATTRIBUTES contains the attributes of the SDO and parameters of the service operation.

Details

  • Schema: FUSION

  • Object owner: ATK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ATK_TECH_ASSET_ATTRIBUTES_PK

TECH_ASSET_ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
TECH_ASSET_ATTRIBUTE_ID NUMBER 18 Yes Primary key, unique identifier of the technology asset attribute.
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.
TECH_ASSET_ID NUMBER 18 Yes ID of the technology asset. Refers to the TECHNOLOGY_ASSET_ID in ATK_TECHNOLOGY_ASSETS.
ATTRIBUTE_NAME VARCHAR2 128 Identifies the name of an asset attribute.
DISPLAY_LABEL VARCHAR2 256 Identifies the display label of an SDO attribute
DESCRIPTION CLOB Identifies the description of an asset attribute.
DATATYPE VARCHAR2 500 Identifies the primitive and fusion complex datatypes. This doesn't include the Fusion Service SDO datatypes.
DATATYPE_ASSET_ID NUMBER 18 Identifies the Fusion SDO datatypes. The namespace of the Sdo datatypes should start with either http://xmlns.oracle.com/apps/ or http://xmlns.oracle.com/oracle/apps/.
STATE VARCHAR2 30 Identifies the STATE of an asset attribute. The state can be STANDARD, NEW or CUSTOMIZED.
QUERYABLE_YN VARCHAR2 1 Identifies the Queryable property of an SDO asset attribute
UPDATEABLE_YN VARCHAR2 1 Identifies the updateable property of an SDO attribute
REQUIRED_YN VARCHAR2 1 Identifies the updateable property of an SDO attribute
UNBOUNDED_YN VARCHAR2 1 Identifies the list property of an SDO attribute or the list property a service operation parameter
REQUEST_RESPONSE_TYPE VARCHAR2 30 Identifies the request or response type of a service operation parameter
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_ASSET_ATTRIBUTES_N1 Non Unique Default TECH_ASSET_ID
ATK_TECH_ASSET_ATTRIBUTES_U1 Unique FUSION_TS_TX_DATA TECH_ASSET_ATTRIBUTE_ID