DBA Data[Home] [Help]

APPS.MSD_ROLL_DEMAND_PLAN dependencies on MSD_DEMAND_PLANS

Line 193: UPDATE msd_demand_plans

189: BEGIN
190:
191:
192: -- invalidating the demand plan status
193: UPDATE msd_demand_plans
194: SET valid_flag= G_INVALID_PLAN
195: WHERE demand_plan_id=p_demand_plan_id;
196: COMMIT;
197: