DBA Data[Home] [Help]

APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_GEN_008

Line 691: l_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd);

687: RETURN 'TRUE';
688: END IF;
689:
690: -- Get the person type
691: l_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd);
692:
693: -- Get the superior academic calendar instance
694: igs_en_gen_015.get_academic_cal
695: (

Line 1800: l_v_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd=>NULL);

1796: RETURN 'N';
1797: END IF;
1798:
1799: --Get the person logged in frmo session
1800: l_v_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd=>NULL);
1801:
1802: -- According to ENCR012, check that approved cp are not defined for this student
1803: -- Added as per the bug# 2364461.
1804: -- Start of new code.