MSC_ATTRIBUTE_VALUES

Table to collect attribute values from source system and store them in ODS to be used by other planning modules.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

msc_attribute_values_PK

PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_DEST_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes This column represents the plan Identifier.
ATTRIBUTE_ID NUMBER 18 Yes Attribute Identifier generated while seeding the attribute in "Manage Planning Attributes".
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_VALUE VARCHAR2 100 Yes Value of the attribute as specified in the source system (Project_Number, Task_Number etc.)
ATTRIBUTE_DESCRIPTION VARCHAR2 255 Description of the attribute as specified in the source system. For Projects - it is Project_Name and for Tasks - it is Task_Name.
ATTRIBUTE_SRC_VALUE_ID VARCHAR2 100 Attribute value identifier generated on the source system when the attribute is defined.
ATTRIBUTE_DEST_VALUE_ID NUMBER 18 Yes Attribute value identifier generated on the planning system during collection process.
REFRESH_NUMBER NUMBER 18 Refresh number of the cycle or process that populates the record.
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.
START_DATE DATE The column indicates the date when project group will become active.
END_DATE DATE The column indicates the date when project group will become inactive.
PLANNER_CODE VARCHAR2 10 This value indicates the Planner code associated with the Project Group.
NET_COMMON_SUPPLY NUMBER Indicates whether common supply can used for netting project demands within this project group.

Indexes

Index Uniqueness Tablespace Columns Status
MSC_ATTRIBUTE_VALUES_N1 Non Unique Default PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_ID, ATTRIBUTE_SRC_VALUE_ID Obsolete
MSC_ATTRIBUTE_VALUES_N2 Non Unique Default PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_ID, ATTRIBUTE_VALUE Obsolete
MSC_ATTRIBUTE_VALUES_N3 Non Unique Default PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_SRC_VALUE_ID
MSC_ATTRIBUTE_VALUES_N4 Non Unique Default PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_VALUE
MSC_ATTRIBUTE_VALUES_U1 Unique FUSION_TS_TX_IDX PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_ID, ATTRIBUTE_DEST_VALUE_ID Obsolete
MSC_ATTRIBUTE_VALUES_U2 Unique Default PLAN_ID, ATTRIBUTE_NUMBER, ATTRIBUTE_DEST_VALUE_ID