DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GMD_RECIPE_FETCH_PUB

Line 10: p_recipe_rout_resc IN gmd_recipe_fetch_pub.oprn_resc_tbl

6: ,x_gme_batch_step OUT NOCOPY gme_batch_steps%ROWTYPE
7: ,x_return_status OUT NOCOPY VARCHAR2);
8:
9: PROCEDURE calc_max_capacity (
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