DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 653: -- gme_trans_engine_util.load_mat_and_rsc_trans (

649: /* loading material and resource transactions are done before deleting the
650: existing transactions in gme_inventory_txns_gtmp.
651: Previously this call was in trans_qty so loading is happening before deletion and api
652: is not working fine */
653: -- gme_trans_engine_util.load_mat_and_rsc_trans (
654: gme_trans_engine_util.load_rsrc_trans
655: (x_return_status => x_return_status
656: ,x_rsc_row_count => l_rsc_row_count
657: ,p_batch_row => p_batch_header_rec);

Line 654: gme_trans_engine_util.load_rsrc_trans

650: existing transactions in gme_inventory_txns_gtmp.
651: Previously this call was in trans_qty so loading is happening before deletion and api
652: is not working fine */
653: -- gme_trans_engine_util.load_mat_and_rsc_trans (
654: gme_trans_engine_util.load_rsrc_trans
655: (x_return_status => x_return_status
656: ,x_rsc_row_count => l_rsc_row_count
657: ,p_batch_row => p_batch_header_rec);
658: