DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 2732: gme_trans_engine_util.load_rsrc_trans

2728:
2729: CLOSE cur_fetch_resource_dtl;
2730:
2731: /* Lets now load the transactions associated with the batch into the temporary tblle */
2732: gme_trans_engine_util.load_rsrc_trans
2733: (p_batch_row => l_batch_header
2734: ,x_rsc_row_count => l_rsrc_trans_count
2735: ,x_return_status => l_return_status);
2736:

Line 3123: gme_trans_engine_util.load_rsrc_trans

3119: + l_rsrc_txn_rec.resource_usage;
3120:
3121: IF l_step_status = 2 THEN
3122: /* Lets now load the transactions associated with the batch into the temporary tblle */
3123: gme_trans_engine_util.load_rsrc_trans
3124: (p_batch_row => l_batch_header
3125: ,x_rsc_row_count => l_rsrc_trans_count
3126: ,x_return_status => l_return_status);
3127:

Line 3455: gme_trans_engine_util.load_rsrc_trans

3451: + l_txn_usage;
3452:
3453: IF l_step_status = 2 THEN
3454: /* Lets now load the transactions associated with the batch into the temporary tblle */
3455: gme_trans_engine_util.load_rsrc_trans
3456: (p_batch_row => l_batch_header
3457: ,x_rsc_row_count => l_rsrc_trans_count
3458: ,x_return_status => l_return_status);
3459:

Line 4059: gme_trans_engine_util.load_rsrc_trans

4055:
4056: --END BUG#3610141
4057: IF l_step_status = 2 THEN
4058: /* Lets now load the transactions associated with the batch into the temporary tblle */
4059: gme_trans_engine_util.load_rsrc_trans
4060: (p_batch_row => l_batch_header
4061: ,x_rsc_row_count => l_rsrc_trans_count
4062: ,x_return_status => l_return_status);
4063: