DBA Data[Home] [Help]

VIEW: APPS.HR_KR_ESTABLISHMENTS_V

Source

View Text - Preformatted

SELECT b.organization_id, tl.name, b.business_group_id, b.date_from, b.date_to from hr_organization_information hoi, hr_all_organization_units_tl tl, hr_all_organization_units b WHERE tl.organization_id = b.organization_id and tl.language = userenv('LANG') and hoi.organization_id = b.organization_id and hoi.org_information_context = 'CLASS' and hoi.org_information1 = 'KR_BUSINESS_PLACE' and hoi.org_information2 = 'Y'
View Text - HTML Formatted

SELECT B.ORGANIZATION_ID
, TL.NAME
, B.BUSINESS_GROUP_ID
, B.DATE_FROM
, B.DATE_TO
FROM HR_ORGANIZATION_INFORMATION HOI
, HR_ALL_ORGANIZATION_UNITS_TL TL
, HR_ALL_ORGANIZATION_UNITS B
WHERE TL.ORGANIZATION_ID = B.ORGANIZATION_ID
AND TL.LANGUAGE = USERENV('LANG')
AND HOI.ORGANIZATION_ID = B.ORGANIZATION_ID
AND HOI.ORG_INFORMATION_CONTEXT = 'CLASS'
AND HOI.ORG_INFORMATION1 = 'KR_BUSINESS_PLACE'
AND HOI.ORG_INFORMATION2 = 'Y'