DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on PER_ALL_PEOPLE_F

Line 802: from per_all_people_f

798: ,p_props in out nocopy hxc_timecard_prop_table_type) is
799:
800: cursor c_full_name(p_pid in number) is
801: select distinct full_name, effective_start_date, effective_end_date
802: from per_all_people_f
803: where person_id = p_pid;
804:
805: l_index number := p_props.last;
806: