DBA Data[Home] [Help]

APPS.IGS_EN_VAL_ENCMB dependencies on IGS_EN_PRC_LOAD

Line 1951: v_period_cp := IGS_EN_PRC_LOAD.ENRP_CLC_LOAD_TOTAL(

1947: v_rstrct_ge_cp_value,
1948: v_message_name) = FALSE) THEN
1949: -- call the routine to calculate the credit point
1950: -- figure for the load calendar
1951: v_period_cp := IGS_EN_PRC_LOAD.ENRP_CLC_LOAD_TOTAL(
1952: p_person_id => p_person_id,
1953: p_course_cd => p_course_cd,
1954: p_acad_cal_type =>v_sup_rec.sup_cal_type,
1955: p_acad_sequence_number =>v_sup_rec.sup_ci_sequence_number,

Line 1993: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(

1989: v_restricted_attendance_type,
1990: v_message_name) = FALSE) THEN
1991: -- call routine to calculate the load figure for
1992: -- the load calendar
1993: v_period_load := IGS_EN_PRC_LOAD.ENRP_CLC_EFTSU_TOTAL(
1994: p_person_id => p_person_id,
1995: p_course_cd => p_course_cd,
1996: p_acad_cal_type => v_sup_rec.sup_cal_type,
1997: p_acad_sequence_number => v_sup_rec.sup_ci_sequence_number ,

Line 2007: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(

2003: p_key_version_number => NULL,
2004: p_credit_points => v_credit_points);
2005: -- call the routine to determine the attendance type
2006: -- for calculated load figure within the load calendar
2007: v_attendance_type := IGS_EN_PRC_LOAD.ENRP_GET_LOAD_ATT(
2008: p_cal_type,
2009: v_period_load);
2010: IF(v_attendance_type IS NOT NULL and
2011: v_attendance_type <> v_restricted_attendance_type) THEN