DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_GEN_008

Line 4189: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(p_course_cd),l_cur_per_typ.person_type_code);

4185:
4186: /*** To get person type ***/
4187: OPEN cur_per_typ;
4188: FETCH cur_per_typ into l_cur_per_typ;
4189: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(p_course_cd),l_cur_per_typ.person_type_code);
4190: CLOSE cur_per_typ;
4191: /*** To get person type ***/
4192:
4193: -- if student is auditing this unit attempt then check the following