DBA Data[Home] [Help]

APPS.IGS_EN_GEN_LEGACY dependencies on IGS_PE_PERSON_TYPES_V

Line 828: CURSOR cur_per_type IS SELECT person_type_code FROM igs_pe_person_types_v

824: || Known limitations, enhancements or remarks :
825: || Change History :
826: || Who When What
827: ------------------------------------------------------------------------------*/
828: CURSOR cur_per_type IS SELECT person_type_code FROM igs_pe_person_types_v
829: WHERE system_type = 'STAFF'
830: AND closed_ind ='N';
831: l_person_type_code igs_en_stdnt_ps_att.dropped_by%TYPE;
832: BEGIN