DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_BATCH_STEP_RESOURCES_MIG

Line 102: FROM gme_batch_step_resources_mig

98: -- Bug 13706812 - Use old batch id to make use of index.
99: -- Bug 9090024 - Where clause was incorrectly looking at step id instead of step activity id.
100: CURSOR Cur_get_resources(v_batchstep_activity_id NUMBER, v_old_batch_id NUMBER) IS
101: SELECT *
102: FROM gme_batch_step_resources_mig
103: WHERE batchstep_activity_id = v_batchstep_activity_id
104: AND batch_id = v_old_batch_id;
105:
106: -- Bug 13706812 - Use old batch id to make use of index.