Search Results msd_level_values
Overview
MSD_LEVEL_VALUES is a Demand Planning table in the MSD (Demand Planning) product schema of Oracle E-Business Suite, documented as VALID in both 12.1.1 and 12.2.2. It stores the master set of level values that describe the dimensions along which demand planning data is aggregated — product, geography, organization, sales channel, sales representative, and user-defined dimensions. As stated in the ETRM metadata, the table holds "all the level values Information including the system generated primary key and the level value attributes," and, importantly, it "is not stripped by the Demand Plan Id," meaning its rows are shared across plans rather than partitioned per planning instance.
The table is classified via heuristic Data Vault mining as a hub, reflecting its role as a stable repository of business keys (level values) referenced by other demand planning structures. This classification is a modeling suggestion only; the physical object predates Data Vault conventions.
Key Information Stored
The table contains 30 documented columns. The most significant are:
- LEVEL_PK — system-generated surrogate primary key (MSD_LEVEL_VALUES_PK); uniquely identifies each level value row.
- LEVEL_VALUE_PK — the business identifier for the level value itself.
- LEVEL_ID and LEVEL_VALUE — the level definition and its value (e.g., a product category, region, or channel name).
- LEVEL_VALUE_DESC — descriptive text for reporting and display.
- PARENT_LEVEL_ID / PARENT_LEVEL_VALUE / PARENT_LEVEL_VALUE_PK — hierarchical pointers forming the parent-child dimension structure.
- INSTANCE — the application instance context for the row.
- SR_LEVEL_PK — source level reference used in the unique business-key index.
- DP_ENABLED_FLAG — indicates whether the value is active for demand planning.
- ATTRIBUTE1–ATTRIBUTE5 and SYSTEM_ATTRIBUTE1 / SYSTEM_ATTRIBUTE2 — extensibility/descriptive flex columns.
- LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, CREATION_DATE — standard audit columns.
- REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE — concurrent program tracking.
- LAST_REFRESH_NUM, CREATED_BY_REFRESH_NUM, ACTION_CODE — refresh and change-tracking controls.
Two unique indexes define documented business-key candidates: MSD_LEVEL_VALUES_U1 on LEVEL_PK, and MSD_LEVEL_VALUES_U3 on (INSTANCE, LEVEL_ID, SR_LEVEL_PK).
Common Use Cases and Queries
Typical uses include validating dimension members before loading plans, resolving parent-child hierarchies for reporting, and identifying which values are DP-enabled. A common join resolves scenario entries to their product, geography, organization, channel, or sales-rep level values:
- Selecting enabled level values:
SELECT LEVEL_VALUE_PK, LEVEL_VALUE, LEVEL_VALUE_DESC FROM MSD.MSD_LEVEL_VALUES WHERE DP_ENABLED_FLAG = 'Y'; - Walking the hierarchy: filter on PARENT_LEVEL_VALUE_PK to retrieve children of a node.
- Joining scenario entries:
SELECT s.*, lv.LEVEL_VALUE FROM MSD.MSD_DP_SCENARIO_ENTRIES s JOIN MSD.MSD_LEVEL_VALUES lv ON s.PRODUCT_LVL_PK = lv.LEVEL_PK; - Auditing refresh activity via LAST_REFRESH_NUM and ACTION_CODE.
Related Objects
The following objects reference MSD_LEVEL_VALUES through foreign keys:
- MSD_DP_SCENARIO_ENTRIES — references via PRODUCT_LVL_PK, GEOGRAPHY_LVL_PK, ORGANIZATION_LVL_PK, SALESCHANNEL_LVL_PK, SALES_REP_LVL_PK, USER_DEFINED1_LVL_PK, and USER_DEFINED2_LVL_PK.
- MSD_SHIPMENT_DATA — references via SR_ITEM_PK.
- MSD_LEVEL_VALUES itself carries a self-referencing relationship on LEVEL_ID, supporting hierarchical structures.
These linkages make MSD_LEVEL_VALUES a central dimension table for demand planning scenario and shipment reporting.
-
Table: MSD_LEVEL_VALUES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_LEVEL_VALUES, object_name:MSD_LEVEL_VALUES, status:VALID, product: MSD - Demand Planning , description: This table stores all the level values Information including the system generated primary key and the level value attributes. This is not stripped by the Demand Plan Id. , implementation_dba_data: MSD.MSD_LEVEL_VALUES ,
-
Table: MSD_LEVEL_VALUES
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_LEVEL_VALUES, object_name:MSD_LEVEL_VALUES, status:VALID, product: MSD - Demand Planning , description: This table stores all the level values Information including the system generated primary key and the level value attributes. This is not stripped by the Demand Plan Id. , implementation_dba_data: MSD.MSD_LEVEL_VALUES ,
-
VIEW: APPS.MSD_PRICE_LIST_V
12.2.2
-
VIEW: APPS.MSD_MFG_FCST_V
12.1.1
-
Table: MSD_DP_SCENARIO_ENTRIES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_ENTRIES, object_name:MSD_DP_SCENARIO_ENTRIES, status:VALID, product: MSD - Demand Planning , description: This fact table has all the detail scenario entry information. , implementation_dba_data: MSD.MSD_DP_SCENARIO_ENTRIES ,
-
VIEW: APPS.MSD_SHIPMENT_DATA_CS_V
12.1.1
-
VIEW: APPS.MSD_MFG_FCST_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.1.1
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_CS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_CS_V
12.2.2
-
VIEW: APPS.MSD_PRICE_LIST_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_CS_V
12.2.2
-
Table: MSD_DP_SCENARIO_ENTRIES
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_ENTRIES, object_name:MSD_DP_SCENARIO_ENTRIES, status:VALID, product: MSD - Demand Planning , description: This fact table has all the detail scenario entry information. , implementation_dba_data: MSD.MSD_DP_SCENARIO_ENTRIES ,
-
VIEW: APPS.MSD_BOOKING_DATA_CS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_CS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V
12.1.1
-
VIEW: APPS.MSD_MFG_FCST_CS_V
12.2.2
-
View: MSD_PRICE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_PRICE_LIST_V, object_name:MSD_PRICE_LIST_V, status:VALID, product: MSD - Demand Planning , description: This view to show price list information , implementation_dba_data: APPS.MSD_PRICE_LIST_V ,
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.2.2
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DETAILS_V
12.2.2
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.1.1
-
VIEW: APPS.MSD_NO_CUTOFF_BURNOFF_CAL_CS_V
12.1.1
-
VIEW: APPS.MSD_RECEIPTS_CS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V
12.2.2
-
VIEW: APPS.MSD_MFG_FCST_CS_V
12.1.1
-
View: MSD_BOOKING_DATA_ORIG_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_ORIG_CS_V, object_name:MSD_BOOKING_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in booking data , implementation_dba_data: APPS.MSD_BOOKING_DATA_ORIG_CS_V ,
-
VIEW: APPS.MSD_EVT_PRODUCT_DETAILS_V
12.2.2
-
VIEW: APPS.MSD_EVT_PRODUCT_DETAILS_V
12.1.1
-
VIEW: APPS.MSD_RECEIPT_SINCE_LIAB_CS_V
12.1.1
-
VIEW: APPS.MSD_OPEN_PO_CS_V
12.1.1
-
VIEW: APPS.MSD_RECEIPTS_CS_V
12.1.1
-
View: MSD_BOOKING_DATA_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_CS_V, object_name:MSD_BOOKING_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Booking Data to Express Upload process. Implemented with Custom Data Stream Module. , implementation_dba_data: APPS.MSD_BOOKING_DATA_CS_V ,
-
View: MSD_BOOKING_DATA_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_CS_V, object_name:MSD_BOOKING_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Booking Data to Express Upload process. Implemented with Custom Data Stream Module. , implementation_dba_data: APPS.MSD_BOOKING_DATA_CS_V ,
-
View: MSD_BOOKING_DATA_ORIG_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_ORIG_CS_V, object_name:MSD_BOOKING_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in booking data , implementation_dba_data: APPS.MSD_BOOKING_DATA_ORIG_CS_V ,
-
View: MSD_SHIPMENT_DATA_ORIG_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_ORIG_CS_V, object_name:MSD_SHIPMENT_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in shipment data , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V ,
-
VIEW: APPS.MSD_SUPPLY_COMMIT_CS_V
12.2.2
-
VIEW: APPS.MSD_ORDER_FORECAST_CS_V
12.1.1
-
VIEW: APPS.MSD_AVAIL_SUPPLIER_CAPACITY_V
12.2.2
-
View: MSD_OPPORTUNITY_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OPPORTUNITY_DATA_V, object_name:MSD_OPPORTUNITY_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view Specifies the Opportunity History. This is not stripped by demand plan id. The user can write a custom view to actually restrict the data from this view and pass that in as a parameter to a demand plan by entering that view as the , implementation_dba_data: APPS.MSD_OPPORTUNITY_DATA_V ,
-
View: MSD_BOOKING_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_V, object_name:MSD_BOOKING_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Booking Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the Planning S , implementation_dba_data: APPS.MSD_BOOKING_DATA_V ,
-
View: MSD_SHIPMENT_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_V, object_name:MSD_SHIPMENT_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_V ,
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DETAILS_V
12.1.1
-
View: MSD_MFG_FCST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_MFG_FCST_V, object_name:MSD_MFG_FCST_V, status:VALID, product: MSD - Demand Planning , description: This view specifies the Manufacturing Forecast. This is not stripped by the demand plan id. It has a forecast designator that could be used along with the demand plan parameter's nameto strip this information by the demand plan. MRP_FORECA , implementation_dba_data: APPS.MSD_MFG_FCST_V ,
-
View: MSD_MFG_FCST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_MFG_FCST_V, object_name:MSD_MFG_FCST_V, status:VALID, product: MSD - Demand Planning , description: This view specifies the Manufacturing Forecast. This is not stripped by the demand plan id. It has a forecast designator that could be used along with the demand plan parameter's nameto strip this information by the demand plan. MRP_FORECA , implementation_dba_data: APPS.MSD_MFG_FCST_V ,
-
VIEW: APPS.MSD_NO_CUTOFF_BURNOFF_CAL_CS_V
12.2.2
-
View: MSD_SHIPMENT_DATA_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_CS_V, object_name:MSD_SHIPMENT_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_CS_V ,
-
VIEW: APPS.MSD_ONORDER_CS_V
12.1.1