Search Results msd_dimensions
Overview
APPS.MSD_OBJECTS_V is a consolidated Oracle E-Business Suite dictionary view that unifies several Advanced Supply Chain Planning and Demand Planning metadata sources into a single, uniform object registry. Its principal purpose is to expose every selectable planning entity — dimension levels, hierarchies, dimension lookup values, and demand plans — through one consistent three-column projection of object_id, object_name, and object_type. This standardization allows integration components, concurrent programs, and reporting tools to populate pick lists and resolve identifiers without issuing separate queries against each underlying planning table.
The view is particularly significant for users searching on the term msd_dimensions, because the MSD_DIMENSIONS lookup type supplies one full branch of its UNION. Dimension definitions are surfaced here as first-class planning objects, enabling planning setup screens and third-party integrations to present dimensions alongside levels, hierarchies, and demand plans in a single homogeneous list.
Underlying Base Objects
The documented definition is a four-branch UNION. Each branch maps a source table to the canonical object_type value:
- MSD_LEVELS (synonym) →
object_type = '5'. Restricted to rows wherePLAN_TYPE IS NULL, isolating shared level definitions from plan-specific ones. - MSD_HIERARCHIES (synonym) →
object_type = '4'. Also filtered onPLAN_TYPE IS NULL. - FND_LOOKUP_VALUES_VL (view) →
object_type = '3'. Filters onLOOKUP_TYPE = 'MSD_DIMENSIONS', which is the branch that registers dimensions. Because it reads the MLS-enabled lookup view, dimension meanings respect the session language. - MSD_DEMAND_PLANS (synonym) →
object_type = '2'. Excludes liability-type plans viaNVL(PLAN_TYPE,'-1') <> 'LIABILITY'.
All branches normalize their numeric primary keys to character form using TO_CHAR, ensuring the UNION columns are type-compatible.
Key Columns
- OBJECT_ID — Character representation of the source key:
LEVEL_ID,HIERARCHY_ID,LOOKUP_CODE, orDEMAND_PLAN_ID, depending on the branch. - OBJECT_NAME — The human-readable descriptor:
LEVEL_NAME,HIERARCHY_NAME, lookupMEANING, orDEMAND_PLAN_NAME. - OBJECT_TYPE — The discriminator that identifies the source family:
'2'demand plan,'3'dimension,'4'hierarchy,'5'level. It is a literal, not a foreign key.
Common Use Cases and Queries
The view is typically consumed to build selection lists or to resolve an object name from a stored identifier. Filtering by OBJECT_TYPE limits results to a single family; omitting the filter returns the complete registry.
Retrieve all dimension definitions:
SELECT object_id, object_name FROM apps.msd_objects_v WHERE object_type = '3' ORDER BY object_name;
Resolve a stored identifier to its display name:
SELECT object_name FROM apps.msd_objects_v WHERE object_id = :p_id AND object_type = :p_type;
Validate a dimension lookup code before assignment:
SELECT COUNT(*) FROM apps.msd_objects_v WHERE object_type = '3' AND object_id = :dimension_code;
Because the view joins four independent sources, queries benefit from an explicit OBJECT_TYPE predicate; this avoids evaluating irrelevant branches and prevents identifier collisions, since IDs are unique only within a given type.
-
Lookup Type: MSD_DIMENSIONS
12.1.1
product: MSD - Demand Planning , meaning: MSD_DIMENSIONS , description: Demand Planning Dimension ,
-
Lookup Type: MSD_DIMENSIONS
12.2.2
product: MSD - Demand Planning , meaning: MSD_DIMENSIONS , description: Demand Planning Dimension ,
-
VIEW: APPS.MSD_OBJECTS_V
12.1.1
-
VIEW: APPS.MSD_LEVELS_V
12.2.2
-
VIEW: APPS.MSD_DP_DIMENSIONS_V
12.2.2
-
VIEW: APPS.MSD_OBJECTS_V
12.2.2
-
VIEW: APPS.MSD_CS_DEFN_DIM_DTLS_V
12.1.1
-
VIEW: APPS.MSD_CS_DEFN_DIM_DTLS_V
12.2.2
-
VIEW: APPS.MSD_HIERARCHIES_V
12.1.1
-
VIEW: APPS.MSD_HIERARCHIES_V
12.2.2
-
VIEW: APPS.MSD_DP_DIMENSIONS_V
12.1.1
-
VIEW: APPS.MSD_LEVELS_V
12.1.1
-
View: MSD_OBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OBJECTS_V, object_name:MSD_OBJECTS_V, status:VALID, product: MSD - Demand Planning , description: This view to show all MSD Objects , implementation_dba_data: APPS.MSD_OBJECTS_V ,
-
View: MSD_OBJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OBJECTS_V, object_name:MSD_OBJECTS_V, status:VALID, product: MSD - Demand Planning , description: This view to show all MSD Objects , implementation_dba_data: APPS.MSD_OBJECTS_V ,
-
APPS.MSD_CS_DFN_UTL SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
View: MSD_CS_DEFN_DIM_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFN_DIM_DTLS_V, object_name:MSD_CS_DEFN_DIM_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream's Dimension Details. , implementation_dba_data: APPS.MSD_CS_DEFN_DIM_DTLS_V ,
-
APPS.MSD_CS_DFN_UTL SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
View: MSD_CS_DEFN_DIM_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFN_DIM_DTLS_V, object_name:MSD_CS_DEFN_DIM_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream's Dimension Details. , implementation_dba_data: APPS.MSD_CS_DEFN_DIM_DTLS_V ,
-
View: MSD_DP_DIMENSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DIMENSIONS_V, object_name:MSD_DP_DIMENSIONS_V, status:VALID, product: MSD - Demand Planning , description: This view stores the associations between the Demand Plans User Defined Dimensions and the Real Dimensions. , implementation_dba_data: APPS.MSD_DP_DIMENSIONS_V ,
-
View: MSD_DP_DIMENSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DIMENSIONS_V, object_name:MSD_DP_DIMENSIONS_V, status:VALID, product: MSD - Demand Planning , description: This view stores the associations between the Demand Plans User Defined Dimensions and the Real Dimensions. , implementation_dba_data: APPS.MSD_DP_DIMENSIONS_V ,
-
View: MSD_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Hierachies, their corresponding State (Valid or Not) and the Dimension to which it belongs. , implementation_dba_data: APPS.MSD_HIERARCHIES_V ,
-
View: MSD_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels, their Owning Dimension. It also specifies the Level Type. , implementation_dba_data: APPS.MSD_LEVELS_V ,
-
View: MSD_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Hierachies, their corresponding State (Valid or Not) and the Dimension to which it belongs. , implementation_dba_data: APPS.MSD_HIERARCHIES_V ,
-
View: MSD_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels, their Owning Dimension. It also specifies the Level Type. , implementation_dba_data: APPS.MSD_LEVELS_V ,
-
VIEW: APPS.MSD_DP_DIMENSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DIMENSIONS_V, object_name:MSD_DP_DIMENSIONS_V, status:VALID,
-
VIEW: APPS.MSD_DP_DIMENSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_DIMENSIONS_V, object_name:MSD_DP_DIMENSIONS_V, status:VALID,
-
PACKAGE BODY: APPS.MSD_CS_DFN_UTL
12.1.1
-
PACKAGE BODY: APPS.MSD_CS_DFN_UTL
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.1.1
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on FND_LOOKUP_VALUES_VL
12.1.1
-
APPS.MSD_CS_DFN_UTL dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.MSD_CS_DFN_UTL dependencies on FND_LOOKUP_VALUES_VL
12.1.1
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.1.1
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.2.2
-
eTRM - MSD Tables and Views
12.2.2
description: This is the fact table that stores the UOM conversions information. ,
-
eTRM - MSD Tables and Views
12.1.1
description: This is the fact table that stores the UOM conversions information. ,