DBA Data[Home] [Help]

APPS.PAY_PL_PAYE_API dependencies on PER_PERSON_TYPES

Line 34: per_person_types ppt

30: -- Declare cursors and local variables
31: --
32: cursor cur_prs is select min(papf.effective_start_date)
33: from per_all_people_f papf,
34: per_person_types ppt
35: where papf.person_type_id = ppt.person_type_id
36: and system_person_type in ('EMP','EMP_APL')
37: and papf.person_id = p_per_or_asg_id
38: and papf.business_group_id = p_business_group_id