DBA Data[Home] [Help]

APPS.IGS_PS_USEC_CPS_PKG dependencies on IGS_PS_USEC_TCH_RESP_PKG

Line 143: igs_ps_usec_tch_resp_pkg.update_row (

139:
140: FOR c_teach_resp_rec in c_teach_resp(new_references.uoo_id)
141: LOOP
142: igs_ps_fac_credt_wrkload.calculate_teach_work_load(c_teach_resp_rec.uoo_id,c_teach_resp_rec.percentage_allocation,l_new_lab,l_new_lecture,l_new_other);
143: igs_ps_usec_tch_resp_pkg.update_row (
144: x_mode => 'R',
145: x_rowid => c_teach_resp_rec.rowid,
146: x_unit_section_teach_resp_id => c_teach_resp_rec.unit_section_teach_resp_id,
147: x_instructor_id => c_teach_resp_rec.instructor_id,