DBA Data[Home] [Help]

APPS.IGS_EN_SUA_API dependencies on IGS_PS_UNIT_OFR_OPT_PKG

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

53: Purpose :
54: Know limitations, enhancements or remarks
55: Change History
56: Who When What
57: sommukhe 28-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter abort_flag.
58: stutta 23-Aug-2004 Bug#3803790, passed course_cd as parameter to igs_en_gen_015.get_usec_status
59: sarakshi 13-Jul-2004 Bug#3729462, Added predicate DELETE_FLAG='N' to the cursor c_max_std_per_wait_uofr_pat,c_wait_allow_unit_offering .
60: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include
61: new parameters sup_uoo_id,relation_type,default_enroll_flag.

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

56: Who When What
57: sommukhe 28-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include new parameter abort_flag.
58: stutta 23-Aug-2004 Bug#3803790, passed course_cd as parameter to igs_en_gen_015.get_usec_status
59: sarakshi 13-Jul-2004 Bug#3729462, Added predicate DELETE_FLAG='N' to the cursor c_max_std_per_wait_uofr_pat,c_wait_allow_unit_offering .
60: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include
61: new parameters sup_uoo_id,relation_type,default_enroll_flag.
62: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the calls to igs_ps_unit_ofr_opt_pkg.update_row to
63: include new parameter not_multiple_section_flag.
64: (reverse chronological order - newest change first)

Line 62: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the calls to igs_ps_unit_ofr_opt_pkg.update_row to

58: stutta 23-Aug-2004 Bug#3803790, passed course_cd as parameter to igs_en_gen_015.get_usec_status
59: sarakshi 13-Jul-2004 Bug#3729462, Added predicate DELETE_FLAG='N' to the cursor c_max_std_per_wait_uofr_pat,c_wait_allow_unit_offering .
60: sarakshi 22-Sep-2003 Enh#3052452, Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to include
61: new parameters sup_uoo_id,relation_type,default_enroll_flag.
62: vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the calls to igs_ps_unit_ofr_opt_pkg.update_row to
63: include new parameter not_multiple_section_flag.
64: (reverse chronological order - newest change first)
65: ***************************************************************/
66:

Line 388: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (

384: l_dir_enr := usec_row.DIR_ENROLLMENT ;
385: END IF;
386: END IF;
387:
388: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (
389: X_ROWID => usec_row.ROWID ,
390: x_UNIT_CD => usec_row.UNIT_CD ,
391: x_VERSION_NUMBER => usec_row.VERSION_NUMBER ,
392: x_CAL_TYPE => usec_row.CAL_TYPE ,

Line 444: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (

440: -- Update the unit sections status that belong to the cross listed group with the derived value.
441: FOR unit_sec in c_cross_lst_details(usec_row.uoo_id, l_cross_listed_row.usec_x_listed_group_id, lv_unit_section_status) LOOP
442:
443: -- Added auditable_ind and audit_permission_ind parameters as part of Bug# 2636716
444: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (
445: X_ROWID => unit_sec.ROWID ,
446: x_UNIT_CD => unit_sec.UNIT_CD ,
447: x_VERSION_NUMBER => unit_sec.VERSION_NUMBER ,
448: x_CAL_TYPE => unit_sec.CAL_TYPE ,

Line 501: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (

497: -- Update the unit sections status that belong to the group with the derived value.
498: FOR usec_meet_with in c_meet_with_cls_details(usec_row.uoo_id, l_meet_with_cls_row.class_meet_group_id, lv_unit_section_status) LOOP
499:
500: -- Added auditable_ind and audit_permission_ind parameters as part of Bug# 2636716
501: IGS_PS_UNIT_OFR_OPT_PKG.UPDATE_ROW (
502: X_ROWID => usec_meet_with.ROWID ,
503: x_UNIT_CD => usec_meet_with.UNIT_CD ,
504: x_VERSION_NUMBER => usec_meet_with.VERSION_NUMBER ,
505: x_CAL_TYPE => usec_meet_with.CAL_TYPE ,