DBA Data[Home] [Help]

APPS.HR_DM_COPY dependencies on HR_DM_PHASE_RULES

Line 241: FROM hr_dm_phase_rules pr,

237: where migration_id = p_migration_id;
238:
239: CURSOR csr_phase_rule IS
240: SELECT pr.phase_name
241: FROM hr_dm_phase_rules pr,
242: hr_dm_migrations m
243: WHERE m.migration_type = pr.migration_type
244: AND pr.phase_name = 'UP'
245: AND m.migration_id = p_migration_id;

Line 1083: from hr_dm_phase_rules

1079: from v$database;
1080:
1081: cursor csr_phase_rule is
1082: select phase_name
1083: from hr_dm_phase_rules
1084: where migration_type = l_migration_type
1085: and phase_name = 'UP';
1086:
1087: cursor csr_batch_info is