DBA Data[Home] [Help]

APPS.GMD_RECIPE_GENERATE dependencies on GMD_RECIPE_GENERATION

Line 43: FROM gmd_recipe_generation

39:
40: /* Cursors */
41: CURSOR c_get_recipe_info IS
42: SELECT *
43: FROM gmd_recipe_generation
44: WHERE organization_id = p_orgn_id
45: OR organization_id IS NULL
46: ORDER BY organization_id;
47: