DBA Data[Home] [Help]

APPS.GMD_QC_MIGB12 dependencies on GME_BATCH_MAPPING_MIG

Line 243: FROM gme_batch_mapping_mig;

239: =====================================*/
240:
241: CURSOR get_mig_batch IS
242: SELECT old_batch_id, new_batch_id
243: FROM gme_batch_mapping_mig;
244:
245: l_mig_batch get_mig_batch%ROWTYPE;
246:
247: