DBA Data[Home] [Help]

APPS.GMDRTVAL_PUB dependencies on GMD_RECIPE_STEP_MATERIALS

Line 949: FROM gmd_recipe_step_materials

945: WHERE routingstep_id = v_routingstep_id);
946:
947: CURSOR Cur_check_step2(v_routingstep_id NUMBER) IS
948: SELECT 1
949: FROM gmd_recipe_step_materials
950: WHERE routingstep_id = v_routingstep_id;
951:
952: BEGIN
953: IF (p_routingstep_id IS NOT NULL) THEN