DBA Data[Home] [Help]

APPS.IGS_EN_OFR_WLST_OPT dependencies on IGS_PS_RSV_EXT_PKG

Line 494: igs_ps_rsv_ext_pkg.update_row(

490: -- update igs_ps_rsv_ext only when l_c_igs_en_su_attempt.rsv_seat_ext_id is not null
491: IF l_c_igs_en_su_attempt.rsv_seat_ext_id IS NOT NULL THEN
492: OPEN c_igs_ps_rsv_ext(cp_rsv_ext_id => l_c_igs_en_su_attempt.rsv_seat_ext_id ) ;
493: FETCH c_igs_ps_rsv_ext INTO l_c_igs_ps_rsv_ext ;
494: igs_ps_rsv_ext_pkg.update_row(
495: x_rowid => l_c_igs_ps_rsv_ext.rowid ,
496: x_rsv_ext_id => l_c_igs_ps_rsv_ext.rsv_ext_id ,
497: x_uoo_id => l_c_igs_ps_rsv_ext.uoo_id ,
498: x_priority_id => l_c_igs_ps_rsv_ext.priority_id ,