DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_GEN_009

Line 2173: l_core_indicator_code := igs_en_gen_009.enrp_check_usec_core(rec_sca.person_id,rec_sca.course_cd,l_uoo_id);

2169:
2170: -- Check whether the profile is set or not
2171: -- If it is set to 'Y' determine the value of core indicator otherwise assign NULL to it
2172: IF fnd_profile.value('IGS_EN_CORE_VAL') = 'Y' THEN
2173: l_core_indicator_code := igs_en_gen_009.enrp_check_usec_core(rec_sca.person_id,rec_sca.course_cd,l_uoo_id);
2174: ELSE
2175: l_core_indicator_code := NULL;
2176: END IF;
2177: