DBA Data[Home] [Help]

APPS.PAY_ZA_TYE_ARCHIVE_PKG dependencies on PER_ALL_PEOPLE_F

Line 2632: from per_all_people_f ppf

2628: , ppf.employee_number
2629: , ppf.email_address
2630: --, a.location_id
2631: , nvl(a.location_id, nvl(pap.location_id, haou.location_id)) location_id
2632: from per_all_people_f ppf
2633: , per_all_assignments_f a
2634: , per_all_positions pap
2635: , hr_all_organization_units haou
2636: where a.assignment_id = p_assignment_id

Line 4169: where parent_table = 'PER_ALL_PEOPLE_F'

4165: select translate(upper(phone_number),
4166: '0123456789+-. ',
4167: '0123456789') -- remove any character other than digits
4168: from per_phones
4169: where parent_table = 'PER_ALL_PEOPLE_F'
4170: and parent_id = p_person_id
4171: and phone_type = p_phone_type
4172: and p_effective_date between date_from and nvl(date_to,to_date('31-12-4712','DD-MM-YYYY')) ;
4173: l_temp number;