DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

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

10: p_recipe_rout_resc IN gmd_recipe_fetch_pub.oprn_resc_tbl
11: -- resources that we want the max_capacity of
12: ,p_max_capacity OUT NOCOPY gme_batch_steps.max_step_capacity%TYPE
13: ,p_capacity_uom OUT NOCOPY gme_batch_steps.max_step_capacity_um%TYPE
14: ,x_resource OUT NOCOPY gme_batch_step_resources.resources%TYPE
15: ,x_return_status OUT NOCOPY VARCHAR2
16: ,p_step_qty_uom IN VARCHAR2 DEFAULT NULL); --Bug#5231180
17:
18: END gme_insert_step_pvt;