DBA Data[Home] [Help]

APPS.IGS_EN_GEN_006 dependencies on IGS_EN_PRC_LOAD

Line 174: IGS_EN_PRC_LOAD.enrp_get_load_incur(

170: cp_ci_sequence_number,
171: sua.cal_type,
172: sua.ci_sequence_number,
173: 'Y') = 'Y' AND
174: IGS_EN_PRC_LOAD.enrp_get_load_incur(
175: sua.cal_type,
176: sua.ci_sequence_number,
177: sua.discontinued_dt,
178: sua.administrative_unit_status,

Line 395: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(

391: RETURN NULL;
392: END IF;
393: -- Call ENRP_CLC_LOAD_TOTAL routine to get the load incurred within the
394: -- current load period
395: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(
396: p_person_id,
397: p_course_cd,
398: v_current_acad_cal_type,
399: v_current_acad_sequence_number,

Line 409: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(

405: NULL,
406: v_period_credit_points);
407: -- Call routine to determine the attendance type for the calculated load
408: -- figure within the current load calendar
409: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(
410: v_current_load_cal_type,
411: v_period_load);
412: RETURN v_attendance_type;
413: EXCEPTION

Line 1075: v_period_load := IGS_EN_PRC_LOAD.enrp_clc_eftsu_total(

1071: RETURN NULL;
1072: END IF;
1073: -- 2. Call enrp_clc_load_total routine to get the load incurred within
1074: -- the current load period.
1075: v_period_load := IGS_EN_PRC_LOAD.enrp_clc_eftsu_total(
1076: p_person_id,
1077: p_course_cd,
1078: v_acad_cal_type,
1079: v_acad_sequence_number,

Line 1089: v_attendance_type := IGS_EN_PRC_LOAD.enrp_get_load_att(

1085: NULL,
1086: v_period_credit_points);
1087: -- 3. Call routine to determine the attendance type for the calculated
1088: -- load figure within the current load calendar.
1089: v_attendance_type := IGS_EN_PRC_LOAD.enrp_get_load_att(
1090: p_load_cal_type,
1091: v_period_load);
1092: RETURN v_attendance_type;
1093: END;