DBA Data[Home] [Help]

APPS.PAY_PPD_BUS dependencies on PER_PERSON_TYPES

Line 766: papf.person_type_id in (select person_type_id from per_person_types

762: where papf.person_id = p_per_or_asg_id and
763: papf.business_group_id = p_business_group_id and
764: p_effective_date between papf.effective_start_date and
765: papf.effective_end_date and
766: papf.person_type_id in (select person_type_id from per_person_types
767: where business_group_id = p_business_group_id
768: and system_person_type in ('EMP','EMP_APL'));
769:
770: cursor csr_asg_id is