DBA Data[Home] [Help]

APPS.GME_DELETE_BATCH_STEP_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 109: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_header

105: /* Don't allow all the steps in the batch to be deleted */
106: /* Load all the transactions and resources to the temporary table */
107: /* for the current batch if the update inventory ind is set for the batch */
108: IF l_batch_header.update_inventory_ind = 'Y' THEN
109: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_header
110: ,x_rsc_row_count => l_rsrc_trans_count
111: ,x_return_status => l_return_status);
112:
113: IF l_return_status <> x_return_status THEN