DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PVT dependencies on FM_FORM_MST_B

Line 361: FROM fm_form_mst_b

357: /***************** Cursor ****************/
358: /* Used to get the formula information */
359: CURSOR get_formula_details IS
360: SELECT formula_no, formula_vers
361: FROM fm_form_mst_b
362: WHERE formula_id = p_formula_id;
363: BEGIN
364: /* Check to see if the formula exists in New Product Development and get the Formula details*/
365: OPEN get_formula_details;