DBA Data[Home] [Help]

APPS.IGS_EN_NSC_PKG dependencies on IGS_AS_SU_ATMPT_ITM

Line 1886: FROM igs_as_su_atmpt_itm asv, igs_en_su_attempt asav,

1882: /* Checking for assessment items */
1883: -- smaddali modified for performance bug#4914052
1884: CURSOR c_outcome_dt(p_corresp_prg VARCHAR2) IS
1885: SELECT DISTINCT asv.outcome_dt
1886: FROM igs_as_su_atmpt_itm asv, igs_en_su_attempt asav,
1887: igs_en_stdnt_ps_att pr,igs_ps_ver vers,igs_ca_load_to_teach_v lt
1888: WHERE asv.person_id = asav.person_id
1889: AND asv.course_cd = asav.course_cd
1890: AND asv.uoo_id = asav.uoo_id