DBA Data[Home] [Help]

APPS.IGS_EN_GEN_003 dependencies on IGS_PE_TYP_INSTANCES

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

Line 679: FROM igs_pe_typ_instances pti

675: -- Removed select from igs_pe_person_v (pathipat) Bug:2432563
676:
677: CURSOR pe_typ_cd IS
678: SELECT pti.person_type_code
679: FROM igs_pe_typ_instances pti
680: WHERE pti.person_id = p_person_id
681: AND pti.system_type = 'STAFF'
682: AND SYSDATE BETWEEN pti.start_date AND NVL(pti.end_date,SYSDATE);
683: