DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_EN_GEN_001

Line 599: IF igs_en_gen_001.check_hrms_installed = 'Y' THEN

595: l_interface_run_id:=igs_ad_imp_001.g_interface_run_id; -- fetching the interface run ID from the AD imp process.
596: -- Every child records needs to be updated with this value.
597:
598: -- If HRMS is installed and HR mapping is done then update all the staff/faculty records as invalid.
599: IF igs_en_gen_001.check_hrms_installed = 'Y' THEN
600: OPEN hr_map_cur('STAFF');
601: FETCH hr_map_cur INTO l_staff_person_type_code;
602: CLOSE hr_map_cur;
603: