DBA Data[Home] [Help]

APPS.HR_DM_COPY dependencies on HR_GENERAL

Line 1067: hr_general.decode_lookup('HR_DM_MIGRATION_TYPE',migration_type),

1063: select migration_type,
1064: business_group_id,
1065: source_database_instance,
1066: destination_database_instance,
1067: hr_general.decode_lookup('HR_DM_MIGRATION_TYPE',migration_type),
1068: business_group_name,
1069: migration_start_date
1070: from hr_dm_exp_migrations_v;
1071:

Line 1207: hr_general.g_data_migrator_mode:='Y';

1203: hr_dm_library.run_sql('truncate table ' || l_schema ||
1204: '.hr_dm_dt_deletes');
1205:
1206: hr_utility.trace(' Setting g_data_migrator_mode to Y');
1207: hr_general.g_data_migrator_mode:='Y';
1208:
1209:
1210: -- import API details only if we are using datapump
1211: