DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER_PVT dependencies on GMD_RECIPE_ROUTING_STEPS

Line 649: delete from gmd_recipe_routing_steps

645: CLOSE Cur_get_formula;
646: END IF;
647: -- Execute the delete statements
648: IF l_deleteRoutDependent THEN
649: delete from gmd_recipe_routing_steps
650: WHERE recipe_id =p_recipe_header_rec.recipe_id;
651:
652: delete from gmd_recipe_step_materials
653: WHERE recipe_id =p_recipe_header_rec.recipe_id;