Search Results fnd_lookup_values_vl
Overview
MSD_DP_PARAMETERS_V is a Demand Planning view in the Oracle EBS Advanced Planning / Demand Planning module (product code MSD). It exposes the parameter definitions used by a Demand Plan, covering both input parameters and output parameters. According to the ETRM metadata, the view is consumed by Oracle Express, which loads the input parameters from the planning server and uses the output parameters to complete plan execution. The view therefore acts as the integration surface between the EBS Demand Planning repository and the Oracle Express multidimensional engine, presenting plan parameters in a denormalized, human-readable form by resolving lookup codes into their translated meanings.
The view is a reporting and integration construct rather than a transactional object. It joins the base parameter table to demand plan headers, scenario headers, and nine separate references to FND_LOOKUP_VALUES_VL, which translates internal lookup codes into user-facing meanings. Note that the ETRM metadata records this view as "not implemented in this database" for the documented instance, so it may be absent or renamed in certain 12.1.1 / 12.2.2 environments depending on whether Demand Planning has been installed and configured.
Underlying Base Objects
The view is defined over five source tables:
MSD_DP_PARAMETERS(aliasMPR) — the driving table holding one row per Demand Plan parameter.MSD_DEMAND_PLANS(aliasesMDP,MDP2) — supplies the plan name and is joined twice for the current plan and the input demand plan.MSD_DP_SCENARIOS(aliasesMDSV1,MDSV2) — supplies output and input scenario attributes, including scenario name, output period type, and horizon dates.FND_LOOKUP_VALUES_VL(aliasesFLV1throughFLV9) — the standard EBS lookup view, referenced nine times to translate parameter types and flags into meanings.
The primary join links MDP.DEMAND_PLAN_ID = MPR.DEMAND_PLAN_ID. Lookup joins on FLV1 and FLV2 are outer-less equality joins on lookup type and code, while the remaining lookup joins (FLV3 through FLV9) use the Oracle outer-join syntax (+), making those translations optional.
Key Columns
DEMAND_PLAN_ID,DEMAND_PLAN_NAME— identify the plan owning the parameter.PARAMETER_ID,PARAMETER_NAME,PARAMETER_TYPE— the parameter identity;MEANINGfromFLV1resolves the type.PERIOD_TYPEand its meaning (FLV2) — the planning period granularity.START_DATE,END_DATE— the effective range of the parameter.INPUT_SCENARIO_ID/INPUT_DEMAND_PLAN_IDandOUTPUT_SCENARIO_ID— the source and target scenarios and plans.HORIZON_START_DATE,HORIZON_END_DATE,OUTPUT_PERIOD_TYPE— scenario horizon attributes.- Flag columns with meanings:
FORECAST_DATE_USED,FORECAST_BASED_ON,QUANTITY_USED,AMOUNT_USED,FORECAST_USED,FACT_TYPE. - Audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,REQUEST_ID,PROGRAM_ID. EXCLUDE_FROM_ROLLING_CYCLE,SCN_BUILD_REFRESH_NUM,REVISION,VIEW_NAME— control and versioning attributes.
Common Use Cases and Queries
Typical scenarios include auditing a plan's parameter configuration, tracing input-to-output scenario mapping, and diagnosing integration failures between Demand Planning and Oracle Express.
SELECT demand_plan_name, parameter_name, parameter_type,
meaning, period_type, start_date, end_date,
input_scenario_id, output_scenario_id
FROM msd_dp_parameters_v
WHERE demand_plan_id = :p_plan_id;
SELECT p.demand_plan_name, p.parameter_name, p.meaning
FROM msd_dp_parameters_v p
WHERE p.exclude_from_rolling_cycle = 'Y'
ORDER BY p.demand_plan_name, p.parameter_name;
-
View: MSD_DP_PARAMETERS_V
12.1.1
product: MSD - Demand Planning , description: This view stores the Parameters (both Input as well as Output) to be used by a Demand Plan. This will be used by Oracle Express to load the Data from the PS (all Input Parameters) and the Output parameters will be used by Oracle Express to , implementation_dba_data: Not implemented in this database ,
-
View: MSD_DP_PARAMETERS_V
12.2.2
product: MSD - Demand Planning , description: This view stores the Parameters (both Input as well as Output) to be used by a Demand Plan. This will be used by Oracle Express to load the Data from the PS (all Input Parameters) and the Output parameters will be used by Oracle Express to , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
View: MSD_DP_SCENARIOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCENARIOS_V, object_name:MSD_DP_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This table provides the Scenarios to be generated from a particular Demand Plan. , implementation_dba_data: APPS.MSD_DP_SCENARIOS_V ,
-
View: MSD_DP_SCENARIOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCENARIOS_V, object_name:MSD_DP_SCENARIOS_V, status:VALID, product: MSD - Demand Planning , description: This table provides the Scenarios to be generated from a particular Demand Plan. , implementation_dba_data: APPS.MSD_DP_SCENARIOS_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_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVENTS_V, object_name:MSD_EVENTS_V, status:VALID, product: MSD - Demand Planning , description: This API defines the types of Events and is the header to the MSD_EVENT_PRODUCTS_V API. This is based on top of the MSD_EVENTS table. , implementation_dba_data: APPS.MSD_EVENTS_V ,
-
View: MSD_CS_CLMN_DIM_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_DIM_DTLS_V, object_name:MSD_CS_CLMN_DIM_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view is provides Data Stream's Dimension-Column specific details. , implementation_dba_data: APPS.MSD_CS_CLMN_DIM_DTLS_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_CS_CLMN_DIM_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_DIM_DTLS_V, object_name:MSD_CS_CLMN_DIM_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view is provides Data Stream's Dimension-Column specific details. , implementation_dba_data: APPS.MSD_CS_CLMN_DIM_DTLS_V ,
-
View: MSD_CS_DEFN_COLUMN_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFN_COLUMN_DTLS_V, object_name:MSD_CS_DEFN_COLUMN_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream's Column Details. , implementation_dba_data: APPS.MSD_CS_DEFN_COLUMN_DTLS_V ,
-
View: MSD_CS_DEFN_COLUMN_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFN_COLUMN_DTLS_V, object_name:MSD_CS_DEFN_COLUMN_DTLS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream's Column Details. , implementation_dba_data: APPS.MSD_CS_DEFN_COLUMN_DTLS_V ,
-
View: MSD_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVENTS_V, object_name:MSD_EVENTS_V, status:VALID, product: MSD - Demand Planning , description: This API defines the types of Events and is the header to the MSD_EVENT_PRODUCTS_V API. This is based on top of the MSD_EVENTS table. , implementation_dba_data: APPS.MSD_EVENTS_V ,
-
View: MSD_CS_DEFINITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_VL, object_name:MSD_CS_DEFINITIONS_VL, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream Definition. It is used in "Define Data Stream UI". , implementation_dba_data: APPS.MSD_CS_DEFINITIONS_VL ,
-
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_CS_DEFINITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_VL, object_name:MSD_CS_DEFINITIONS_VL, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream Definition. It is used in "Define Data Stream UI". , implementation_dba_data: APPS.MSD_CS_DEFINITIONS_VL ,
-
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: MSD_DP_PARAMETERS_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID, product: MSD - Demand Planning , description: this view provied Demand Plans Input Parameters. , implementation_dba_data: APPS.MSD_DP_PARAMETERS_CS_V ,
-
View: MSD_DP_PARAMETERS_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID, product: MSD - Demand Planning , description: this view provied Demand Plans Input Parameters. , implementation_dba_data: APPS.MSD_DP_PARAMETERS_CS_V ,
-
View: MSD_NPI_RELATED_PROD_DTLS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DTLS_V1, object_name:MSD_NPI_RELATED_PROD_DTLS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DTLS_V1 ,
-
View: MSD_DEMAND_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Demand Plan Definitions and its Express Setup Information. , implementation_dba_data: APPS.MSD_DEMAND_PLANS_V ,
-
View: MSD_DEMAND_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Demand Plan Definitions and its Express Setup Information. , implementation_dba_data: APPS.MSD_DEMAND_PLANS_V ,
-
View: MSD_NPI_RELATED_PROD_DTLS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DTLS_V1, object_name:MSD_NPI_RELATED_PROD_DTLS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DTLS_V1 ,
-
View: MSD_EVT_PRODUCT_DETAILS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVT_PRODUCT_DETAILS_V1, object_name:MSD_EVT_PRODUCT_DETAILS_V1, status:VALID, product: MSD - Demand Planning , description: This API is a child to the MSD_EVENTS_PRODUCTS_V API. This API holds time frame for which this product promotion is run and the corresponding modification factor. In the case of New Product Introductions, the modifications are based on rel , implementation_dba_data: APPS.MSD_EVT_PRODUCT_DETAILS_V1 ,
-
View: MSD_CS_DEFINITIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_V1, object_name:MSD_CS_DEFINITIONS_V1, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream Definition and it's dimension properties. , implementation_dba_data: APPS.MSD_CS_DEFINITIONS_V1 ,
-
View: MSD_EVT_PRODUCT_DETAILS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVT_PRODUCT_DETAILS_V1, object_name:MSD_EVT_PRODUCT_DETAILS_V1, status:VALID, product: MSD - Demand Planning , description: This API is a child to the MSD_EVENTS_PRODUCTS_V API. This API holds time frame for which this product promotion is run and the corresponding modification factor. In the case of New Product Introductions, the modifications are based on rel , implementation_dba_data: APPS.MSD_EVT_PRODUCT_DETAILS_V1 ,
-
View: MSD_CS_DEFINITIONS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_V1, object_name:MSD_CS_DEFINITIONS_V1, status:VALID, product: MSD - Demand Planning , description: This view provides Data Stream Definition and it's dimension properties. , implementation_dba_data: APPS.MSD_CS_DEFINITIONS_V1 ,
-
View: MSD_CS_CLMN_IDENTIFIERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_IDENTIFIERS_VL, object_name:MSD_CS_CLMN_IDENTIFIERS_VL, status:VALID, product: MSD - Demand Planning , description: This view for Custom Stream Column identifiers , implementation_dba_data: APPS.MSD_CS_CLMN_IDENTIFIERS_VL ,
-
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_DP_HIERS_HLP_V
12.2.2
product: MSD - Demand Planning , description: This view associates the demand plan to its dimensions. This is used for Demand Plan forms. The usage of this view for anyother purpose is discouraged. , implementation_dba_data: Not implemented in this database ,
-
View: MSD_CS_CLMN_IDENTIFIERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_IDENTIFIERS_VL, object_name:MSD_CS_CLMN_IDENTIFIERS_VL, status:VALID, product: MSD - Demand Planning , description: This view for Custom Stream Column identifiers , implementation_dba_data: APPS.MSD_CS_CLMN_IDENTIFIERS_VL ,
-
View: MSD_DP_HIERS_HLP_V
12.1.1
product: MSD - Demand Planning , description: This view associates the demand plan to its dimensions. This is used for Demand Plan forms. The usage of this view for anyother purpose is discouraged. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: MSD_DP_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view stores the Demand Plan Hierarchies Association. , implementation_dba_data: APPS.MSD_DP_HIERARCHIES_V ,
-
View: MSD_DP_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view stores the Demand Plan Hierarchies Association. , implementation_dba_data: APPS.MSD_DP_HIERARCHIES_V ,
-
View: MSD_NPI_RELATED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V ,
-
View: MSD_NPI_RELATED_PRODUCTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V1 ,
-
View: MSD_NPI_RELATED_PRODUCTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V1 ,
-
View: MSD_NPI_RELATED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V ,
-
View: MSD_NPI_CANNED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information about Cannibalized products. , implementation_dba_data: APPS.MSD_NPI_CANNED_PRODUCTS_V ,
-
View: MSD_NPI_CANNED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information about Cannibalized products. , implementation_dba_data: APPS.MSD_NPI_CANNED_PRODUCTS_V ,
-
View: MSD_NPI_RELATED_PROD_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DETAILS_V, object_name:MSD_NPI_RELATED_PROD_DETAILS_V, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DETAILS_V ,
-
View: MSD_EVT_PRODUCT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVT_PRODUCT_DETAILS_V, object_name:MSD_EVT_PRODUCT_DETAILS_V, status:VALID, product: MSD - Demand Planning , description: This API is a child to the MSD_EVENTS_PRODUCTS_V API. This API holds time frame for which this product promotion is run and the corresponding modification factor. In the case of New Product Introductions, the modifications are based on rel , implementation_dba_data: APPS.MSD_EVT_PRODUCT_DETAILS_V ,
-
View: MSD_NPI_RELATED_PROD_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DETAILS_V, object_name:MSD_NPI_RELATED_PROD_DETAILS_V, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DETAILS_V ,
-
View: MSD_EVT_PRODUCT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_EVT_PRODUCT_DETAILS_V, object_name:MSD_EVT_PRODUCT_DETAILS_V, status:VALID, product: MSD - Demand Planning , description: This API is a child to the MSD_EVENTS_PRODUCTS_V API. This API holds time frame for which this product promotion is run and the corresponding modification factor. In the case of New Product Introductions, the modifications are based on rel , implementation_dba_data: APPS.MSD_EVT_PRODUCT_DETAILS_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_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_AUDIT_SQL_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_AUDIT_SQL_STATEMENTS_V, object_name:MSD_AUDIT_SQL_STATEMENTS_V, status:VALID, product: MSD - Demand Planning , description: This view is used by the MSDAUDIT form for validation rules. , implementation_dba_data: APPS.MSD_AUDIT_SQL_STATEMENTS_V ,
-
View: MSD_AUDIT_SQL_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_AUDIT_SQL_STATEMENTS_V, object_name:MSD_AUDIT_SQL_STATEMENTS_V, status:VALID, product: MSD - Demand Planning , description: This view is used by the MSDAUDIT form for validation rules. , implementation_dba_data: APPS.MSD_AUDIT_SQL_STATEMENTS_V ,