DBA Data[Home] [Help]

APPS.IGS_AS_GEN_001 dependencies on IGS_PE_STD_TODO_REF

Line 222: FROM igs_pe_std_todo_ref

218: CURSOR c_str IS
219: SELECT s_student_todo_type,
220: sequence_number,
221: reference_number
222: FROM igs_pe_std_todo_ref
223: WHERE person_id = p_person_id
224: AND s_student_todo_type IN ('ASS_INSERT', 'ASS_STATUS', 'ASS_CHANGE')
225: AND logical_delete_dt IS NULL
226: AND course_cd = p_course_cd