DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on PER_PEOPLE_F

Line 353: per_people_f pap

349: pap.national_identifier,
350: paa.assignment_id
351: from pay_assignment_actions pact,
352: per_assignments_f paa,
353: per_people_f pap
354: where pact.assignment_action_id = p_assactid
355: and pact.assignment_id = paa.assignment_id
356: and paa.person_id = pap.person_id
357: and p_effective_date between paa.effective_start_date and paa.effective_end_date

Line 573: 'from per_people_f ppf, '||

569: l_proc CONSTANT VARCHAR2(35):= g_package||'range_cursor';
570: BEGIN
571: hr_utility.set_location('Entering: '||l_proc,1);
572: sqlstr := 'select distinct person_id '||
573: 'from per_people_f ppf, '||
574: 'pay_payroll_actions ppa '||
575: 'where ppa.payroll_action_id = :payroll_action_id '||
576: 'and ppa.business_group_id = ppf.business_group_id '||
577: 'order by ppf.person_id';