DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_SUA_API

Line 35: WLST_PRIORITY_WEIGHT_NUM in call to igs_en_sua_api.update_unit_attempt

31: kkillams 19-June-03 Added code to log messages raised in exception block in Enroll_Persons.
32: Nishikant 13jun2002 some commented code were removed as per bug#2413811
33: ptandon 26 Jun 2003 Modified to display person_number of students enrolled from Waitlist. - Bug# 2841584
34: ptandon 05-SEP-2003 Added to more parameters WLST_PRIORITY_WEIGHT_NUM and
35: WLST_PRIORITY_WEIGHT_NUM in call to igs_en_sua_api.update_unit_attempt
36: as part of Waitlist Enhancements Build. Enh Bug# 3052426.
37: ******************************************************************/
38:
39:

Line 112: igs_en_sua_api.update_unit_attempt(

108: BEGIN
109:
110: -- Call the API to update the student unit attempt. This API is a
111: -- wrapper to the update row of the TBH.
112: igs_en_sua_api.update_unit_attempt(
113: x_rowid=>i.ROWID,
114: x_person_id=>i.person_id,
115: x_course_cd=>i.course_cd,
116: x_unit_cd=>i.unit_cd,