DBA Data[Home] [Help]

APPS.PAY_PAYMENT_XML_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 482: , per_periods_of_service pps

478: , ppf.title
479: , paf.assignment_number
480: FROM per_all_assignments_f paf
481: , per_all_people_f ppf
482: , per_periods_of_service pps
483: , per_jobs pj
484: , hr_organization_units hou
485: , pay_payrolls_f prl
486: WHERE paf.person_id = ppf.person_id

Line 499: from per_periods_of_service pps1

495: and p_effective_date between prl.effective_start_date
496: and prl.effective_end_date
497: and pps.person_id = ppf.person_id
498: and pps.date_start = (select max(pps1.date_start)
499: from per_periods_of_service pps1
500: where pps1.person_id = paf.person_id
501: and pps1.date_start <= p_effective_date);
502: --
503: CURSOR get_org_payee_details(p_organization_id in number)