DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_MAGTAPE dependencies on PER_PEOPLE_EXTRA_INFO

Line 109: from per_people_extra_info pei

105: ) /* Bug#4888368 */
106: )
107: and not exists
108: (select null
109: from per_people_extra_info pei
110: where pei.person_id = p.person_id
111: and pei.pei_information1 is not null
112: and pei.information_type = 'HR_IR21_PROCESSING_DATES_SG');
113: