EGO_STYLE_VARIANT_ATTR_VS

This table contains value sets for all variant attributes given a style.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGO_STYLE_VARIANT_ATTR_VS_PK

INVENTORY_ITEM_ID, ATTRIBUTE_GROUP_CODE, ATTRIBUTE_CODE, ITEM_CLASS_ID

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Yes Attribute indicating the unique identifier of the item.
ATTRIBUTE_GROUP_CODE VARCHAR2 320 Yes Internal name of the variant attribute group associated with the item.
ATTRIBUTE_CODE VARCHAR2 120 Yes Internal name of the variant attribute associated with the item.
VALUE_SET_ID NUMBER 18 Yes Attribute indicating the numeric code associated with the valueset.
SEQUENCE NUMBER 9 Yes Attribute indicating the sequence of the ruleset
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.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes 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.
ITEM_CLASS_ID NUMBER 18 Yes Attribute indicating the Item class identifier associated to the attribute.

Indexes

Index Uniqueness Tablespace Columns
EGO_STYLE_VARIANT_ATTR_VS_U1 Unique Default INVENTORY_ITEM_ID, ATTRIBUTE_GROUP_CODE, ATTRIBUTE_CODE, ITEM_CLASS_ID