DBA Data[Home] [Help]

APPS.IGS_EN_SVS_AUTH_PKG dependencies on IGS_EN_SEVIS

Line 353: IF igs_en_sevis.is_auth_rec_duration_exceeds(new_references.person_id,

349: check_child_existance;
350: END IF;
351:
352: IF (p_action = 'INSERT' OR p_action = 'UPDATE') THEN
353: IF igs_en_sevis.is_auth_rec_duration_exceeds(new_references.person_id,
354: new_references.start_dt,
355: new_references.end_dt,
356: l_no_of_months) THEN
357: FND_MESSAGE.Set_name('IGS', 'IGS_EN_AUTH_PERIOD_VAL');