DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 659: -- gme_trans_engine_util.load_mat_and_rsc_trans (

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

Line 660: gme_trans_engine_util.load_rsrc_trans

656: existing transactions in gme_inventory_txns_gtmp.
657: Previously this call was in trans_qty so loading is happening before deletion and api
658: is not working fine */
659: -- gme_trans_engine_util.load_mat_and_rsc_trans (
660: gme_trans_engine_util.load_rsrc_trans
661: (x_return_status => x_return_status
662: ,x_rsc_row_count => l_rsc_row_count
663: ,p_batch_row => p_batch_header_rec);
664: