DBA Data[Home] [Help]

VIEW: APPS.JAI_CMN_HR_LOCATIONS_V

Source

View Text - Preformatted

SELECT distinct NVL(hl.description, 'Null Location') description, jhu.location_id, jhu.organization_id from hr_locations hl, JAI_CMN_INVENTORY_ORGS jhu WHERE hl.location_id(+) = jhu.location_id
View Text - HTML Formatted

SELECT DISTINCT NVL(HL.DESCRIPTION
, 'NULL LOCATION') DESCRIPTION
, JHU.LOCATION_ID
, JHU.ORGANIZATION_ID
FROM HR_LOCATIONS HL
, JAI_CMN_INVENTORY_ORGS JHU
WHERE HL.LOCATION_ID(+) = JHU.LOCATION_ID