DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_CANCEL_BATCH_PVT

Line 175: gme_cancel_batch_pvt.purge_batch_exceptions (p_batch_header_rec => l_batch_header_rec

171: x_return_status := gme_common_pvt.g_exceptions_err;
172: ELSE
173: -- Bug 12742260 - Purge the data only if there are no exceptions.
174: -- Bug 8472384 - Delete all remaining reservations including for phantom batches.
175: gme_cancel_batch_pvt.purge_batch_exceptions (p_batch_header_rec => l_batch_header_rec
176: ,p_delete_reservations => 'T'
177: ,p_recursive => 'R'
178: ,x_return_status => l_return_status);
179: