DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_CANCEL_BATCH_PVT

Line 251: gme_cancel_batch_pvt.purge_batch_exceptions

247: END IF;
248:
249: -- Bug 12546780 - Do not delete invisible move orders.
250: -- Delete all move-orders excluding invisible move orders
251: gme_cancel_batch_pvt.purge_batch_exceptions
252: (p_batch_header_rec => x_batch_header_rec
253: ,p_delete_reservations => 'T'
254: ,x_return_status => x_return_status);
255: