DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_SETUP dependencies on PER_PEOPLE_EXTRA_INFO

Line 110: from per_people_extra_info pei

106: -- Do not select the person if they have had an IR21 Form produced
107: ----------------------------------------------------------------------
108: and not exists
109: ( select null
110: from per_people_extra_info pei
111: where pei.person_id = a.person_id
112: and pei.pei_information1 is not null
113: and pei.information_type = 'HR_IR21_PROCESSING_DATES_SG'
114: )