DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 121: gme_trans_engine_util.load_rsrc_trans (x_batch_header_rec

117:
118: /* Load all the transactions and resources to the temporary table */
119: /* for the current batch if the update inventory ind is set for the batch */
120: IF x_batch_header_rec.update_inventory_ind = 'Y' THEN
121: gme_trans_engine_util.load_rsrc_trans (x_batch_header_rec
122: ,l_rsrc_trans_count
123: ,x_return_status);
124:
125: IF x_return_status <> fnd_api.g_ret_sts_success THEN