DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on GMD_RECIPE_DETAIL

Line 2146: -- gmd_recipe_detail.recipe_routing_steps

2142: -- cascade_del_to_step_mat (p_check, X_return_status);
2143: --
2144: -- Procedures used: gmd_auto_step_calc.check_step_qty_calculatable
2145: -- gmd_auto_step_calc.calc_step_qty
2146: -- gmd_recipe_detail.recipe_routing_steps
2147: --
2148: -- HISTORY
2149: -- 25Jul2001 L.R.Jackson Bug 1856832. Created
2150: -- Sukarna Reddy Dt 03/14/02. Bug 2130655. p_ignore_mass_conv

Line 2165: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;

2161:
2162: x_recipe_cntr NUMBER := 0;
2163: x_step_cntr NUMBER := 0;
2164: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2165: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2166: x_flex gmd_recipe_detail.recipe_flex;
2167: x_update_flex gmd_recipe_detail.recipe_update_flex;
2168: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2169: debug_msg EXCEPTION; -- used in debugging

Line 2166: x_flex gmd_recipe_detail.recipe_flex;

2162: x_recipe_cntr NUMBER := 0;
2163: x_step_cntr NUMBER := 0;
2164: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2165: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2166: x_flex gmd_recipe_detail.recipe_flex;
2167: x_update_flex gmd_recipe_detail.recipe_update_flex;
2168: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2169: debug_msg EXCEPTION; -- used in debugging
2170: x_ignore_mass_conv BOOLEAN;

Line 2167: x_update_flex gmd_recipe_detail.recipe_update_flex;

2163: x_step_cntr NUMBER := 0;
2164: X_step_tbl gmd_auto_step_calc.step_rec_tbl;
2165: X_all_steps_tbl gmd_recipe_detail.recipe_detail_tbl;
2166: x_flex gmd_recipe_detail.recipe_flex;
2167: x_update_flex gmd_recipe_detail.recipe_update_flex;
2168: x_check_out gmd_auto_step_calc.calculatable_rec_type;
2169: debug_msg EXCEPTION; -- used in debugging
2170: x_ignore_mass_conv BOOLEAN;
2171: x_ignore_vol_conv BOOLEAN;

Line 2278: gmd_recipe_detail.recipe_routing_steps

2274: -- in the step/material association
2275:
2276: -- After everything has been calculated, update step qty's in gmd_recipe_routing_steps.
2277: IF p_return_status = 'S' THEN
2278: gmd_recipe_detail.recipe_routing_steps
2279: (p_api_version => 1.1,
2280: p_init_msg_list => 'F',
2281: p_commit => 'F',
2282: p_called_from_forms => 'NO',