DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on PER_ALL_PEOPLE_F

Line 775: from per_all_people_f

771: ,p_props in out nocopy hxc_timecard_prop_table_type) is
772:
773: cursor c_full_name(p_pid in number) is
774: select distinct full_name, effective_start_date, effective_end_date
775: from per_all_people_f
776: where person_id = p_pid;
777:
778: l_index number := p_props.last;
779: