DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on HR_API

Line 1311: and nvl(con.date_start,hr_api.g_sot) <= p_effective_date

1307: from per_contact_relationships con,
1308: per_all_people_f ppf
1309: where con.person_id = p_person_id
1310: and con.business_group_id = p_business_group_id
1311: and nvl(con.date_start,hr_api.g_sot) <= p_effective_date
1312: and ppf.person_id = con.contact_person_id
1313: and ppf.business_group_id = con.business_group_id
1314: and p_effective_date
1315: between ppf.effective_start_date