DBA Data[Home] [Help]

APPS.BEN_RELATED_PERSON_LER_API dependencies on HR_API

Line 95: nvl(l_con_rec(l_count).date_end, hr_api.g_eot) >= p_effective_date

91: -- Since l_con_rec has all the contacts for the person, make sure to
92: -- select only contacts whose relationships have not been end dated.
93: --
94: if l_con_rec(l_count).personal_flag = 'Y' and
95: nvl(l_con_rec(l_count).date_end, hr_api.g_eot) >= p_effective_date
96: then
97: --
98: open le_exists(l_con_rec(l_count).contact_person_id,
99: l_css_rec(l_count2).rsltg_ler_id,