DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_RELEASE_BATCH_PVT

Line 1541: gme_release_batch_pvt.g_bypass_txn_creation := 1;

1537: BEGIN
1538: IF (g_debug <= gme_debug.g_log_procedure) THEN
1539: gme_debug.put_line('Start procedure '||l_api_name);
1540: END IF;
1541: gme_release_batch_pvt.g_bypass_txn_creation := 1;
1542: FOR get_wip_batches IN Cur_wip_batches LOOP
1543: BEGIN
1544: /* Make sure phantom batches have been created before releasing main batch */
1545: OPEN Cur_verify_phantoms(get_wip_batches.new_batch_id);