DBA Data[Home] [Help]

APPS.IGS_EN_GEN_017 dependencies on IGS_SS_EN_WRAPPERS

Line 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

36: ||
37: || Known limitations, enhancements or remarks :
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

Line 41: || Pass the new parameter p_calling_obj= 'JOB' in the calls to igs_ss_en_wrappers.drop_selected_units

37: || Known limitations, enhancements or remarks :
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

Line 302: igs_ss_en_wrappers.insert_into_enr_worksheet (

298: IF l_next_step = 'Y' THEN
299:
300: --Perform the unit steps validation and add the unit section to the cart in unconfirmed status.
301: --In case of action WLIST, Waitlist the student into the unit section.
302: igs_ss_en_wrappers.insert_into_enr_worksheet (
303: p_person_number => p_person_number,
304: p_course_cd => l_primary_code,
305: p_uoo_id => l_uoo_id,
306: p_waitlist_ind => l_waitlist_ind,

Line 485: igs_ss_en_wrappers.drop_selected_units(

481: END IF;
482:
483: BEGIN
484: --Call the program unit to drop the unit sections
485: igs_ss_en_wrappers.drop_selected_units(
486: p_uoo_ids => l_uoo_ids ,
487: p_person_id => l_person_id ,
488: p_person_type => l_person_type ,
489: p_load_cal_type => l_cal_type ,