DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 125: gme_trans_engine_util.load_rsrc_trans (x_batch_header_rec

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