DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_FAC_CREDT_WRKLOAD

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

1375: -- Re-calculating the values in Worload lecture,Laboratory and Other in Teaching Responsibilities as these points are modified at Unit Section level
1376:
1377: FOR c_teach_resp_rec in c_teach_resp(p_n_uoo_id)
1378: LOOP
1379: --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);
1380: l_new_lecture:=((c_teach_resp_rec.percentage_allocation/100)* p_usec_rec.work_load_cp_lecture);
1381: l_new_lab:=((c_teach_resp_rec.percentage_allocation/100)* p_usec_rec.work_load_cp_lab);
1382: l_new_other:=((c_teach_resp_rec.percentage_allocation/100)* p_usec_rec.work_load_other);
1383:

Line 3488: igs_ps_fac_credt_wrkload.calculate_teach_work_load(p_n_uoo_id, p_uso_ins_rec.wl_percentage_allocation, l_n_t_lab , l_n_t_lecture, l_n_t_other);

3484: IF p_uso_ins_rec.wl_percentage_allocation IS NOT NULL AND
3485: p_uso_ins_rec.instructional_load_lecture IS NULL AND
3486: p_uso_ins_rec.instructional_load_laboratory IS NULL AND
3487: p_uso_ins_rec.instructional_load_other IS NULL THEN
3488: igs_ps_fac_credt_wrkload.calculate_teach_work_load(p_n_uoo_id, p_uso_ins_rec.wl_percentage_allocation, l_n_t_lab , l_n_t_lecture, l_n_t_other);
3489: p_uso_ins_rec.instructional_load_lecture := l_n_t_lecture;
3490: p_uso_ins_rec.instructional_load_laboratory := l_n_t_lab;
3491: p_uso_ins_rec.instructional_load_other := l_n_t_other;
3492: END IF;

Line 3658: l_c_validation_type := igs_ps_fac_credt_wrkload.get_validation_type (rec_unit_dtls.unit_cd, rec_unit_dtls.version_number);

3654: FETCH c_unit_dtls INTO rec_unit_dtls;
3655: CLOSE c_unit_dtls;
3656:
3657: -- Get the workload validation type
3658: l_c_validation_type := igs_ps_fac_credt_wrkload.get_validation_type (rec_unit_dtls.unit_cd, rec_unit_dtls.version_number);
3659:
3660: FOR I in 1.. l_tab_uoo.count LOOP
3661: l_n_from := fnd_msg_pub.count_msg;
3662: l_b_validation := TRUE;

Line 3688: IF NOT igs_ps_fac_credt_wrkload.validate_workload(l_tab_uoo(I),l_n_tot_lec,l_n_tot_lab,l_n_tot_oth) THEN

3684: fnd_msg_pub.add;
3685: l_b_wl_validation :=FALSE; -- modified as a part of Bug # 3568858.
3686: END IF;
3687:
3688: IF NOT igs_ps_fac_credt_wrkload.validate_workload(l_tab_uoo(I),l_n_tot_lec,l_n_tot_lab,l_n_tot_oth) THEN
3689: fnd_message.set_name('IGS','IGS_PS_WKLOAD_VALIDATION');
3690: OPEN c_null;
3691: FETCH c_null INTO l_c_null;
3692: CLOSE c_null;