MSC_BM_DIAGNOSTIC_ATTRIBUTES

This table contains the demand attributes selected in backlog options page, that are used to filter demands for which Scheduling Diagnostics are generated.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_DIAGNOSTIC_ATTRIBUT_PK

CONFIGURATION_ID, ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIGURATION_ID NUMBER 10 Yes This is used to identify for which product these diagnostic attributes are defined. Value is -1 for Backlog Management.
ATTRIBUTE_ID NUMBER 18 Yes This is used to hold Attribute Identifier.
ATTRIBUTE_NAME VARCHAR2 64 Yes This is used to hold Attribute Name.
ATTRIBUTE_TYPE NUMBER Yes This is used to hold Attribute Type. Valid values are either 1 or 2 or 3. 1 - Date, 2 - Numeric, 3 - List of values.
ATTRIBUTE_OPERATOR NUMBER This is used to hold Attribute Operator. Valid values can be between 1-6. 1- Is, 2 - Less than or equal to, 3 - more than or equal to, 4 - on or before, 5 - on or after, 6 - between.
ATTRIBUTE_VALUE_START VARCHAR2 100 This is used to hold Attribute Start Value.
ATTRIBUTE_VALUE_END VARCHAR2 100 This is used to hold Attribute End Value if defined.
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.
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
MSC_BM_DIAGNOSTIC_ATTR_U1 Unique Default CONFIGURATION_ID, ATTRIBUTE_ID