DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_RELEASE_BATCH_PVT

Line 1696: gme_release_batch_pvt.g_bypass_txn_creation := 1;

1692: BEGIN
1693: IF (g_debug <= gme_debug.g_log_procedure) THEN
1694: gme_debug.put_line('Start procedure '||l_api_name);
1695: END IF;
1696: gme_release_batch_pvt.g_bypass_txn_creation := 1;
1697: FOR get_wip_batches IN Cur_wip_batches LOOP
1698: BEGIN
1699: /* Make sure phantom batches have been created before releasing main batch */
1700: OPEN Cur_verify_phantoms(get_wip_batches.new_batch_id);