DBA Data[Home] [Help]

APPS.HR_FI_UTILITY dependencies on HR_ORGANIZATION_UNITS

Line 409: from hr_organization_units hou, hr_organization_information hoi , hr_lookups lookups

405: and hoi2.organization_id = hoi1.organization_id;
406:
407: cursor get_info_from_org is
408: select lookups.meaning
409: from hr_organization_units hou, hr_organization_information hoi , hr_lookups lookups
410: where hou.organization_id = l_organization_id
411: and hou.organization_id = hoi.organization_id
412: and hoi.org_information_context = 'FI_EMPLOYMENT_DEFAULTS'
413: and lookups.lookup_type = l_information_code

Line 423: from hr_organization_units

419: 'FI_COM_PRICE_CAT',hoi.org_information5,null);
420:
421: cursor get_bg_id is
422: select business_group_id
423: from hr_organization_units
424: where organization_id = l_organization_id;
425:
426:
427: begin

Line 876: from HR_ORGANIZATION_UNITS o1

872:
873: CURSOR get_details(p_assignment_id NUMBER ,p_effective_date DATE ) IS
874: select hoi2.org_information2,hoi2.org_information3,hoi2.org_information4,pap1.per_information11
875: , pap1.per_information12 , pap1.per_information13
876: from HR_ORGANIZATION_UNITS o1
877: , HR_ORGANIZATION_INFORMATION hoi1
878: , HR_ORGANIZATION_INFORMATION hoi2
879: , per_all_people_f pap1
880: , per_all_assignments_f paa