DBA Data[Home] [Help]

APPS.BEN_PTU_LER dependencies on PER_ALL_PEOPLE_F

Line 12: from per_all_people_f

8: l_system_date DATE;
9: --
10: cursor get_business_group_id IS
11: select business_group_id
12: from per_all_people_f
13: where person_id = p_new.person_id
14: and l_session_date
15: between effective_start_date
16: and effective_end_date;