DBA Data[Home] [Help]

APPS.HR_DM_INIT dependencies on HR_DM_AOL_EXT

Line 694: hr_dm_utility.message('INFO','Calling hr_dm_aol_ext.custom_test', 15);

690: p_check_custom_flex_call ||
691: ')(r_migration_data - record)' ||
692: '(r_flexfield_rec - record)', 10);
693:
694: hr_dm_utility.message('INFO','Calling hr_dm_aol_ext.custom_test', 15);
695:
696:
697: IF r_flexfield_rec.flexfield_type = 'D' THEN
698: l_message := '(descriptive_flexfield_name =' ||

Line 713: l_retval := hr_dm_aol_ext.custom_test(r_migration_data,

709: hr_dm_utility.message('INFO',l_message,12);
710:
711: -- call test code directly
712:
713: l_retval := hr_dm_aol_ext.custom_test(r_migration_data,
714: r_flexfield_rec);
715:
716: IF l_retval THEN
717: hr_dm_utility.message('INFO','Custom code requests download of ' ||