DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on HR_GENERAL

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

137: and pap.current_employee_flag = 'Y'
138: and l_effective_date between asg.effective_start_date and asg.effective_end_date
139: and l_effective_date between pap.effective_start_date and pap.effective_end_date
140: and l_effective_date between pay.effective_start_date and pay.effective_end_date
141: and l_effective_date between serv.date_start and nvl(serv.actual_termination_date,hr_general.end_of_time)
142: and aei.assignment_id(+) = asg.assignment_id
143: and aei.information_type(+) = 'GB_WNU'
144: and nvl(aei.aei_information2,'N') <> 'Y'
145: and (p_mode = 'FULL'

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

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