DBA Data[Home] [Help]

APPS.BEN_WHATIF_ELIG dependencies on PER_PEOPLE_F

Line 2091: from per_people_f

2087: ) is
2088: --
2089: cursor c_per is
2090: select object_version_number
2091: from per_people_f
2092: where person_id = p_person_id
2093: and p_effective_date between effective_start_date and
2094: effective_end_date;
2095: --