DBA Data[Home] [Help]

APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_GEN_001

Line 379: v_sca_total_cp := Igs_En_Gen_001.ENRP_CLC_SCA_PASS_CP(

375:
376: -- Call routine to calculate the total credit points passed in the students
377: -- course attempt. This is used by a child routine.
378: IF NOT v_sca_total_calculated THEN
379: v_sca_total_cp := Igs_En_Gen_001.ENRP_CLC_SCA_PASS_CP(
380: p_person_id,
381: p_course_cd,
382: v_census_dt);
383: v_sca_total_calculated := TRUE;

Line 993: v_sca_cp_total := Igs_En_Gen_001.ENRP_CLC_SCA_PASS_CP(

989: END IF;
990: ELSE
991: v_census_dt := TRUNC(SYSDATE);
992: END IF;
993: v_sca_cp_total := Igs_En_Gen_001.ENRP_CLC_SCA_PASS_CP(
994: p_person_id,
995: p_course_cd,
996: v_census_dt);
997: END IF;