DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_FAC_CREDT_WRKLOAD

Line 7096: igs_ps_fac_credt_wrkload.calculate_teach_work_load(l_n_uoo_id, p_usec_teach_resp_rec.wl_percentage_allocation, l_n_t_lab , l_n_t_lecture, l_n_t_other);

7092: p_usec_teach_resp_rec.instructional_load_lecture IS NULL AND
7093: p_usec_teach_resp_rec.instructional_load_laboratory IS NULL AND
7094: p_usec_teach_resp_rec.instructional_load_other IS NULL THEN
7095:
7096: igs_ps_fac_credt_wrkload.calculate_teach_work_load(l_n_uoo_id, p_usec_teach_resp_rec.wl_percentage_allocation, l_n_t_lab , l_n_t_lecture, l_n_t_other);
7097: p_usec_teach_resp_rec.instructional_load_lecture := l_n_t_lecture;
7098: p_usec_teach_resp_rec.instructional_load_laboratory := l_n_t_lab;
7099: p_usec_teach_resp_rec.instructional_load_other := l_n_t_other;
7100: END IF;

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

7207: FETCH c_unit_dtls INTO rec_unit_dtls;
7208: CLOSE c_unit_dtls;
7209:
7210: -- Get the workload validation type
7211: l_c_validation_type := igs_ps_fac_credt_wrkload.get_validation_type (rec_unit_dtls.unit_cd, rec_unit_dtls.version_number);
7212:
7213: FOR I in 1.. l_tab_uoo.count LOOP
7214:
7215: l_n_from := fnd_msg_pub.count_msg;

Line 7242: 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

7238: fnd_msg_pub.add;
7239: l_b_wl_validation :=FALSE;
7240: END IF;
7241:
7242: 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
7243: fnd_message.set_name('IGS','IGS_PS_WKLOAD_VALIDATION');
7244: OPEN c_null;
7245: FETCH c_null INTO l_c_null;
7246: CLOSE c_null;