APPS.MSC_GLOBAL_FORECASTING dependencies on MSC_PLAN_SCHEDULES
Line 856: from msc_plan_schedules mps
852: p_ship_to_level number :=0;
853:
854: cursor ship_level is
855: select mps.ship_to 856: from msc_plan_schedules mps 857: where mps.plan_id = p_plan_id
858: and mps.organization_id =-1
859: and mps.ship_to is not null;
860: