DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on GMD_RECIPE_DETAIL

Line 2154: -- gmd_recipe_detail.recipe_routing_steps

2150: -- cascade_del_to_step_mat (p_check, X_return_status);
2151: --
2152: -- Procedures used: gmd_auto_step_calc.check_step_qty_calculatable
2153: -- gmd_auto_step_calc.calc_step_qty
2154: -- gmd_recipe_detail.recipe_routing_steps
2155: --
2156: -- HISTORY
2157: -- 25Jul2001 L.R.Jackson Bug 1856832. Created
2158: -- Sukarna Reddy Dt 03/14/02. Bug 2130655. p_ignore_mass_conv

Line 2173: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;

2169:
2170: x_recipe_cntr NUMBER := 0;
2171: x_step_cntr NUMBER := 0;
2172: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2173: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2174: x_flex gmd_recipe_detail.recipe_flex;
2175: x_update_flex gmd_recipe_detail.recipe_update_flex;
2176: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2177: debug_msg EXCEPTION; -- used in debugging

Line 2174: x_flex gmd_recipe_detail.recipe_flex;

2170: x_recipe_cntr NUMBER := 0;
2171: x_step_cntr NUMBER := 0;
2172: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2173: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2174: x_flex gmd_recipe_detail.recipe_flex;
2175: x_update_flex gmd_recipe_detail.recipe_update_flex;
2176: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2177: debug_msg EXCEPTION; -- used in debugging
2178: x_ignore_mass_conv BOOLEAN;

Line 2175: x_update_flex gmd_recipe_detail.recipe_update_flex;

2171: x_step_cntr NUMBER := 0;
2172: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2173: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2174: x_flex gmd_recipe_detail.recipe_flex;
2175: x_update_flex gmd_recipe_detail.recipe_update_flex;
2176: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2177: debug_msg EXCEPTION; -- used in debugging
2178: x_ignore_mass_conv BOOLEAN;
2179: x_ignore_vol_conv BOOLEAN;

Line 2286: gmd_recipe_detail.recipe_routing_steps

2282: -- in the step/material association
2283:
2284: -- After everything has been calculated, update step qty's in gmd_recipe_routing_steps.
2285: IF p_return_status = 'S' THEN
2286: gmd_recipe_detail.recipe_routing_steps
2287: (p_api_version => 1.1,
2288: p_init_msg_list => 'F',
2289: p_commit => 'F',
2290: p_called_from_forms => 'NO',