DBA Data[Home] [Help]

APPS.IGS_EN_GEN_003 dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 648: FROM igs_pe_typ_instances_all pti,

644:
645: -- Cursor modified for the bug# 1956253
646: CURSOR pe_typ_cd IS
647: SELECT DISTINCT pti.person_type_code
648: FROM igs_pe_typ_instances_all pti,
649: igs_pe_person_types ppt
650: WHERE person_id = p_person_id AND
651: ppt.system_type = 'STUDENT' AND
652: ppt.person_type_code = pti.person_type_code AND