DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PER_ALL_PEOPLE_F

Line 129: per_all_people_f per

125: from sys.dual
126: where not exists (
127: select null
128: from pa_implementations_all imp,
129: per_all_people_f per
130: -- per_person_types ptypes -- commenting out for CWK 11.5.10
131: where per.person_id = p_person_id
132: and per.business_group_id = imp.business_group_id
133: and (per.current_employee_flag = 'Y' OR -- for 11.5.10 CWK