DBA Data[Home] [Help]

APPS.PY_ZA_TAX_CERTIFICATES dependencies on PER_PEOPLE_F

Line 164: from per_people_f per2

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