DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on HR_GENERAL

Line 146: and l_effective_date between serv.date_start and nvl(serv.actual_termination_date,hr_general.end_of_time)

142: and pap.current_employee_flag = 'Y'
143: and l_effective_date between asg.effective_start_date and asg.effective_end_date
144: and l_effective_date between pap.effective_start_date and pap.effective_end_date
145: and l_effective_date between pay.effective_start_date and pay.effective_end_date
146: and l_effective_date between serv.date_start and nvl(serv.actual_termination_date,hr_general.end_of_time)
147: and aei.assignment_id(+) = asg.assignment_id
148: and aei.information_type(+) = 'GB_WNU'
149: and nvl(aei.aei_information2,'N') <> 'Y'
150: and (p_mode = 'FULL'

Line 294: and l_effective_date between serv.date_start and nvl(serv.actual_termination_date,hr_general.end_of_time)

290: and pap.per_information10 = 'Y'
291: and l_effective_date between asg.effective_start_date and asg.effective_end_date
292: and l_effective_date between pap.effective_start_date and pap.effective_end_date
293: and l_effective_date between pay.effective_start_date and pay.effective_end_date
294: and l_effective_date between serv.date_start and nvl(serv.actual_termination_date,hr_general.end_of_time)
295: and aei.assignment_id = asg.assignment_id
296: and aei.information_type = 'GB_WNU'
297: and nvl(aei.aei_information2,'N') <> 'Y'
298: and (aei.aei_information1 is not null or aei.aei_information3 = 'Y')