DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_EN_GEN_010

Line 737: igs_en_gen_010.enrp_ins_suao_discon.Added NVL clause.

733: remarks :
734: Change History
735: Who When What
736: svenkata 18-Nov-2002 Bug# 2715256- Adminisntrative Unit Status was passed incorrectly to the routine
737: igs_en_gen_010.enrp_ins_suao_discon.Added NVL clause.
738: svenkata 18-Nov-2002 Bug# 2715240 - The value of the column MARK was not passed correctly to the API call
739: of Student Unit Attempt Outcome.
740: svenkata 30-Dec-2002 Mirroring of all secondary Program Attempts if status of Primary Program Attempt
741: | is changed.Bug# 2728047.

Line 744: kkillams 25-04-2003 Impacted object, due to change in the signature of the igs_en_gen_010.enrp_ins_suao_discon function

740: svenkata 30-Dec-2002 Mirroring of all secondary Program Attempts if status of Primary Program Attempt
741: | is changed.Bug# 2728047.
742: kkillams 27-Mar-03 Modified usec_cur Cursor, replaced * with enrollment_actual and waitlist_actual
743: w.r.t. bug 2749648
744: kkillams 25-04-2003 Impacted object, due to change in the signature of the igs_en_gen_010.enrp_ins_suao_discon function
745: w.r.t. bug number 2829262
746: rvivekan 11-July -2003 Added INVALID and UNCONFIRM to scenarios for enrollment_actual increment Bug 3036949
747: ptandon 23-Sep-2003 Passed the value of fields LOCATION_CD and UNIT_CLASS in l_suao_rec parameter in call to procedure
748: igs_as_suao_lgcy_pub.create_unit_outcome. Bug# 3149520.

Line 827: IF NOT igs_en_gen_010.enrp_ins_suao_discon(

823: --
824: -- A. If discontinued date is set , corresponding discontinuation grade is inserted into IGS_AS_SU_STMPTOUT_ALL
825: IF p_sua_dtls_rec.discontinued_dt IS NOT NULL THEN
826:
827: IF NOT igs_en_gen_010.enrp_ins_suao_discon(
828: p_person_id => p_person_id ,
829: p_course_cd => p_sua_dtls_rec.program_cd ,
830: p_unit_cd => p_sua_dtls_rec.unit_cd ,
831: p_cal_type => p_cal_type ,