DBA Data[Home] [Help]

APPS.IGS_EN_SEVIS dependencies on IGS_PE_NONIMG_FORM

Line 532: FROM igs_pe_nonimg_form

528: l_person_id NUMBER;
529:
530: CURSOR c_nonimig_visa_type IS
531: SELECT visa_type
532: FROM igs_pe_nonimg_form
533: WHERE person_id = p_person_id
534: AND form_status = 'A';
535:
536: CURSOR c_visa_type IS