DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AS_UAI_SUA_V

Line 1254: igs_as_uai_sua_v

1250: SELECT
1251: uai_due_dt,
1252: uai_reference
1253: FROM
1254: igs_as_uai_sua_v
1255: WHERE
1256: person_id = cp_person_id AND
1257: course_cd = cp_course_cd AND
1258: uoo_id = cp_uoo_id AND

Line 1420: -- Select from IGS_AS_UAI_SUA_V.

1416:
1417: /*************************************************** Validation 4.1 *******************************************************/
1418:
1419: -- Validate that the assessment item is still valid for the student and get the due date for the item.
1420: -- Select from IGS_AS_UAI_SUA_V.
1421: OPEN c_suv(
1422: v_enrolled_rec.course_cd,
1423: v_enrolled_rec.unit_cd,
1424: v_enrolled_rec.person_id,