DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_CLOSE_BATCH_PVT

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

2743:
2744: gme_common_pvt.set_timestamp;
2745:
2746: IF g_debug <= gme_debug.g_log_procedure THEN
2747: gme_debug.put_line ('Calling gme_close_batch_pvt.close_batch.');
2748: END IF;
2749:
2750: gme_close_batch_pvt.close_batch
2751: (p_batch_header_rec => p_batch_header_rec

Line 2750: gme_close_batch_pvt.close_batch

2746: IF g_debug <= gme_debug.g_log_procedure THEN
2747: gme_debug.put_line ('Calling gme_close_batch_pvt.close_batch.');
2748: END IF;
2749:
2750: gme_close_batch_pvt.close_batch
2751: (p_batch_header_rec => p_batch_header_rec
2752: ,x_batch_header_rec => x_batch_header_rec
2753: ,x_return_status => x_return_status);
2754: