DBA Data[Home] [Help]

APPS.PER_AE_MIGRATE_PKG dependencies on PER_PERSON_TYPES

Line 85: ,per_person_types ppt

81: ,per_information15 trans_provided
82: ,effective_start_date
83: ,effective_end_date
84: FROM per_all_people_f ppf
85: ,per_person_types ppt
86: WHERE ppf.business_group_id = l_business_group_id
87: AND ppt.person_type_id = ppf.person_type_id
88: AND ppt.business_group_id = ppf.business_group_id
89: AND ppt.system_person_type LIKE 'EMP%'