MSC_ATTRIBUTE_KEYS

This table stores planning side generated IDs for Planning Attribute Values for key preservation.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

msc_attribute_keys_PK

ATTRIBUTE_NUMBER, ATTRIBUTE_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
ATTRIBUTE_NUMBER NUMBER Yes Number of the Attribute used in Attribute based planning. Eg., For Projects, attribute_number=1 and for tasks, it is 2.
ATTRIBUTE_UNIQUE_VALUE VARCHAR2 256 Yes Unique input value of the attribute. Attribute value is unique across source systems. Eg., Project_Number, Task_Number etc.
ATTRIBUTE_UNIQUE_VALUE_TS VARCHAR2 256 Unique identifier in the trusted source for attribute value. Eg: Project_id and task_id
ATTRIBUTE_VALUE_ID NUMBER 18 Yes Unique Identifier generated on planning side. This value ID is referred by all the planning modules.
STATUS NUMBER 1 Status of the delim unique key defined for the attribute value. 1-Active, 2-Inactive.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.

Indexes

Index Uniqueness Tablespace Columns
MSC_ATTRIBUTE_KEYS_N1 Non Unique Default ATTRIBUTE_NUMBER, ATTRIBUTE_UNIQUE_VALUE, STATUS
MSC_ATTRIBUTE_KEYS_N2 Non Unique Default ATTRIBUTE_NUMBER, ATTRIBUTE_UNIQUE_VALUE_TS, STATUS
MSC_ATTRIBUTE_KEYS_U1 Unique FUSION_TS_TX_IDX ATTRIBUTE_NUMBER, ATTRIBUTE_VALUE_ID