DBA Data[Home] [Help]

APPS.HR_FULL_SYNC_MESSAGES dependencies on HR_ORGANIZATION_INFORMATION

Line 897: ,per_org_manager_v mgr,hr_organization_information hrorg

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