DBA Data[Home] [Help]

APPS.IGS_AS_VAL_SCAP dependencies on IGS_PS_UNITASS_ITEM_V

Line 132: FROM igs_ps_unitass_item_v usv

128: -- Changed as required by the JOB.Maintain the student attempt Items and the
129: -- form IGSAS016
130: CURSOR c_usv(l_usv_uoo_id igs_en_su_attempt.uoo_id%TYPE) IS
131: SELECT 'X'
132: FROM igs_ps_unitass_item_v usv
133: WHERE usv.ass_id = p_ass_id AND
134: usv.uoo_id = l_usv_uoo_id AND
135: usv.logical_delete_dt IS NULL;
136: BEGIN