[Home] [Help]
1318:
1319: /* Cursor used to retrieve next formula version */
1320: CURSOR c_get_formula_vers IS
1321: SELECT MAX(formula_vers) + 1
1322: FROM fm_form_mst_b
1323: WHERE formula_no = l_item_code;
1324:
1325: /* Cursor used to retrieve next recipe version */
1326: CURSOR c_get_recipe_vers IS