DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES_LB dependencies on MSD_DP_SCENARIOS

Line 374: msd_dp_scenarios mds

370: mdp.plan_start_date ,
371: mds.scenario_id
372: from
373: msd_demand_plans mdp ,
374: msd_dp_scenarios mds
375: where mdp.demand_plan_id = p_demand_plan_id
376: and mdp.demand_plan_id = mds.demand_plan_id
377: and mds.SCENARIO_DESIGNATOR = 'TOTAL_LIABILITY'
378: and mdp.plan_type = 'LIABILITY';

Line 421: msd_dp_scenarios mds

417: select
418: mds.scenario_id
419: from
420: msd_demand_plans mdp ,
421: msd_dp_scenarios mds
422: where mdp.demand_plan_id = p_demand_plan_id
423: and mdp.demand_plan_id = mds.demand_plan_id
424: and mds.SCENARIO_DESIGNATOR = 'TOTAL_LIABILITY' /* This will be translatable */
425: and mdp.plan_type = 'LIABILITY';