DBA Data[Home] [Help]

APPS.MSC_GLOBAL_FORECASTING dependencies on MSC_PLAN_SCHEDULES

Line 868: from msc_plan_schedules mps

864: p_ship_to_level number :=0;
865:
866: cursor ship_level is
867: select mps.ship_to
868: from msc_plan_schedules mps
869: where mps.plan_id = p_plan_id
870: and mps.organization_id =-1
871: and mps.ship_to is not null;
872: