DBA Data[Home] [Help]

APPS.IGS_EN_SUA_API dependencies on IGS_EN_GEN_008

Line 1184: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(X_COURSE_CD),l_cur_per_typ.person_type_code);

1180: IF X_UNIT_ATTEMPT_STATUS = 'ENROLLED' AND old_references.SS_SOURCE_IND = 'S' THEN
1181:
1182: OPEN cur_per_typ;
1183: FETCH cur_per_typ INTO l_cur_per_typ;
1184: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(X_COURSE_CD),l_cur_per_typ.person_type_code);
1185: CLOSE cur_per_typ;
1186:
1187: OPEN cur_sys_pers_type(lv_person_type);
1188: FETCH cur_sys_pers_type INTO l_sys_per_type;