MSC_ATTR_NUM_ASSIGNMENTS

Table stores reference information on attribute number assignments to the attributes during activation

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ATTR_NUM_ASSIGNMENTS_PK

ATTRIBUTE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments Status
ATTRIBUTE_NUMBER NUMBER Yes Number assigned to the attribute during activation.Number ranges from 1-15 for Order Attributes and 16-30 for Group Attributes.
DERIVE_VAL_ON_TRNS NUMBER 1 Attribute to be considered as derived or not.
ATTRIBUTE_TYPE VARCHAR2 32 Attribute is Order attribute or group attribute based on the attribute type.
SUP_DEM_COL_MAPPED VARCHAR2 64 Supplies and Demands Global Attribute Number mapped to the atttibute during activation
ATTR_NUM_ASSIGNED NUMBER 1 Whether number is assigned to the attribute or not. 1- assigned, 0-unassigned
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.Column is obsolete because this is not a Seed Data Table anymore. Obsolete
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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
MSC_ATTR_NUM_ASSIGNMENTS_U1 Unique Default ATTRIBUTE_NUMBER