DBA Data[Home] [Help]

APPS.IGS_EN_SPAA_LGCY_PUB dependencies on IGS_EN_GEN_LEGACY

Line 211: IF NOT igs_en_gen_legacy.validate_awd_offer_pgm (

207: END IF;
208:
209: --Call the below function to check whether the Award code is offered within the enrolled
210: --program version. If not then log error message.
211: IF NOT igs_en_gen_legacy.validate_awd_offer_pgm (
212: p_person_id => p_person_id,
213: p_program_cd => p_awd_aim_rec.program_cd,
214: p_award_cd => p_awd_aim_rec.award_cd) THEN
215: FND_MESSAGE.SET_NAME ('IGS', 'IGS_EN_AWD_AVAIL_STU_PGM');