DBA Data[Home] [Help]

APPS.HR_DM_CLEANUP dependencies on HR_DM_MIGRATIONS

Line 266: FROM hr_dm_migrations

262:
263: -- get the migration details
264: CURSOR csr_migration_info IS
265: SELECT business_group_id
266: FROM hr_dm_migrations
267: WHERE migration_id = p_migration_id;
268:
269: --
270: BEGIN