DBA Data[Home] [Help]

APPS.IGS_EN_GEN_017 dependencies on IGS_PS_UNIT_OFR_OPT_PKG

Line 42: || sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row

38: || Change History :
39: || Who When What
40: || sgurusam 05-Jul-2005 Pass the new parameter p_calling_obj='JOB' in the calls to igs_ss_en_wrappers.insert_into_enr_worksheet
41: || Pass the new parameter p_calling_obj= 'JOB' in the calls to igs_ss_en_wrappers.drop_selected_units
42: || sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
43: || to include new parameter abort_flag.
44: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
45: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
46: || rvivekan 3-Aug-2003 Added new parameters to ofr_enrollment_or_waitlist |

Line 44: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row

40: || sgurusam 05-Jul-2005 Pass the new parameter p_calling_obj='JOB' in the calls to igs_ss_en_wrappers.insert_into_enr_worksheet
41: || Pass the new parameter p_calling_obj= 'JOB' in the calls to igs_ss_en_wrappers.drop_selected_units
42: || sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
43: || to include new parameter abort_flag.
44: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
45: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
46: || rvivekan 3-Aug-2003 Added new parameters to ofr_enrollment_or_waitlist |
47: as a part of Bulk Unit Upload Bug#3049009
48: || vvutukur 05-aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to

Line 48: || vvutukur 05-aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to

44: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
45: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
46: || rvivekan 3-Aug-2003 Added new parameters to ofr_enrollment_or_waitlist |
47: as a part of Bulk Unit Upload Bug#3049009
48: || vvutukur 05-aug-2003 Enh#3045069.PSP Enh Build. Modified the call to igs_ps_unit_ofr_opt_pkg.update_row to
49: || include new parameter not_multiple_section_flag.
50: || svanukur 16-jun-2003 implemented the check for unit section status of 'NOT_OFFERED'
51: || as part of validation impact CR ENCR034.
52: || (reverse chronological order - newest change first)

Line 129: igs_ps_unit_ofr_opt_pkg.update_row (

125: OPEN c_unit_ofr_opt;
126: FETCH c_unit_ofr_opt INTO l_unit_ofr_opt;
127: CLOSE c_unit_ofr_opt;
128:
129: igs_ps_unit_ofr_opt_pkg.update_row (
130: x_rowid => l_unit_ofr_opt.row_id,
131: x_unit_cd => l_unit_ofr_opt.unit_cd,
132: x_version_number => l_unit_ofr_opt.version_number,
133: x_cal_type => l_unit_ofr_opt.cal_type,