DBA Data[Home] [Help]

APPS.HR_DM_AOL_DOWN dependencies on HR_DM_MIGRATIONS

Line 91: FROM hr_dm_migrations dm,

87: SELECT dm.migration_type,
88: dm.selective_migration_criteria,
89: dm.business_group_id,
90: sg.security_group_key
91: FROM hr_dm_migrations dm,
92: fnd_security_groups sg,
93: per_business_groups pbg
94: WHERE dm.migration_id = p_migration_id
95: AND dm.business_group_id = pbg.business_group_id

Line 286: FROM HR_DM_MIGRATIONS

282:
283: -- get the destination database name
284: SELECT source_database_instance
285: INTO l_source_database
286: FROM HR_DM_MIGRATIONS
287: WHERE migration_id = p_migration_id;
288:
289:
290: l_aol_command := l_loader_conc_program || ' apps/apps@' ||

Line 470: FROM hr_dm_migrations

466:
467: -- get the migration details
468: CURSOR csr_migration_info IS
469: SELECT business_group_id
470: FROM hr_dm_migrations
471: WHERE migration_id = p_migration_id;
472:
473: --
474: BEGIN