DBA Data[Home] [Help]

APPS.IGS_PR_GEN_002 dependencies on IGS_AS_GEN_003

Line 154: v_returned := IGS_AS_GEN_003.assp_get_sua_gs (

150: WHERE gsg.grading_schema_cd = cp_grading_schema_cd AND
151: gsg.version_number = cp_version_number AND
152: gsg.gpa_val IS NOT NULL;
153: BEGIN
154: v_returned := IGS_AS_GEN_003.assp_get_sua_gs (
155: p_person_id,
156: p_course_cd,
157: p_unit_cd,
158: p_version_number,

Line 213: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome

209: v_finalised_ind := 'N';
210: END IF;
211: --
212: -- kdande; 22-Apr-2003; Bug# 2829262
213: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
214: -- FUNCTION call.
215: --
216: IF IGS_AS_GEN_003.assp_get_sua_outcome (
217: p_person_id,

Line 216: IF IGS_AS_GEN_003.assp_get_sua_outcome (

212: -- kdande; 22-Apr-2003; Bug# 2829262
213: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
214: -- FUNCTION call.
215: --
216: IF IGS_AS_GEN_003.assp_get_sua_outcome (
217: p_person_id,
218: p_course_cd,
219: p_unit_cd,
220: p_cal_type,

Line 593: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome

589: cst_duplicate,
590: cst_enrolled) THEN
591: --
592: -- kdande; 22-Apr-2003; Bug# 2829262
593: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
594: -- FUNCTION call.
595: --
596: v_result_type := IGS_AS_GEN_003.assp_get_sua_outcome(
597: p_person_id,

Line 596: v_result_type := IGS_AS_GEN_003.assp_get_sua_outcome(

592: -- kdande; 22-Apr-2003; Bug# 2829262
593: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
594: -- FUNCTION call.
595: --
596: v_result_type := IGS_AS_GEN_003.assp_get_sua_outcome(
597: p_person_id,
598: p_course_cd,
599: p_unit_cd,
600: p_cal_type,

Line 795: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome

791: v_finalised_ind := 'N';
792: END IF;
793: --
794: -- kdande; 22-Apr-2003; Bug# 2829262
795: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
796: -- FUNCTION call.
797: --
798: v_s_result_type := IGS_AS_GEN_003.assp_get_sua_outcome (
799: p_person_id,

Line 798: v_s_result_type := IGS_AS_GEN_003.assp_get_sua_outcome (

794: -- kdande; 22-Apr-2003; Bug# 2829262
795: -- Added uoo_id parameter to the IGS_AS_GEN_003.assp_get_sua_outcome
796: -- FUNCTION call.
797: --
798: v_s_result_type := IGS_AS_GEN_003.assp_get_sua_outcome (
799: p_person_id,
800: p_course_cd,
801: p_unit_cd,
802: p_cal_type,