DBA Data[Home] [Help]

APPS.HR_FULL_SYNC_MESSAGES dependencies on HR_ORGANIZATION_INFORMATION

Line 898: ,per_org_manager_v mgr,hr_organization_information hrorg

894: org.location_id,
895: mgr.person_id,
896: mgr.full_name
897: from hr_all_organization_units org
898: ,per_org_manager_v mgr,hr_organization_information hrorg
899: where org.business_group_id = mgr.business_group_id(+)
900: and org.organization_id = mgr.organization_id(+)
901: and hrorg.organization_id = org.organization_id
902: and hrorg.org_information1 = 'HR_ORG'