Search Results msd_dp_scenario_output_levels
Overview
MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS is a Demand Planning (MSD) configuration table in Oracle E-Business Suite 12.1.1 and 12.2.2. It defines the dimensional granularity — excluding the time dimension — at which a given Demand Planning scenario is generated by the Oracle Express engine. Each row associates a demand plan and a scenario with a specific dimension level, effectively instructing the planning engine how aggregated or how detailed the resulting scenario output should be. Without these rows, scenario generation would lack explicit level instructions for dimensions such as product, customer, and organization.
The object resides in the MSD schema and is classified as VALID. Its documented heuristic Data Vault classification is standalone, meaning it is not modeled as a hub, link, or satellite in a Data Vault sense. As a modeling suggestion, it is best treated as a configuration or reference table governed by its composite business key rather than as a transactional fact or a descriptive satellite.
Key Information Stored
The physical schema exposes 15 columns. The most significant are listed below.
- DEMAND_PLAN_ID — Identifies the demand plan to which the scenario and its output levels belong.
- SCENARIO_ID — Identifies the specific Demand Planning scenario being generated.
- LEVEL_ID — Identifies the dimension level at which the scenario output is generated.
- ZD_EDITION_NAME — Editioning column associated with the unique index; present in the documented unique key.
- DELETEABLE_FLAG — Indicates whether the level definition can be removed.
- ENABLE_NONSEED_FLAG — Controls whether non-seed (user-defined) members are enabled for the level.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard audit columns capturing the most recent change.
- CREATION_DATE, CREATED_BY — Standard audit columns capturing initial row creation.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program context identifying the process that last touched the row.
The surrogate primary key is defined by the constraint MSD_DP_SCN_OUTPUT_LVLS_PK over (DEMAND_PLAN_ID, SCENARIO_ID, LEVEL_ID). The unique index MSD_DP_SCN_OUTPUT_LVLS_U1 covers (DEMAND_PLAN_ID, SCENARIO_ID, LEVEL_ID, ZD_EDITION_NAME) and serves as the documented business-key candidate, extending the primary key with the editioning column.
Common Use Cases and Queries
Typical usage involves validating scenario configuration before plan generation, auditing which levels are enabled, and joining level metadata to dimension tables for reporting.
- Listing all output levels for a scenario:
SELECT LEVEL_ID, ENABLE_NONSEED_FLAG, DELETEABLE_FLAG FROM MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS WHERE DEMAND_PLAN_ID = :p_plan AND SCENARIO_ID = :p_scenario ORDER BY LEVEL_ID; - Checking which levels permit deletion prior to maintenance: filter on
DELETEABLE_FLAG = 'Y'. - Auditing recent configuration changes via
LAST_UPDATE_DATEandLAST_UPDATED_BY, or tracing the concurrent program that performed the update throughPROGRAM_IDandREQUEST_ID. - Reporting scenario-level setup by joining LEVEL_ID to the MSD level and dimension definition tables.
Related Objects
The metadata classifies this table as standalone, so no foreign keys are documented. The following related objects are the most significant based on the columns present and Demand Planning conventions.
- MSD_DP_SCENARIOS — Joined on SCENARIO_ID; holds scenario header details.
- MSD_DEMAND_PLANS — Joined on DEMAND_PLAN_ID; holds demand plan definitions.
- MSD_LEVELS / level definition tables — Joined on LEVEL_ID; supply dimension and level metadata.
- MSD_DP_SCENARIO_DIMENSIONS — Companion configuration for non-time dimension settings.
- FND_CONCURRENT_REQUESTS — Joined on REQUEST_ID for concurrent program context.
- FND_USER — Joined on CREATED_BY and LAST_UPDATED_BY for user identification.
-
Table: MSD_DP_SCENARIO_OUTPUT_LEVELS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID, product: MSD - Demand Planning , description: This table specifies the levels in the various dimensions except for the time dimension at which the Scenario needs to be generated from the Oracle Express component. , implementation_dba_data: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS ,
-
Table: MSD_DP_SCENARIO_OUTPUT_LEVELS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID, product: MSD - Demand Planning , description: This table specifies the levels in the various dimensions except for the time dimension at which the Scenario needs to be generated from the Oracle Express component. , implementation_dba_data: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS ,
-
VIEW: APPS.MSD_DP_SCE_SCENARIOS_V
12.1.1
-
VIEW: APPS.MSD_DP_SCE_SCENARIOS_V
12.2.2
-
VIEW: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS#
12.2.2
owner:MSD, object_type:VIEW, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS#, status:VALID,
-
VIEW: APPS.MSD_DP_DEFAULT_SCENARIO_V
12.2.2
-
VIEW: APPS.MSD_DP_DEFAULT_SCENARIO_V
12.1.1
-
View: MSD_DP_SCE_SCENARIOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCE_SCENARIOS_V, object_name:MSD_DP_SCE_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the integration api with ASCP for Scenarios , implementation_dba_data: APPS.MSD_DP_SCE_SCENARIOS_V ,
-
APPS.MSC_CL_COPY_DP_FORECAST SQL Statements
12.2.2
-
View: MSD_DP_SCE_SCENARIOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCE_SCENARIOS_V, object_name:MSD_DP_SCE_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the integration api with ASCP for Scenarios , implementation_dba_data: APPS.MSD_DP_SCE_SCENARIOS_V ,
-
APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS+, status:VALID,
-
View: MSD_DP_DEFAULT_SCENARIO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DEFAULT_SCENARIO_V, object_name:MSD_DP_DEFAULT_SCENARIO_V, status:VALID, product: MSD - Demand Planning , description: This view provides scenarios for ASCP unconstrained Plan , implementation_dba_data: APPS.MSD_DP_DEFAULT_SCENARIO_V ,
-
APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS+
12.2.2
-
VIEW: APPS.MSD_DP_ASCP_SCENARIOS_V
12.2.2
-
VIEW: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS#
12.2.2
-
SYNONYM: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID,
-
SYNONYM: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID,
-
View: MSD_DP_DEFAULT_SCENARIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DEFAULT_SCENARIO_V, object_name:MSD_DP_DEFAULT_SCENARIO_V, status:VALID, product: MSD - Demand Planning , description: This view provides scenarios for ASCP unconstrained Plan , implementation_dba_data: APPS.MSD_DP_DEFAULT_SCENARIO_V ,
-
VIEW: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V
12.2.2
-
View: MSD_DP_ASCP_SCENARIOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_ASCP_SCENARIOS_V, object_name:MSD_DP_ASCP_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the integration api with ASCP for Scenarios , implementation_dba_data: APPS.MSD_DP_ASCP_SCENARIOS_V ,
-
VIEW: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V
12.1.1
-
VIEW: APPS.MSD_DP_ASCP_SCENARIOS_V
12.1.1
-
View: MSD_DP_ASCP_SCENARIOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_ASCP_SCENARIOS_V, object_name:MSD_DP_ASCP_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the integration api with ASCP for Scenarios , implementation_dba_data: APPS.MSD_DP_ASCP_SCENARIOS_V ,
-
PACKAGE BODY: APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG
12.1.1
-
PACKAGE BODY: APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_COPY_DP_FORECAST
12.2.2
-
TABLE: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID,
-
FUNCTION: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS=
12.2.2
-
TABLE: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSD_WS_DEM_RENAME_FORECAST SQL Statements
12.2.2
-
FUNCTION: APPS.MSD_DP_SCENARIO_OUTPUT_LEVELS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS=, status:VALID,
-
PACKAGE BODY: APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_DP_SCENARIO_OUTPUT_LVL_PKG, status:VALID,
-
APPS.MSD_WS_DEM_RENAME_FORECAST SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSD_FCST_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_FCST_PUB, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_COPY_DP_FORECAST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_COPY_DP_FORECAST, status:VALID,
-
PACKAGE BODY: APPS.MSD_FCST_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_FCST_PUB, status:VALID,
-
PACKAGE BODY: APPS.MSD_COMMON_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_COMMON_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.MSD_DP_SCENARIO_OUTPUT_LVL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_DP_SCENARIO_OUTPUT_LVL_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_APS_DATA_SERVICES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_APS_DATA_SERVICES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.MSC_WS_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_COMMON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.MSD_WS_DEM_RENAME_FORECAST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_WS_DEM_RENAME_FORECAST, status:VALID,
-
PACKAGE BODY: APPS.MSD_DELETE_DEMAND_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_DELETE_DEMAND_PLAN, status:VALID,
-
PACKAGE BODY: APPS.MSD_DELETE_DEMAND_PLAN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_DELETE_DEMAND_PLAN, status:VALID,
-
PACKAGE BODY: APPS.MSD_SRP_PROCESS_STREAM_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_SRP_PROCESS_STREAM_DATA, status:VALID,