DBA Data[Home] [Help]

APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_AS_GAA_SUB_HIST

Line 743: FROM igs_as_gaa_sub_hist gsh

739: -- Get Grading Submission History
740: --
741: CURSOR c_gsh (cp_uoo_id igs_ps_unit_ofr_opt.uoo_id%TYPE) IS
742: SELECT gsh.submission_status
743: FROM igs_as_gaa_sub_hist gsh
744: WHERE gsh.uoo_id = cp_uoo_id
745: AND gsh.grading_period_cd = p_grading_period_cd;
746: --
747: -- Check Grading Period Cohorts