DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY3 dependencies on HR_API

Line 55: between nvl(ctr.date_start, hr_api.g_sot)

51: per_all_people_f ppf
52: where ctr.person_id = p_person_id
53: and ctr.personal_flag = 'Y'
54: and nvl(l_fonm_cvg_strt_dt,nvl(p_lf_evt_ocrd_dt, p_effective_date))
55: between nvl(ctr.date_start, hr_api.g_sot)
56: and nvl(ctr.date_end, hr_api.g_eot)
57: and ctr.business_group_id = p_business_group_id
58: and ctr.contact_person_id = ppf.person_id
59: and nvl(l_fonm_cvg_strt_dt,nvl(p_lf_evt_ocrd_dt, p_effective_date))

Line 56: and nvl(ctr.date_end, hr_api.g_eot)

52: where ctr.person_id = p_person_id
53: and ctr.personal_flag = 'Y'
54: and nvl(l_fonm_cvg_strt_dt,nvl(p_lf_evt_ocrd_dt, p_effective_date))
55: between nvl(ctr.date_start, hr_api.g_sot)
56: and nvl(ctr.date_end, hr_api.g_eot)
57: and ctr.business_group_id = p_business_group_id
58: and ctr.contact_person_id = ppf.person_id
59: and nvl(l_fonm_cvg_strt_dt,nvl(p_lf_evt_ocrd_dt, p_effective_date))
60: between ppf.effective_start_date