DBA Data[Home] [Help]

APPS.HR_SPP_WI_DATA dependencies on HR_ALL_ORGANIZATION_UNITS

Line 164: hr_all_organization_units org

160: select distinct substr(pap.full_name,1,60) ,paa.assignment_number,substr(org.name,1,60)
161: into l_full_name ,l_assignment_number,l_org_name
162: from per_all_people_f pap,
163: per_all_assignments_f paa,
164: hr_all_organization_units org
165: where pap.person_id = paa.person_id
166: and paa.organization_id = org.organization_id
167: and paa.assignment_id = p_assignment_id
168: and p_effective_date between paa.effective_start_date