DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_PROCESS_PARAMETERS_MIG

Line 109: FROM gme_process_parameters_mig

105:
106: -- Bug 13706812 - Use old batch id to make use of index.
107: CURSOR Cur_get_process_params(v_batchstep_resource_id NUMBER, v_old_batch_id NUMBER) IS
108: SELECT *
109: FROM gme_process_parameters_mig
110: WHERE batchstep_resource_id = v_batchstep_resource_id
111: AND batch_id = v_old_batch_id;
112:
113: -- Bug 13706812 - Use old batch id to make use of index.