DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on GMD_RECIPE_ID_S

Line 1356: SELECT gmd_recipe_id_s.NEXTVAL

1352: FROM SYS.DUAL;
1353:
1354: /* Cursor used to retrieve next recipe_id value */
1355: CURSOR c_get_recipe_id IS
1356: SELECT gmd_recipe_id_s.NEXTVAL
1357: FROM SYS.DUAL;
1358:
1359: /* Cursor used to retrieve next recipe_vr_id value */
1360: CURSOR c_get_recipe_vr_id IS