DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUSA dependencies on IGS_AS_VAL_SUAAP

Line 11: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess.Also

7: --smadathi 28-AUG-2001 Bug No. 1956374 .The function genp_val_staff_prsn removed
8: -- Also the call to function igs_en_val_susa.genp_val_staff_prsn is
9: -- is replaced by igs_ad_val_acai.genp_val_staff_prsn
10: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_en_val_susa.genp_val_sdtt_sess
11: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess.Also
12: -- Function genp_val_sdtt_sess Removed
13: --msrinivi 27-Aug-2001 Function genp_val_prsn_id removed
14: --prraj 15-Nov-2002 Added p_legacy parameter to functions enrp_val_susa_ins, enrp_val_susa_auth,
15: -- enrp_val_susa_cmplt, enrp_val_susa_sci_sd, enrp_val_susa_cousr, enrp_val_susa_parent,

Line 481: IF igs_as_val_suaap.genp_val_sdtt_sess('ADMP_DEL_SCA_UNCONF') THEN

477: END IF;
478: -- Cannot be deleted if it is part of the terms and conditions
479: -- of the admissions offer for the student.
480: -- Determine if unit set is part of the admissions offer
481: IF igs_as_val_suaap.genp_val_sdtt_sess('ADMP_DEL_SCA_UNCONF') THEN
482: FOR v_acai_sca_rec IN c_acai_sca LOOP
483: IF (v_acai_sca_rec.unit_set_cd = p_unit_set_cd AND
484: v_acai_sca_rec.us_version_number = p_us_version_number) THEN
485: p_message_name := 'IGS_EN_NOTDEL_UNITSET_COND';