DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_PERSON_ID_TYP

Line 3705: igs_pe_person_id_typ pit

3701: -- smaddali modified this cursor to get records which are effective in the HESA submission period, bug#3235753
3702: CURSOR cur_slc_lea_cd IS
3703: SELECT SUBSTR (api.api_person_id,1,4)
3704: FROM igs_pe_alt_pers_id_v api,
3705: igs_pe_person_id_typ pit
3706: WHERE api.person_id_type = pit.Person_id_type
3707: AND pit.s_person_id_type = 'SLC'
3708: AND api.pe_person_id = p_person_id
3709: AND NVL (api.start_dt, p_enrl_end_dt ) <= p_enrl_end_dt