DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_GEN_003

Line 4219: || sarakshi 21-oct-2003 Enh#3052452,used function igs_ps_gen_003.enrollment_for_uoo_check for checking the

4215: || Known limitations, enhancements or remarks :
4216: || Change History :
4217: || Who When What
4218: || (reverse chronological order - newest change first)
4219: || sarakshi 21-oct-2003 Enh#3052452,used function igs_ps_gen_003.enrollment_for_uoo_check for checking the
4220: || existance of record in igs_en_su_attempt rather than explicitly coding a cursor locally.
4221: || sarakshi 18-sep-2003 Enh#3052452, added new parameters relation_type,sup_uoo_id,default_enroll_flag to the
4222: || call of igs_ps_unit_ofr_opt_pkg.update_row .
4223: || vvutukur 04-Aug-2003 Enh#3045069.PSP Enh Build.Modified the calls to igs_ps_unit_ofr_opt_pkg.update_row to add

Line 4253: IF igs_ps_gen_003.enrollment_for_uoo_check(l_uoo_id.uoo_id) THEN

4249: IF p_c_new_cal_status = 'INACTIVE' THEN
4250:
4251: FOR l_uoo_id IN c_uoo_id LOOP
4252:
4253: IF igs_ps_gen_003.enrollment_for_uoo_check(l_uoo_id.uoo_id) THEN
4254: l_b_found:=TRUE;
4255: EXIT;
4256: END IF;
4257: