DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_PS_UNIT_OFR_OPT_PKG

Line 720: sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter

716: enhancements,
717: remarks :
718: Change History
719: Who When What
720: sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
721: abort_flag.
722: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
723: sup_uoo_id,relation_type,default_enroll_flag.
724: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter

Line 722: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter

718: Change History
719: Who When What
720: sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
721: abort_flag.
722: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
723: sup_uoo_id,relation_type,default_enroll_flag.
724: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
725: not_multiple_section_flag.
726: kkillams 24-04-2003 Passing NULL/0 depending on the IGS_EN_INCL_WLST_CP profile w.r.t. bug 2889975

Line 724: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter

720: sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
721: abort_flag.
722: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
723: sup_uoo_id,relation_type,default_enroll_flag.
724: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter
725: not_multiple_section_flag.
726: kkillams 24-04-2003 Passing NULL/0 depending on the IGS_EN_INCL_WLST_CP profile w.r.t. bug 2889975
727: ptandon 26-06-2003 Modified to display Person Number and Unit Code instead of Person Id and Uoo Id in the log.
728: Modified to display Max CP failure Error Message once if the student fails the same. Bug# 2841584

Line 1118: igs_ps_unit_ofr_opt_pkg.update_row

1114: CLOSE c_unit_ofr_opt;
1115:
1116: BEGIN
1117: -- Added auditable_ind and audit_permission_ind parameters as part of Bug# 2636716
1118: igs_ps_unit_ofr_opt_pkg.update_row
1119: (x_rowid => v_unit_ofr_opt_rec.ROWID,
1120: x_unit_cd => v_unit_ofr_opt_rec.unit_cd,
1121: x_version_number => v_unit_ofr_opt_rec.version_number ,
1122: x_cal_type => v_unit_ofr_opt_rec.cal_type,

Line 1217: igs_ps_unit_ofr_opt_pkg.update_row

1213: CLOSE c_unit_ofr_opt;
1214:
1215: BEGIN
1216: -- Added auditable_ind and audit_permission_ind parameters as part of Bug# 2636716
1217: igs_ps_unit_ofr_opt_pkg.update_row
1218: (x_rowid => v_unit_ofr_opt_rec.ROWID,
1219: x_unit_cd => v_unit_ofr_opt_rec.unit_cd,
1220: x_version_number => v_unit_ofr_opt_rec.version_number ,
1221: x_cal_type => v_unit_ofr_opt_rec.cal_type,