DBA Data[Home] [Help]

APPS.HR_NL_UTILITY dependencies on PER_PERSON_TYPES

Line 76: FROM per_person_types ppt

72: WHERE papf.person_id=c_person_id
73: AND c_effective_date between papf.effective_start_date and papf.effective_end_date
74: AND papf.person_type_id IN (
75: SELECT ppt.person_type_id
76: FROM per_person_types ppt
77: WHERE ppt.business_group_id=papf.business_group_id
78: AND ppt.seeded_person_type_key='CONTACT') ;
79:
80: --