DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on GME_BATCH_HEADER

Line 107: ,p_batch_header_rec IN gme_batch_header%rowtype

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

Line 117: ,x_batch_header_rec OUT NOCOPY gme_batch_header%rowtype

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

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

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