DBA Data[Home] [Help]

APPS.IGS_EN_GEN_016 dependencies on FND_PROFILE

Line 612: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' AND

608: --code added by ckasu as apart of bug#4095276
609: --validate if this program is a primary/secondary in this term
610: -- if it is secondary then show a warning asking the user to update the stored transfer to include the newly enrolled
611: -- unit attempts in the transfer.
612: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' AND
613: igs_en_spa_terms_api.get_spat_primary_prg(l_person_id,
614: l_prgm_dtls_rec.course_cd ,
615: l_get_load_cal_inst_rec.cal_type,
616: l_get_load_cal_inst_rec.sequence_number ) = 'SECONDARY'