DBA Data[Home] [Help]

APPS.PAY_NL_ATS_REPORT dependencies on PER_ALL_PEOPLE_F

Line 83: per_all_people_f pap,

79: from
80: pay_assignment_actions assact,
81: pay_action_information pai,
82: per_all_assignments_f paa,
83: per_all_people_f pap,
84: per_periods_of_service ppos,
85: hr_organization_units hou,
86: hr_organization_information hoi
87: where

Line 138: select full_name from per_all_people_f

134: from hr_organization_units
135: where organization_id = lp_org_id;
136:
137: CURSOR csr_get_person_name(lp_person_id number,lp_effective_date date) IS
138: select full_name from per_all_people_f
139: where person_id = lp_person_id
140: and lp_effective_date between effective_start_date and effective_end_date;
141:
142: CURSOR csr_org_glb_address(p_bg_id NUMBER, p_org_id NUMBER) IS

Line 1711: per_all_people_f pap,

1707: from
1708: pay_assignment_actions assact,
1709: pay_action_information pai,
1710: per_all_assignments_f paa,
1711: per_all_people_f pap,
1712: per_periods_of_service ppos,
1713: hr_organization_units hou,
1714: hr_organization_information hoi
1715: where

Line 1766: select full_name from per_all_people_f

1762: from hr_organization_units
1763: where organization_id = lp_org_id;
1764:
1765: CURSOR csr_get_person_name(lp_person_id number,lp_effective_date date) IS
1766: select full_name from per_all_people_f
1767: where person_id = lp_person_id
1768: and lp_effective_date between effective_start_date and effective_end_date;
1769:
1770: CURSOR csr_org_glb_address(p_bg_id NUMBER, p_org_id NUMBER) IS