DBA Data[Home] [Help]

APPS.MSD_ROLL_DEMAND_PLAN dependencies on MSD_DEMAND_PLANS

Line 187: UPDATE msd_demand_plans

183: BEGIN
184:
185:
186: -- invalidating the demand plan status
187: UPDATE msd_demand_plans
188: SET valid_flag= G_INVALID_PLAN
189: WHERE demand_plan_id=p_demand_plan_id;
190: COMMIT;
191: