DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_BATCH_STEP_ACTIV_MIG

Line 94: FROM gme_batch_step_activ_mig

90:
91: -- Bug 13706812 - Use old batch id to make use of index.
92: CURSOR Cur_get_activities(v_batchstep_id NUMBER, v_old_batch_id NUMBER) IS
93: SELECT *
94: FROM gme_batch_step_activ_mig
95: WHERE batchstep_id = v_batchstep_id
96: AND batch_id = v_old_batch_id;
97:
98: -- Bug 13706812 - Use old batch id to make use of index.