DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_BATCH_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 829: gme_trans_engine_util.load_rsrc_trans

825: gme_debug.put_line
826: ('Load all the transactions and resources to the temporary table.');
827: END IF;
828:
829: gme_trans_engine_util.load_rsrc_trans
830: (p_batch_row => x_batch_header_rec
831: ,x_rsc_row_count => l_rsrc_trans_count
832: ,x_return_status => l_return_status);
833: