DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on GME_CANCEL_BATCH_PVT

Line 179: gme_cancel_batch_pvt.cancel_batch

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

Line 193: gme_cancel_batch_pvt.purge_batch_exceptions

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