DBA Data[Home] [Help]

APPS.HXC_TBB_BUS dependencies on PER_ALL_PEOPLE_F

Line 475: from per_all_people_f

471: -- cursor to check the number of person_records that overlap the period
472:
473: cursor c_person is
474: select count(*)
475: from per_all_people_f
476: where p_date_from <= effective_end_date
477: and effective_start_date <= p_date_to
478: and person_id = p_resource_id;
479: