DBA Data[Home] [Help]

APPS.GMDFMGAP_WF_PKG dependencies on GMD_RECIPE_GENERATE

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

246: ** Name : req_approved
247: **
248: ** HISTORY
249: ** Ger Kelly 10 May B3604554 - added functionality for recipe generation.
250: ** G.Kelly 25-May-2004 B3648200 Modified the call to GMD_RECIPE_GENERATE as this was changed.
251: ** kkillams 01-dec-2004 orgn_code is replaced with organization_id/owner_organization_id w.r.t. 4004501
252: **+========================================================================+*/
253: PROCEDURE REQ_APPROVED (
254: p_itemtype IN VARCHAR2,

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

317:
318: OPEN cur_recipe_enable (l_orgn_id);
319: FETCH cur_recipe_enable INTO l_creation_type;
320: IF cur_recipe_enable%FOUND THEN
321: GMD_RECIPE_GENERATE.recipe_generate(l_orgn_id, l_formula_id, l_return_status, x_recipe_no, x_recipe_version, FALSE);
322: END IF;
323: CLOSE cur_recipe_enable;
324: ELSE
325: CLOSE Cur_check_recipe;