DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on HR_DM_MIGRATIONS

Line 452: FROM hr_dm_migrations

448:
449:
450: CURSOR csr_src_db IS
451: SELECT source_database_instance
452: FROM hr_dm_migrations
453: WHERE status NOT IN ('F', 'A');
454:
455: --
456: BEGIN