DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER_PVT dependencies on FM_ROUT_DTL

Line 413: FROM gmd_recipe_step_materials a, fm_rout_dtl b

409: and formula_id = vFormula_id);
410:
411: CURSOR Cur_check_routing(vRecipe_id NUMBER, vRouting_id NUMBER) IS
412: SELECT 1
413: FROM gmd_recipe_step_materials a, fm_rout_dtl b
414: WHERE a.recipe_id = vRecipe_id
415: AND a.routingstep_id = b.routingstep_id
416: AND b.routing_id <> NVL(vRouting_id, 0);
417: