DBA Data[Home] [Help]

VIEW: APPS.FII_OU_V

Source

View Text - Preformatted

SELECT org.organization_id ID, otl.name VALUE from hr_all_organization_units org, hr_organization_information orgi, hr_all_organization_units_tl otl WHERE org.organization_id = orgi.organization_id and org.organization_id = otl.organization_id and otl.language = userenv('LANG') and orgi.org_information_context = 'CLASS' and orgi.org_information1 = 'OPERATING_UNIT'
View Text - HTML Formatted

SELECT ORG.ORGANIZATION_ID ID
, OTL.NAME VALUE
FROM HR_ALL_ORGANIZATION_UNITS ORG
, HR_ORGANIZATION_INFORMATION ORGI
, HR_ALL_ORGANIZATION_UNITS_TL OTL
WHERE ORG.ORGANIZATION_ID = ORGI.ORGANIZATION_ID
AND ORG.ORGANIZATION_ID = OTL.ORGANIZATION_ID
AND OTL.LANGUAGE = USERENV('LANG')
AND ORGI.ORG_INFORMATION_CONTEXT = 'CLASS'
AND ORGI.ORG_INFORMATION1 = 'OPERATING_UNIT'