DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_RLOVR_FAC_TSK

Line 2193: IF igs_ps_rlovr_fac_tsk.crsp_instrct_time_conflct (

2189:
2190: --If TBA is N then need to check if there is any instructors for the occurrences having time conflict, if yes then warning
2191: IF p_uso_rec.to_be_announced = 'N' THEN
2192: FOR c_ins_rec IN c_ins(p_n_uso_id) LOOP
2193: IF igs_ps_rlovr_fac_tsk.crsp_instrct_time_conflct (
2194: p_person_id=>c_ins_rec.instructor_id,
2195: p_unit_section_occurrence_id=>p_n_uso_id,
2196: p_monday=>p_uso_rec.monday,
2197: p_tuesday=>p_uso_rec.tuesday,