DBA Data[Home] [Help]

APPS.IGS_EN_SEVIS dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 30: FROM igs_pe_typ_instances_all pti,

26: -- Cursor to check whether active sevis person type exists for that person
27: -- modified by ckasu as a part of bug 5300119
28: CURSOR c_sevis_person_type IS
29: SELECT 'X'
30: FROM igs_pe_typ_instances_all pti,
31: igs_pe_person_types pt
32: WHERE pt.person_type_code = pti.person_type_code
33: AND system_type IN ('NONIMG_STUDENT')
34: AND person_id = p_person_id

Line 394: FROM igs_pe_typ_instances_all pti,

390:
391: --Cursor to get whether the person is of International Student Type
392: CURSOR c_int_per_type IS
393: SELECT 'X'
394: FROM igs_pe_typ_instances_all pti,
395: igs_pe_person_types pt
396: WHERE pt.person_type_code = pti.person_type_code
397: AND pt.system_type = 'NONIMG_STUDENT'
398: AND pti.person_id = p_person_id