DBA Data[Home] [Help]

APPS.AME_MIGRATION_REPORT dependencies on PER_ALL_PEOPLE_F

Line 50: from per_all_people_f

46: --
47: --
48: cursor c_person (p_person_id number) is
49: select person_id, full_name
50: from per_all_people_f
51: where person_id = p_person_id
52: and sysdate between effective_start_date and effective_end_date;
53: begin
54: tableIndex := approvers.count + 1;