DBA Data[Home] [Help]

APPS.HR_DM_INIT dependencies on HR_DM_PHASE_RULES

Line 1966: FROM hr_dm_phase_rules

1962:
1963: CURSOR csr_phase_rule IS
1964: SELECT phase_name, previous_phase, next_phase,
1965: database_location
1966: FROM hr_dm_phase_rules
1967: WHERE ((migration_type = r_migration_data.migration_type)
1968: AND (previous_phase = l_search_phase));
1969:
1970: --

Line 2113: FROM hr_dm_phase_rules

2109: l_database_location VARCHAR2(30);
2110:
2111: CURSOR csr_phase_rule IS
2112: SELECT phase_name, database_location
2113: FROM hr_dm_phase_rules
2114: WHERE ((migration_type = r_migration_data.migration_type)
2115: AND (INSTR(database_location,
2116: r_migration_data.database_location) >0));
2117: