DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 50: -- gme_batch_step_resources

46: -- gme_batch_steps
47: l_recipe_rout_act gmd_recipe_fetch_pub.oprn_act_tbl;
48: -- gme_batch_step_activities
49: l_recipe_rout_resc gmd_recipe_fetch_pub.oprn_resc_tbl;
50: -- gme_batch_step_resources
51: /* Pawan kumar bug 2509572 added code for process parameters */
52: l_resc_parameters gmd_recipe_fetch_pub.recp_resc_proc_param_tbl;
53: -- gme_process_parameters
54: l_recipe_rout_matl gmd_recipe_fetch_pub.recipe_rout_matl_tbl;

Line 445: ,x_resource OUT NOCOPY gme_batch_step_resources.resources%TYPE

441: p_recipe_rout_resc IN gmd_recipe_fetch_pub.oprn_resc_tbl
442: -- resources that we want the max_capacity of
443: ,p_max_capacity OUT NOCOPY gme_batch_steps.max_step_capacity%TYPE
444: ,p_capacity_uom OUT NOCOPY gme_batch_steps.max_step_capacity_um%TYPE
445: ,x_resource OUT NOCOPY gme_batch_step_resources.resources%TYPE
446: ,x_return_status OUT NOCOPY VARCHAR2
447: ,p_step_qty_uom IN VARCHAR2 DEFAULT NULL) --Bug#5231180
448: IS
449: l_max_cap cr_rsrc_mst.max_capacity%TYPE;