DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on GMD_RECIPE_ID_S

Line 1332: SELECT gmd_recipe_id_s.NEXTVAL

1328: FROM SYS.DUAL;
1329:
1330: /* Cursor used to retrieve next recipe_id value */
1331: CURSOR c_get_recipe_id IS
1332: SELECT gmd_recipe_id_s.NEXTVAL
1333: FROM SYS.DUAL;
1334:
1335: /* Cursor used to retrieve next recipe_vr_id value */
1336: CURSOR c_get_recipe_vr_id IS