DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on FM_FORM_MST_B

Line 1298: FROM fm_form_mst_b

1294:
1295: /* Cursor used to retrieve next formula version */
1296: CURSOR c_get_formula_vers IS
1297: SELECT MAX(formula_vers) + 1
1298: FROM fm_form_mst_b
1299: WHERE formula_no = l_item_code;
1300:
1301: /* Cursor used to retrieve next recipe version */
1302: CURSOR c_get_recipe_vers IS