DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_RESERVATIONS_PVT

Line 631: gme_reservations_pvt.delete_batch_reservations

627: || 'deleting reservations for batch_id:'
628: || l_batch_header_rec.batch_id);
629: END IF;
630:
631: gme_reservations_pvt.delete_batch_reservations
632: (p_organization_id => l_batch_header_rec.organization_id
633: ,p_batch_id => l_batch_header_rec.batch_id
634: ,x_return_status => l_return_status);
635: