DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 439: gme_trans_engine_util.load_rsrc_trans (p_batch_row =>l_batch_record, x_rsc_row_count => l_rsrc_row_count, x_return_status => x_return_status);

435: else
436: x_return_status := 'E';
437: end if;
438: select * into l_batch_record from gme_batch_header where batch_id = p_batch_id;
439: gme_trans_engine_util.load_rsrc_trans (p_batch_row =>l_batch_record, x_rsc_row_count => l_rsrc_row_count, x_return_status => x_return_status);
440: FND_MSG_PUB.Count_And_Get (p_count => x_message_count, p_data => x_message_data);
441: END setup_resource_transaction;
442:
443: procedure update_process_parameter