DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SCA dependencies on IGS_EN_PRC_LOAD

Line 1588: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(

1584: p_ci_sequence_number)
1585: LOOP
1586: -- Call ENRP_CLC_LOAD_TOTAL routine to get the load incurred within the
1587: -- current load period
1588: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(
1589: p_person_id,
1590: v_course_cd,
1591: p_cal_type,
1592: p_ci_sequence_number,

Line 1602: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(

1598: NULL,
1599: v_credit_points);
1600: -- Call routine to determine the attendance type for the calculated load
1601: -- figure within the current load calendar
1602: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(
1603: v_cal_type_instance_rec.cal_type,
1604: v_period_load);
1605: -- Concatenate the attendance type onto the variable.
1606: IF v_concat_attendance_type IS NULL THEN

Line 1642: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(

1638: END IF; -- l_cal_category = 'TEACH' THEN
1639:
1640: -- Call ENRP_CLC_LOAD_TOTAL routine to get the load incurred within the
1641: -- current load period
1642: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(
1643: p_person_id,
1644: v_course_cd,
1645: p_cal_type,
1646: p_ci_sequence_number,

Line 1656: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(

1652: NULL,
1653: v_credit_points);
1654: -- Call routine to determine the attendance type for the calculated load
1655: -- figure within the current load calendar
1656: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(
1657: l_load_cal_type,
1658: v_period_load);
1659: -- Concatenate the attendance type onto the variable.
1660: IF v_concat_attendance_type IS NULL THEN