DBA Data[Home] [Help]

APPS.IGS_EN_IVR_PUB dependencies on IGS_PS_UNIT_OFR_OPT_PKG

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

1455: || Purpose : To Update the statistic in enrollment.
1456: || Known limitations, enhancements or remarks :
1457: || Change History :
1458: || Who When What
1459: || sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
1460: || to include new parameter abort_flag.
1461: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
1462: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
1463: || vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to

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

1457: || Change History :
1458: || Who When What
1459: || sommukhe 27-JUL-2005 Bug#4344483,Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
1460: || to include new parameter abort_flag.
1461: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
1462: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
1463: || vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to
1464: || igs_ps_unit_ofr_opt_pkg.update_row to include
1465: || new parameter not_multiple_section_flag.

Line 1464: || igs_ps_unit_ofr_opt_pkg.update_row to include

1460: || to include new parameter abort_flag.
1461: || sarakshi 18-Sep-2003 Enh#3052452.Modified the call to igs_ps_unit_ofr_opt_pkg.update_row
1462: || to include new parameter sup_uoo_id,relation_type,default_enroll_flag
1463: || vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified the call to
1464: || igs_ps_unit_ofr_opt_pkg.update_row to include
1465: || new parameter not_multiple_section_flag.
1466: */
1467: l_api_name CONSTANT VARCHAR2(30) := 'update_enroll_stats';
1468: l_api_version CONSTANT NUMBER := 1.0;

Line 1552: igs_ps_unit_ofr_opt_pkg.update_row(

1548: OPEN cur_enroll_stat(l_uoo_id);
1549: FETCH cur_enroll_stat INTO l_rec_enroll_stat;
1550: IF cur_enroll_stat%FOUND THEN
1551: BEGIN
1552: igs_ps_unit_ofr_opt_pkg.update_row(
1553: X_ROWID => l_rec_enroll_stat.row_id ,
1554: X_UNIT_CD => l_rec_enroll_stat.unit_cd ,
1555: X_VERSION_NUMBER => l_rec_enroll_stat.version_number ,
1556: X_CAL_TYPE => l_rec_enroll_stat.cal_type ,