DBA Data[Home] [Help]

APPS.PY_ZA_TAX_CERTIFICATES dependencies on PER_PEOPLE_F

Line 161: from per_people_f per2

157: and per.person_id = ass.person_id
158: and per.effective_start_date =
159: (
160: select max(per2.effective_start_date)
161: from per_people_f per2
162: where per2.effective_start_date <= ppa.effective_date
163: and per2.person_id = ass.person_id
164: )
165: and ppf.payroll_id = ass.payroll_id