ATC_ATTRIBUTE_REFS
Stores details of attribute associated with the ProductSpecification and ServiceSpecification
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATC_ATTRIBUTE_REFS_PK |
ATTRIBUTE_REF_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ATTRIBUTE_REF_ID | NUMBER | 18 | Yes | Unique row id for the attribute reference used in the specification | |
ATTRIBUTE_PUID | VARCHAR2 | 30 | Indicates identifier of the attribute references | ||
ATTRIBUTE_NAME | VARCHAR2 | 200 | Indicates name of attribute references | ||
DISPLAY_NAME | VARCHAR2 | 200 | Allows to define alternate friendly name for the attribute | ||
VERSION | VARCHAR2 | 20 | Indicates version of the attribute | ||
AT_TYPE | VARCHAR2 | 200 | Represent the actual class type of an entity | ||
AT_BASE_TYPE | VARCHAR2 | 200 | Represent the base class of a given resource that has been extended | ||
AT_SCHEMA_LOCATION | VARCHAR2 | 1000 | Indicates a url which points to a schema which allow specifying user-defined properties of an Entity or to specify the expected attribute of an entity | ||
AT_REFERRED_TYPE | VARCHAR2 | 200 | Represent the actual class referred type of an entity | ||
ATTRIBUTE_TYPE_CODE | VARCHAR2 | 30 | Indicates the code to represent the attribute(To support SKU) | ||
ENTITY_NAME | VARCHAR2 | 100 | Indicates the name of the entity associated | ||
ENTITY_ID | NUMBER | 18 | Indicates the Id of the entity to which it is associated | ||
VERSION_STATE | NUMBER | 2 | Used to indicate the current version state of the Entity,based on the lifecycle state the value will be derived in the integer format | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ATC_ATTRIBUTE_REFS_PK | Unique | Default | ATTRIBUTE_REF_ID |
ATC_ATTRIBUTE_REFS_U1 | Unique | Default | ENTITY_ID, ENTITY_NAME, ATTRIBUTE_PUID, DISPLAY_NAME |