DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GME_TEXT_HEADER

Line 41: FROM gme_text_header

37: CURSOR cur_text_code (v_text_code NUMBER) IS
38: SELECT 1
39: FROM sys.DUAL
40: WHERE EXISTS ( SELECT 1
41: FROM gme_text_header
42: WHERE text_code = v_text_code);
43:
44: /* Bug#4917184 End */
45: l_recipe_rout_step gmd_recipe_fetch_pub.recipe_step_tbl;