DBA Data[Home] [Help]

VIEW: APPS.PA_LOCATIONS_V

Source

View Text - Preformatted

SELECT l.rowid, l.location_id, l.city, l.region, l.country_code, t.territory_short_name, l.last_update_date, l.last_updated_by, l.created_by, l.last_update_login FROM fnd_territories_vl t, pa_locations l WHERE t.TERRITORY_CODE = l.country_code
View Text - HTML Formatted

SELECT L.ROWID
, L.LOCATION_ID
, L.CITY
, L.REGION
, L.COUNTRY_CODE
, T.TERRITORY_SHORT_NAME
, L.LAST_UPDATE_DATE
, L.LAST_UPDATED_BY
, L.CREATED_BY
, L.LAST_UPDATE_LOGIN
FROM FND_TERRITORIES_VL T
, PA_LOCATIONS L
WHERE T.TERRITORY_CODE = L.COUNTRY_CODE