DBA Data[Home] [Help]

APPS.MSD_FCST_PUB dependencies on MSD_DP_DIMENSIONS

Line 478: msd_dp_dimensions mdd

474: WHERE mdsol.demand_plan_id = p_demand_plan_id
475: and mdsol.scenario_id = p_scenario_id
476: and exists (select 1
477: from msd_levels mlv,
478: msd_dp_dimensions mdd
479: where mdd.demand_plan_id = p_demand_plan_id
480: and mdd.dimension_code = mlv.dimension_code
481: and mlv.level_id = mdsol.level_id
482: and mdd.dimension_code = dim);