DBA Data[Home] [Help]

APPS.GMDFMLAP_WF_PKG dependencies on GMD_RECIPE_GENERATE

Line 243: ** G.Kelly 25-May-2004 B3648200 Modified the call to GMD_RECIPE_GENERATE as this was changed.

239: ** Name : req_approved
240: **
241: ** HISTORY
242: ** Ger Kelly 10 May B3604554 - added functionality for recipe generation.
243: ** G.Kelly 25-May-2004 B3648200 Modified the call to GMD_RECIPE_GENERATE as this was changed.
244: ** kkillams 01-DEC-2004 orgn_code is replaced with organization_id/owner_organization_id w.r.t. 4004501
245: **+========================================================================+*/
246:
247: PROCEDURE REQ_APPROVED (

Line 315: GMD_RECIPE_GENERATE.recipe_generate(l_orgn_id, l_formula_id, l_return_status, x_recipe_no, x_recipe_version, FALSE);

311:
312: OPEN cur_recipe_enable (l_orgn_id);
313: FETCH cur_recipe_enable INTO l_creation_type;
314: IF cur_recipe_enable%FOUND THEN
315: GMD_RECIPE_GENERATE.recipe_generate(l_orgn_id, l_formula_id, l_return_status, x_recipe_no, x_recipe_version, FALSE);
316: END IF;
317: CLOSE cur_recipe_enable;
318: ELSE
319: CLOSE Cur_check_recipe;