DBA Data[Home] [Help]

APPS.MSD_SALES_OPERATION_PLAN dependencies on MSD_DEMAND_PLANS

Line 2354: from msd_demand_plans

2350: begin
2351: retcode := 0;
2352:
2353: select decode(nvl(plan_type,C_DP),'SOP',C_SOP,'EOL',C_EOL,10) into v_plan_type
2354: from msd_demand_plans
2355: where demand_plan_id = p_demand_plan_id;
2356:
2357: IF ( v_plan_type = C_SOP ) THEN
2358: