DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APP_STATS_PKG

Line 153: Changed tbh calls of igs_uc_app_stats_pkg and igs_uc_applicants to add new columns

149: smaddali 02-apr-2002 Modified the source field for social class from starh_social_class to
150: starh_socio_economic field of table igs_uc_app_stats for UCCR002 bug#2278817
151: Also changed the name of table igs_uc_attendance_history to igs_uc_attend_hist
152: and package name igs_uc_attendance_history to igs_uc_attend_hist.
153: Changed tbh calls of igs_uc_app_stats_pkg and igs_uc_applicants to add new columns
154: smaddali 15-jul-02 Modified cursors to get mapped values for domicile,social_class,institution,occupation for bug 2497509
155: smaddali 18-jul-02 Added cursor c_person and passing person_number instead of person_id to log messages,bug2497516
156: bayadav 06-Nov-2002 Added Columns as part of UCFD102 Build. Bug NO: 2643048
157: pmarada 26-dec-02 Bug 2726132, i)Removed the igs_he_st_spa_all_pkg.update_row.

Line 753: igs_uc_app_stats_pkg.update_row(

749:
750: IF l_error_occurred = 'N' THEN
751:
752: FOR j IN cur_upd_uc_app_stats(all_appl_rec.app_id) LOOP
753: igs_uc_app_stats_pkg.update_row(
754: X_ROWID => j.ROWID ,
755: X_APP_STAT_ID => j.app_stat_id ,
756: X_APP_ID => j.app_id ,
757: X_APP_NO => j.app_no ,