DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_RESERVATIONS_PVT

Line 493: gme_reservations_pvt.delete_batch_reservations

489: || 'deleting reservations for batch_id:'
490: || l_batch_header_rec.batch_id);
491: END IF;
492:
493: gme_reservations_pvt.delete_batch_reservations
494: (p_organization_id => l_batch_header_rec.organization_id
495: ,p_batch_id => l_batch_header_rec.batch_id
496: ,x_return_status => l_return_status);
497: