DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_CANCEL_STEP_PVT

Line 305: gme_cancel_step_pvt.cancel_step

301: /* Call Close step api to cancel the all steps */
302: -- This Proc should be written by someone else.
303: l_batch_step_rec := l_batch_step_tab (i);
304: l_in_batch_step_rec := l_batch_step_rec;
305: gme_cancel_step_pvt.cancel_step
306: (p_batch_step_rec => l_in_batch_step_rec
307: ,p_update_inventory_ind => x_batch_header_rec.update_inventory_ind
308: ,x_return_status => l_return_status
309: ,x_batch_step_rec => l_batch_step_rec);