DBA Data[Home] [Help]

APPS.IGS_AD_GEN_002 dependencies on IGS_AS_GEN_003

Line 1290: -- knaraset 29-Apr-03 passed uoo_id in call of IGS_AS_GEN_003.assp_get_sua_grade, as part of MUS build bug 2829262

1286: p_reason_code IN r_matched_id_rec.reason_code%TYPE)
1287: IS
1288: --
1289: -- Who When What
1290: -- knaraset 29-Apr-03 passed uoo_id in call of IGS_AS_GEN_003.assp_get_sua_grade, as part of MUS build bug 2829262
1291: --
1292: cst_discontin CONSTANT IGS_EN_SU_ATTEMPT.unit_attempt_status%TYPE :=
1293: 'DISCONTIN';
1294: cst_completed CONSTANT IGS_EN_SU_ATTEMPT.unit_attempt_status%TYPE :=

Line 1704: v_s_result_type := IGS_AS_GEN_003.assp_get_sua_grade(

1700: END IF;
1701: END LOOP;
1702: -- Add the EFTSU for the sua to the total for the sca.
1703: v_sca_total_eftsu := v_sca_total_eftsu + v_sua_eftsu;
1704: v_s_result_type := IGS_AS_GEN_003.assp_get_sua_grade(
1705: v_sua_sca_rec.person_id,
1706: v_sua_sca_rec.course_cd,
1707: v_sua_sca_rec.unit_cd,
1708: v_sua_sca_rec.cal_type,

Line 1728: -- Subject grade comes from v_grade from IGS_AS_GEN_003.assp_get_sua_grade() above.

1724: v_subject_completion_code := 3;
1725: ELSE
1726: v_subject_completion_code := 4;
1727: END IF;
1728: -- Subject grade comes from v_grade from IGS_AS_GEN_003.assp_get_sua_grade() above.
1729: OPEN c_di_ud(
1730: v_sua_sca_rec.unit_cd,
1731: v_sua_sca_rec.unit_version_number);
1732: FETCH c_di_ud INTO v_govt_discipline_group_cd;