DBA Data[Home] [Help]

APPS.IGS_EN_VAL_PCE dependencies on IGS_EN_SU_ATTEMPT

Line 187: FROM IGS_EN_SU_ATTEMPT

183: WHERE s_control_num = 1;
184: CURSOR c_student_unit_attempt IS
185: SELECT cal_type,
186: ci_sequence_number
187: FROM IGS_EN_SU_ATTEMPT
188: WHERE person_id = p_person_id AND
189: course_cd = p_course_cd AND
190: unit_attempt_status = 'ENROLLED';
191: CURSOR c_check_census_dt (