DBA Data[Home] [Help]

APPS.HR_DM_MASTER dependencies on HR_DM_COPY

Line 1168: hr_dm_copy.source_copy(r_migration_data.migration_id,

1164: p_id => hr_dm_utility.get_phase_id('CP'
1165: , r_migration_data.migration_id));
1166: -- perform source copy on source database only
1167: IF (r_migration_data.database_location = 'S') THEN
1168: hr_dm_copy.source_copy(r_migration_data.migration_id,
1169: r_migration_data.last_migration_date);
1170: END IF;
1171: -- now let the user proceed with the manual copy,
1172: -- so mark the current migration as complete (on source database)