DBA Data[Home] [Help]

APPS.HR_DM_DOWNLOAD dependencies on HR_DM_MIGRATIONS

Line 94: from hr_dm_migrations

90: -- get the migration details
91: cursor csr_migration_info is
92: select business_group_id,
93: migration_type
94: from hr_dm_migrations
95: where migration_id = p_migration_id;
96:
97: l_table_range_rec csr_table_range%rowtype;
98: l_no_of_rec_downloaded number;