DBA Data[Home] [Help]

APPS.PAY_NO_TC_REQ dependencies on PER_PERIODS_OF_SERVICE

Line 51: , per_periods_of_service serv

47: , HR_ORGANIZATION_INFORMATION hoi3
48: , hr_soft_coding_keyflex hsk
49: , per_all_assignments_f paf
50: , per_all_people_f pef
51: , per_periods_of_service serv
52: , pay_payroll_actions paa
53:
54: WHERE
55: paa.payroll_action_id = pay_magtape_generic.get_parameter_value('TRANSFER_PAYROLL_ACTION_ID')

Line 71: from per_periods_of_service s

67: and pef.business_group_id = paa.business_group_id
68: and serv.person_id = pef.person_id
69: and serv.period_of_service_id = paf.period_of_service_id
70: and serv.date_start = (select max(s.date_start)
71: from per_periods_of_service s
72: where s.person_id = pef.person_id
73: and paa.effective_date >= s.date_start)
74: and pef.current_employee_flag = 'Y'
75: and paa.effective_date between paf.effective_start_date and paf.effective_end_date