DBA Data[Home] [Help]

APPS.GMD_PROCESS_INSTR_UTILS dependencies on GMD_RECIPES_B

Line 9: FROM gmd_recipes_b r

5:
6: /* Cursor to get the routing_id attached with the recipe */
7: CURSOR Get_recipe_details (v_recipe_id NUMBER) IS
8: SELECT r.routing_id, r.formula_id
9: FROM gmd_recipes_b r
10: WHERE r.recipe_id = v_recipe_id;
11:
12: /* Cursor to fetch formula item details */
13: CURSOR Get_formula_details (v_formula_id NUMBER) IS