DBA Data[Home] [Help]

APPS.HR_DM_AOL_DOWN dependencies on HR_DM_AOL_DOWN_V

Line 280: -- insert details into view HR_DM_AOL_DOWN_V

276:
277: COMMIT;
278:
279: --
280: -- insert details into view HR_DM_AOL_DOWN_V
281: --
282:
283: -- get the destination database name
284: SELECT source_database_instance

Line 303: INSERT INTO HR_DM_AOL_DOWN_V

299: l_parameter8 || ' ' ||
300: l_parameter9 || ' ' ||
301: l_parameter10;
302:
303: INSERT INTO HR_DM_AOL_DOWN_V
304: (
305: exp_imp_id
306: ,table_name
307: ,migration_id

Line 313: ,'HR_DM_AOL_DOWN_V'

309: ,code
310: )
311: SELECT
312: hr_dm_exp_imps_s.nextval
313: ,'HR_DM_AOL_DOWN_V'
314: ,p_migration_id
315: ,p_phase_item_id
316: ,l_aol_command
317: FROM dual;