DBA Data[Home] [Help]

APPS.IGS_RU_GEN_001 dependencies on IGS_AS_GEN_003

Line 1060: v_result := IGS_AS_GEN_003.assp_get_sua_outcome (

1056: IF p_attribute = 'status'
1057: THEN
1058: RETURN v_unit_attempt_status;
1059: END IF;
1060: v_result := IGS_AS_GEN_003.assp_get_sua_outcome (
1061: p_person_id,
1062: p_course_cd,
1063: gv_member(p_member_index).f1,
1064: gv_member(p_member_index).f3,

Line 1303: IF IGS_AS_GEN_003.ASSP_GET_SUA_GS(p_person_id,

1299: FROM IGS_EN_SU_ATTEMPT
1300: WHERE person_id = p_person_id
1301: AND course_cd = p_course_cd
1302: AND uoo_id = p_tds.uoo_id;
1303: IF IGS_AS_GEN_003.ASSP_GET_SUA_GS(p_person_id,
1304: p_course_cd,
1305: p_tds.unit_cd,
1306: p_tds.unit_version,
1307: p_tds.cal_type,

Line 1315: 'IGS_AS_GEN_003.ASSP_GET_SUA_GS');

1311: v_grading_schema,
1312: v_gs_version_number ) = NULL
1313: THEN
1314: log_error('sua_relative_grade',
1315: 'IGS_AS_GEN_003.ASSP_GET_SUA_GS');
1316: END IF;
1317: /*
1318: grading_schema must be same???
1319: */

Line 4254: v_result := igs_as_gen_003.assp_get_sua_outcome (

4250: WHERE person_id = p_person_id
4251: AND course_cd = p_course_cd
4252: AND uoo_id = sua_rec.uoo_id;
4253: -- Get the outcome of the unit attempt
4254: v_result := igs_as_gen_003.assp_get_sua_outcome (
4255: p_person_id,
4256: p_course_cd,
4257: sua_rec.unit_cd,
4258: sua_rec.cal_type,

Line 4729: --OUT varibales to be passed to igs_as_gen_003.assp_get_sua_outcomes Function

4725: l_earned_cp igs_ps_unit_ver.achievable_credit_points%TYPE;
4726: l_attempted_cp igs_ps_unit_ver.achievable_credit_points%TYPE;
4727: l_result_type igs_as_grd_sch_grade.s_result_type%TYPE;
4728:
4729: --OUT varibales to be passed to igs_as_gen_003.assp_get_sua_outcomes Function
4730: l_outcome_dt igs_as_su_stmptout.outcome_dt%TYPE;
4731: l_grading_schema_cd igs_as_grd_sch_grade.grading_schema_cd%TYPE;
4732: l_version_number igs_as_grd_sch_grade.version_number%TYPE;
4733: l_grade igs_as_grd_sch_grade.grade%TYPE;

Line 4767: l_result_type := igs_as_gen_003.assp_get_sua_outcome (

4763: p_msg_data => l_msg_data,
4764: p_uoo_id => l_sua_all_prd_rec.uoo_id
4765: );
4766: -- To get the Grading Schema Code for the Student Unit Attempt.
4767: l_result_type := igs_as_gen_003.assp_get_sua_outcome (
4768: p_person_id,
4769: p_course_cd,
4770: l_sua_all_prd_rec.unit_cd,
4771: l_sua_all_prd_rec.cal_type,

Line 4815: l_result_type := igs_as_gen_003.assp_get_sua_outcome (

4811: p_msg_count => l_msg_count,
4812: p_msg_data => l_msg_data,
4813: p_uoo_id => l_sua_curr_prd_rec.uoo_id );
4814: -- To get the Grading Schema Code for the Student Unit Attempt.
4815: l_result_type := igs_as_gen_003.assp_get_sua_outcome (
4816: p_person_id,
4817: p_course_cd,
4818: l_sua_curr_prd_rec.unit_cd,
4819: l_sua_curr_prd_rec.cal_type,