DBA Data[Home] [Help]

APPS.HR_SECURITY_INTERNAL dependencies on HR_API

Line 4015: and nvl(pcr.date_end, hr_api.g_eot)

4011: select pcr.contact_person_id
4012: from per_contact_relationships pcr
4013: where pcr.person_id = p_person_id
4014: and p_effective_date between pcr.date_start
4015: and nvl(pcr.date_end, hr_api.g_eot)
4016: and not exists
4017: (select null
4018: from per_all_assignments_f paaf
4019: where paaf.person_id = pcr.contact_person_id