DBA Data[Home] [Help]

APPS.IGS_PS_USEC_CPS_PKG dependencies on IGS_PS_FAC_CREDT_WRKLOAD

Line 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);

138: -- Re-calculating the values in Worload lecture,Laboratory and Other in Teaching Responsibilities as these points are modified at Unit Section level
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,