DBA Data[Home] [Help]

APPS.IGS_EN_GEN_002 dependencies on STANDARD

Line 623: -- 1.000 multiplied by the standard annual load of the first year of the

619: -- routine is designed for use in calculating prospective figures for
620: -- admissions fees. The EFTSU is calculated by using the
621: -- IGS_ST_DFT_LOAD_APPO.default_eftsu figure.
622: -- The CP is calculated by multiplying the proportion of the EFTSU into
623: -- 1.000 multiplied by the standard annual load of the first year of the
624: -- IGS_PS_COURSE.
625: DECLARE
626: v_atl_rec IGS_EN_ATD_TYPE_LOAD.default_eftsu%TYPE;
627: v_cal_rec IGS_PS_ANL_LOAD.annual_load_val%TYPE;

Line 660: -- Determine the standard annual load from IGS_PS_COURSE structure tables.

656: IF (v_atl_rec IS NULL) THEN
657: RETURN FALSE;
658: END IF;
659: p_EFTSU := v_atl_rec;
660: -- Determine the standard annual load from IGS_PS_COURSE structure tables.
661: OPEN c_cal;
662: FETCH c_cal INTO v_cal_rec;
663: IF (c_cal%FOUND) THEN
664: CLOSE c_cal;