DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_LIM_WLST_PKG

Line 2125: -- igs_ps_usec_lim_wlst_pkg.insert_row.

2121: --shtatiko 23-MAY-2003 Enh# 2831572, Removed cursor cur_usec_accts and also removed code to rollover Revenue Account
2122: -- Code into igs_ps_usec_accts
2123: --sarakshi 25-Apr-2003 Enh#2858431,modified call to igs_ps_us_req_ref_cd_pkg.insert_row
2124: --vvutukur 01-Nov-2002 Enh#2636716.Added new column max_auditors_allowd in the tbh call to
2125: -- igs_ps_usec_lim_wlst_pkg.insert_row.
2126: --vvutukur 28-Oct-2002 Enh#2613933.Modified cursor usec_x_grpmem to select 2 new columns max_enr_group,
2127: -- max_ovr_group.Also modified the tbh call to igs_ps_usec_x_grp_pkg.insert_row.
2128: --smadathi 02-May-2002 Bug 2261649. The procedure crsp_ins_unit_section contains reference to table IGS_PS_USEC_CHARGE.
2129: -- The table became obsolete. The references to the same have been removed. The declarartion of cursor

Line 2973: igs_ps_usec_lim_wlst_pkg.insert_row(

2969: wlst_limit_rec.max_students_per_waitlist:=0;
2970: END IF;
2971:
2972:
2973: igs_ps_usec_lim_wlst_pkg.insert_row(
2974: x_rowid => lv_rowid,
2975: x_unit_section_limit_wlst_id => l_usec_lim_id,
2976: x_uoo_id => p_new_uoo_id,
2977: x_enrollment_expected => wlst_limit_rec.enrollment_expected ,