DBA Data[Home] [Help]

APPS.GMDFMGAP_WF_PKG dependencies on GMD_RECIPE_GENERATE

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

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

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

324:
325: OPEN cur_recipe_enable (l_orgn_id);
326: FETCH cur_recipe_enable INTO l_creation_type;
327: IF cur_recipe_enable%FOUND THEN
328: GMD_RECIPE_GENERATE.recipe_generate(l_orgn_id, l_formula_id, l_return_status, x_recipe_no, x_recipe_version, FALSE);
329: END IF;
330: CLOSE cur_recipe_enable;
331: ELSE
332: CLOSE Cur_check_recipe;