DBA Data[Home] [Help]

VIEW: APPS.HR_FR_PENSION_GROUPS_V

Source

View Text - Preformatted

SELECT ou1.organization_id , ou1.business_group_id , out1.name , ou1.date_from , ou1.date_to , ou1.internal_address_line , ou1.location_id , ol.location_code , ou1.comments , oi2.org_information2 FROM hr_locations ol , hr_organization_information oi2 , hr_all_organization_units ou1 , hr_all_organization_units_tl out1 WHERE ou1.organization_id = oi2.organization_id AND oi2.org_information_context || '' = 'CLASS' AND oi2.org_information1 = 'FR_PENSION_GROUP' AND oi2.org_information2 = 'Y' AND ol.location_id (+) = ou1.location_id AND ou1.organization_id = out1.organization_id AND userenv('LANG') = out1.language
View Text - HTML Formatted

SELECT OU1.ORGANIZATION_ID
, OU1.BUSINESS_GROUP_ID
, OUT1.NAME
, OU1.DATE_FROM
, OU1.DATE_TO
, OU1.INTERNAL_ADDRESS_LINE
, OU1.LOCATION_ID
, OL.LOCATION_CODE
, OU1.COMMENTS
, OI2.ORG_INFORMATION2
FROM HR_LOCATIONS OL
, HR_ORGANIZATION_INFORMATION OI2
, HR_ALL_ORGANIZATION_UNITS OU1
, HR_ALL_ORGANIZATION_UNITS_TL OUT1
WHERE OU1.ORGANIZATION_ID = OI2.ORGANIZATION_ID
AND OI2.ORG_INFORMATION_CONTEXT || '' = 'CLASS'
AND OI2.ORG_INFORMATION1 = 'FR_PENSION_GROUP'
AND OI2.ORG_INFORMATION2 = 'Y'
AND OL.LOCATION_ID (+) = OU1.LOCATION_ID
AND OU1.ORGANIZATION_ID = OUT1.ORGANIZATION_ID
AND USERENV('LANG') = OUT1.LANGUAGE