DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 2609: gme_trans_engine_util.load_rsrc_trans

2605:
2606: CLOSE cur_fetch_resource_dtl;
2607:
2608: /* Lets now load the transactions associated with the batch into the temporary tblle */
2609: gme_trans_engine_util.load_rsrc_trans
2610: (p_batch_row => l_batch_header
2611: ,x_rsc_row_count => l_rsrc_trans_count
2612: ,x_return_status => l_return_status);
2613:

Line 2967: gme_trans_engine_util.load_rsrc_trans

2963: + l_rsrc_txn_rec.resource_usage;
2964:
2965: IF l_step_status = 2 THEN
2966: /* Lets now load the transactions associated with the batch into the temporary tblle */
2967: gme_trans_engine_util.load_rsrc_trans
2968: (p_batch_row => l_batch_header
2969: ,x_rsc_row_count => l_rsrc_trans_count
2970: ,x_return_status => l_return_status);
2971:

Line 3263: gme_trans_engine_util.load_rsrc_trans

3259: + l_txn_usage;
3260:
3261: IF l_step_status = 2 THEN
3262: /* Lets now load the transactions associated with the batch into the temporary tblle */
3263: gme_trans_engine_util.load_rsrc_trans
3264: (p_batch_row => l_batch_header
3265: ,x_rsc_row_count => l_rsrc_trans_count
3266: ,x_return_status => l_return_status);
3267:

Line 3864: gme_trans_engine_util.load_rsrc_trans

3860:
3861: --END BUG#3610141
3862: IF l_step_status = 2 THEN
3863: /* Lets now load the transactions associated with the batch into the temporary tblle */
3864: gme_trans_engine_util.load_rsrc_trans
3865: (p_batch_row => l_batch_header
3866: ,x_rsc_row_count => l_rsrc_trans_count
3867: ,x_return_status => l_return_status);
3868: