DBA Data[Home] [Help]

APPS.IGS_AS_DERIVE_GRADE dependencies on IGS_AS_GAA_SUB_HIST

Line 1140: FROM igs_as_gaa_sub_hist sub

1136: -- Check if the Unit Section Grades are submitted
1137: --
1138: CURSOR cur_usec_submitted IS
1139: SELECT 'Y' submitted
1140: FROM igs_as_gaa_sub_hist sub
1141: WHERE sub.uoo_id = p_uoo_id
1142: AND sub.grading_period_cd = p_grading_period_cd
1143: AND sub.submission_type = 'GRADE'
1144: AND sub.submission_status = 'COMPLETE';

Line 1503: FROM igs_as_gaa_sub_hist sub

1499: -- Check if the Unit Section Grades are submitted
1500: --
1501: CURSOR cur_usec_submitted IS
1502: SELECT 'Y' submitted
1503: FROM igs_as_gaa_sub_hist sub
1504: WHERE sub.uoo_id = p_uoo_id
1505: AND sub.grading_period_cd = p_grading_period_cd
1506: AND sub.submission_type = 'GRADE'
1507: AND sub.submission_status = 'COMPLETE';