DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_CLOSE_BATCH_PVT

Line 2808: gme_debug.put_line ('Calling gme_close_batch_pvt.close_batch.');

2804:
2805: gme_common_pvt.set_timestamp;
2806:
2807: IF g_debug <= gme_debug.g_log_procedure THEN
2808: gme_debug.put_line ('Calling gme_close_batch_pvt.close_batch.');
2809: END IF;
2810:
2811: gme_close_batch_pvt.close_batch
2812: (p_batch_header_rec => p_batch_header_rec

Line 2811: gme_close_batch_pvt.close_batch

2807: IF g_debug <= gme_debug.g_log_procedure THEN
2808: gme_debug.put_line ('Calling gme_close_batch_pvt.close_batch.');
2809: END IF;
2810:
2811: gme_close_batch_pvt.close_batch
2812: (p_batch_header_rec => p_batch_header_rec
2813: ,x_batch_header_rec => x_batch_header_rec
2814: ,x_return_status => x_return_status);
2815: