DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on GME_BATCH_HEADER

Line 105: ,p_batch_header_rec IN gme_batch_header%rowtype

101: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
102: ,x_message_count OUT NOCOPY NUMBER
103: ,x_message_list OUT NOCOPY VARCHAR2
104: ,x_return_status OUT NOCOPY VARCHAR2
105: ,p_batch_header_rec IN gme_batch_header%rowtype
106: ,p_formula_dtl_tbl IN gmdfmval_pub.formula_detail_tbl
107: ,p_recipe_rout_tbl IN gmd_recipe_fetch_pub.recipe_rout_tbl
108: ,p_recipe_step_tbl IN gmd_recipe_fetch_pub.recipe_step_tbl
109: ,p_routing_depd_tbl IN gmd_recipe_fetch_pub.routing_depd_tbl

Line 115: ,x_batch_header_rec OUT NOCOPY gme_batch_header%rowtype

111: ,p_oprn_resc_tbl IN gmd_recipe_fetch_pub.oprn_resc_tbl
112: ,p_proc_param_tbl IN gmd_recipe_fetch_pub.recp_resc_proc_param_tbl
113: ,p_use_workday_cal IN VARCHAR2 DEFAULT FND_API.G_TRUE
114: ,p_contiguity_override IN VARCHAR2 DEFAULT FND_API.G_TRUE
115: ,x_batch_header_rec OUT NOCOPY gme_batch_header%rowtype
116: ,x_exception_material_tbl OUT NOCOPY gme_common_pvt.exceptions_tab
117: );
118:
119: FUNCTION get_planning_open_qty (

Line 210: ( p_batch_id IN gme_batch_header.batch_id%TYPE,

206: -- Namit S. 27-NOV-2006 bug#5674398
207: ======================================================================*/
208:
209: FUNCTION get_ingr_sub_date
210: ( p_batch_id IN gme_batch_header.batch_id%TYPE,
211: p_material_detail_id IN gme_material_details.material_detail_id%TYPE
212: ) RETURN DATE;
213:
214: /* Bug 5597385 Added below procedures */