DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on HR_ORGANIZATION_INFORMATION

Line 605: from hr_organization_information oi,

601: union
602: select 'BUSINESS_GROUP',
603: org.BUSINESS_GROUP_ID,
604: org.NAME
605: from hr_organization_information oi,
606: hr_all_organization_units org
607: WHERE oi.organization_id = org.organization_id
608: and oi.org_information_context = 'CLASS'
609: AND oi.org_information1 = 'HR_BG');