DBA Data[Home] [Help]

APPS.IGS_EN_GEN_001 dependencies on IGS_AV_GEN_001

Line 267: v_advanced_standing := IGS_AV_GEN_001.advp_get_as_total(p_person_id,

263: END IF;
264: END IF; -- repeateable IGS_PS_UNIT
265: END LOOP;
266: --Add advanced standing before or on the effective date.
267: v_advanced_standing := IGS_AV_GEN_001.advp_get_as_total(p_person_id,
268: p_course_cd,
269: p_effective_dt );
270: --add v_advanced_standing to v_credit_point_total
271: v_credit_point_total := v_credit_point_total + v_advanced_standing;