DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on GME_CANCEL_BATCH_PVT

Line 175: gme_cancel_batch_pvt.cancel_batch

171: RAISE phantom_batch_terminate_error;
172: END IF;
173: ELSIF l_in_batch_header_rec.batch_status = 1 THEN
174: -- Call to cancel batch for the phantom
175: gme_cancel_batch_pvt.cancel_batch
176: (p_batch_header_rec => l_in_batch_header_rec
177: ,x_batch_header_rec => l_batch_header_rec
178: ,x_return_status => x_return_status);
179:

Line 189: gme_cancel_batch_pvt.purge_batch_exceptions

185: END LOOP;
186:
187: -- Delete the Inventory transaction under specific conditions
188: IF x_batch_header_rec.update_inventory_ind = 'Y' THEN
189: gme_cancel_batch_pvt.purge_batch_exceptions
190: (p_batch_header_rec => x_batch_header_rec
191: ,p_delete_invis_mo => 'F'
192: ,p_delete_reservations => 'T'
193: ,p_delete_trans_pairs => 'F'