DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on HR_ALL_ORGANIZATION_UNITS

Line 596: hr_all_organization_units org

592: select 'BUSINESS_GROUP',
593: org.BUSINESS_GROUP_ID,
594: org.NAME
595: from hr_organization_information oi,
596: hr_all_organization_units org
597: WHERE oi.organization_id = org.organization_id
598: and oi.org_information_context = 'CLASS'
599: AND oi.org_information1 = 'HR_BG');
600: EXCEPTION