DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on GME_COMPLETE_BATCH_STEP_PVT

Line 260: gme_complete_batch_step_pvt.complete_step_recursive

256: -- l_step_tab(i).actual_start_date := p_batch_header_rec.actual_start_date;
257: -- l_step_tab(i).actual_cmplt_date := p_batch_header_rec.actual_cmplt_date;
258: -- Also, pass in x_batch_header_rec instead of p_batch_header_rec so that step
259: -- code logic works properly as it needs the proper batch_status value.
260: gme_complete_batch_step_pvt.complete_step_recursive
261: (p_batch_step_rec => l_step_tab(i)
262: ,p_batch_header_rec => x_batch_header_rec
263: ,x_batch_step_rec => l_batch_step_rec
264: ,x_exception_material_tbl => x_exception_material_tbl