DBA Data[Home] [Help]

APPS.PER_US_VISA_MIGR dependencies on PER_ALL_PEOPLE_F

Line 36: FROM per_all_people_f

32: person_id,
33: start_date,
34: per_information4,
35: business_group_id
36: FROM per_all_people_f
37: WHERE per_information4 IS NOT NULL
38: AND business_group_id = cp_bgid
39: AND effective_end_date = to_date('4712/12/31','YYYY/MM/DD')
40: ORDER BY full_name;