DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_CANCEL_STEP_PVT

Line 235: gme_cancel_step_pvt.cancel_step

231: /* Call Close step api to cancel the all steps */
232: -- This Proc should be written by someone else.
233: l_batch_step_rec := l_batch_step_tab (i);
234: l_in_batch_step_rec := l_batch_step_rec;
235: gme_cancel_step_pvt.cancel_step
236: (p_batch_step_rec => l_in_batch_step_rec
237: ,p_update_inventory_ind => x_batch_header_rec.update_inventory_ind
238: ,x_return_status => l_return_status
239: ,x_batch_step_rec => l_batch_step_rec);