DBA Data[Home] [Help]

APPS.HR_CAU_BUS dependencies on PER_ALL_PEOPLE_F

Line 365: from per_all_people_f

361: --
362: -- Check for a valid person id
363: --
364: select 1
365: from per_all_people_f
366: where person_id = p_primary_key_value
367: and p_start_date between effective_start_date
368: and effective_end_date;
369: --