MSC_AGGR_MEASURE_DATA
ODS table used to store the aggregated measure data.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_AGGR_MEASURE_DATA_PK |
PLAN_ID, PROFILE_ID, MEASURE_ID, PRD_LVL_ID, PRD_LVL_MEMBER_ID, ORG_LVL_ID, ORG_LVL_MEMBER_ID, CUS_LVL_ID, CUS_LVL_MEMBER_ID, SUP_LVL_ID, SUP_LVL_MEMBER_ID, DCS_LVL_ID, DCS_LVL_MEMBER_ID, TIM_LVL_ID, TIM_LVL_MEMBER_ID, CTO_LVL_MEMBER_ID, SOR_LVL_ID, SOR_LVL_MEMBER_ID, ORD_LVL_ID, ORD_LVL_MEMBER_ID, EXP_LVL_ID, EXP_LVL_MEMBER_ID, RES_LVL_ID, RES_LVL_MEMBER_ID, FCM_LVL_ID, FCM_LVL_MEMBER_ID, CLG_LVL_ID, CLG_LVL_MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Identifier for the plan for which measure data is loaded. | ||
PROFILE_ID | NUMBER | 18 | Yes | This value indicates the Profile Identifier for the record. | |
MEASURE_ID | NUMBER | Yes | Identifier for the measure for which data is loaded. | ||
PRD_LVL_ID | NUMBER | Yes | Level id of the Product dimension Member. | ||
PRD_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Product dimension. | ||
ORG_LVL_ID | NUMBER | Yes | Level id of the Organization dimension Member. | ||
ORG_LVL_MEMBER_ID | NUMBER | Yes | Organization dimension Member id. | ||
CUS_LVL_ID | NUMBER | Yes | Level id of the Customer dimension Member. | ||
CUS_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Customer dimension. | ||
SUP_LVL_ID | NUMBER | Yes | Level id of the Supplier dimension Member. | ||
SUP_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Supplier dimension. | ||
DCS_LVL_ID | NUMBER | Yes | Demand Class dimension Level ID. | ||
DCS_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Demand Class dimension. | ||
TIM_LVL_ID | NUMBER | Yes | Level id of the Time dimension Member. | ||
TIM_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member for the start date of the time dimension member. | ||
CTO_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the CTO level. | ||
SOR_LVL_ID | NUMBER | Yes | Level ID of the Sales Rep Level Member. | ||
SOR_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Sales Rep dimension. | ||
ORD_LVL_ID | NUMBER | Yes | Level ID of the Order Type Dimension. | ||
ORD_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Order Type Dimension. | ||
EXP_LVL_ID | NUMBER | Yes | Level ID of the Exception Type Dimension. | ||
EXP_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Exception Type Dimension. | ||
RES_LVL_ID | NUMBER | Yes | Level ID of the Resource Type Dimension. | ||
RES_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Resource Type Dimension. | ||
FCM_LVL_ID | NUMBER | Yes | Level Id of the Demand Forecast Method Level Dimension. | ||
FCM_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of Demand Forecast Method Level Dimension. | ||
CLG_LVL_ID | NUMBER | Yes | Level Id of the Component Group Level Dimension. | ||
CLG_LVL_MEMBER_ID | NUMBER | Yes | ID of the level member of the Component Group Level Dimension. | ||
UOM | VARCHAR2 | 50 | Unit of Measure for measure quantity. | ||
COMPONENT_CODE | VARCHAR2 | 5 | Component Code of this Item - use for CTO data only. | ||
COMPONENT_MODEL | VARCHAR2 | 5 | Model of Component - for CTO data only. | ||
VALUE_NUMBER | NUMBER | This column will be populated for Number, Currency, Percentage type measures. | |||
CURRENCY | VARCHAR2 | 5 | This column stores the currency in which data is loaded for a currency type measure. | ||
VALUE_DATE | DATE | This column will be populated for Date type measures. | |||
VALUE_TEXT | VARCHAR2 | 100 | This column will be populated for Text type measures. | ||
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. | ||
REFRESH_NUMBER | NUMBER | 18 | Yes | Cycle id of Collections that inserted/last updated this row. | |
DELETED_FLAG | NUMBER | This flag indicates whether record is deleted from ODS by collections. 1-True; 2-False. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_AGGR_MEASURE_DATA_N1 | Non Unique | Default | PROFILE_ID, MEASURE_ID, TIM_LVL_MEMBER_ID |
MSC_AGGR_MEASURE_DATA_N2 | Non Unique | Default | PROFILE_ID, MEASURE_ID, CUS_LVL_ID, CUS_LVL_MEMBER_ID |
MSC_AGGR_MEASURE_DATA_U1 | Unique | Default | PLAN_ID, PROFILE_ID, MEASURE_ID, PRD_LVL_ID, PRD_LVL_MEMBER_ID, ORG_LVL_ID, ORG_LVL_MEMBER_ID, CUS_LVL_ID, CUS_LVL_MEMBER_ID, SUP_LVL_ID, SUP_LVL_MEMBER_ID, DCS_LVL_ID, DCS_LVL_MEMBER_ID, TIM_LVL_ID, TIM_LVL_MEMBER_ID, CTO_LVL_MEMBER_ID, SOR_LVL_ID, SOR_LVL_MEMBER_ID, ORD_LVL_ID, ORD_LVL_MEMBER_ID, EXP_LVL_ID, EXP_LVL_MEMBER_ID, RES_LVL_ID, RES_LVL_MEMBER_ID, FCM_LVL_ID, FCM_LVL_MEMBER_ID, CLG_LVL_ID, CLG_LVL_MEMBER_ID |