Search Results region_2
Overview
The view APPS.EDW_GEOG_POSTCODE_CITY_LCV is an Oracle E-Business Suite 12.1.1 / 12.2.2 data-warehouse staging object that consolidates geographic location data, specifically the combination of city, postal code, and region/state information, into a single denormalized set. It is a "LCV" (Load/Collection View) style object typically consumed by the E-Business Tax (EBTax) and Enterprise Data Warehouse (EDW) geography extraction processes. The view presents one unified "postcode-city" key derived from multiple transactional source contexts — supplier sites, HR locations, and customer/party addresses — so that downstream geography loaders can resolve a single canonical geographic identifier regardless of originating module. It plays no direct role in OLTP transaction processing; its purpose is to feed ETL/reporting layers that map transaction addresses to geography reference data.
Underlying Base Objects
The view is defined as a UNION ALL of three address extracts, each joined to EDW_LOCAL_INSTANCE (aliased eli) to stamp the instance code:
- Supplier Site extract — sourced from
PO_VENDOR_SITES_ALL pvs, usingcity,zip,state,province, andcountry. - HR_LOCATIONS extract — sourced from
HR_LOCATIONS_ALL hrl, usingtown_or_city,postal_code,region_2, andcountry. - RA_ADDRESSES / HZ_LOCATIONS extract — sourced from the Receivables/customer address tables, using
city, truncatedpostal_code(substrb(postal_code,1,57)),state,province, andcountry.
Because the object is a view over these three unions, the documented metadata lists no independent base objects beyond those named in the view text. The region_2 column appearing in the HR_LOCATIONS branch is the HR representation of the state/region attribute; in the supplier and customer branches the equivalent role is served by state with a province fallback via decode(state, null, province, state).
Key Columns
- postcode_city_pk — composite surrogate key:
city-'zip'-region-country. In the HR branch, the region element isregion_2. - city_fk — foreign key form
city-'region'-country. - postcode_fk — foreign key form
zip/postal_code-'region'-country. - postcode_city_dp / name — display form
city(zip,region). - instance —
eli.instance_code, the local instance identifier. - creation_date / last_update_date — audit columns from the source record.
- user_attribute1..5 — reserved, currently
NULL.
Common Use Cases and Queries
Typical scenarios include geography reference loading, address de-duplication, and joining transactional addresses to a normalized postcode/city dimension. A representative query filtering on the HR region attribute sought by the user would be:
SELECT postcode_city_pk, city_fk, postcode_fk, name, instance FROM apps.edw_geog_postcode_city_lcv;
Because the union exposes region_2 only through the HR_LOCATIONS branch (encoded inside the composite keys), callers searching for a specific region should generally resolve it through city_fk or postcode_fk rather than a standalone region_2 column, which is not projected in the outer SELECT list.
-
VIEW: APPS.EDW_GEOG_POSTCODE_CITY_LCV
12.1.1
-
VIEW: APPS.EDW_GEOG_CITY_LCV
12.1.1
-
VIEW: APPS.HR_FEDREP_V
12.1.1
-
VIEW: APPS.HR_FEDREP_V
12.2.2
-
VIEW: APPS.EDW_GEOG_STATE_REGION_LCV
12.1.1
-
VIEW: APPS.EDW_GEOG_POSTCODE_LCV
12.1.1
-
View: EDW_GEOG_POSTCODE_CITY_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: HR.HR_LOCN_DELTA_SYNC#
12.2.2
-
VIEW: HR.PER_RI_CONFIG_LOCATIONS#
12.2.2
-
View: EDW_GEOG_POSTCODE_CITY_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_POSTCODE_CITY_LCV, object_name:EDW_GEOG_POSTCODE_CITY_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_POSTCODE_CITY_LCV ,
-
View: EDW_GEOG_STATE_REGION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_STATE_REGION_LCV, object_name:EDW_GEOG_STATE_REGION_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_STATE_REGION_LCV ,
-
VIEW: HR.HR_PERSON_DELTA_SYNC#
12.2.2
-
VIEW: APPS.EDW_GEOG_STATE_LCV
12.1.1
-
View: EDW_GEOG_POSTCODE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_POSTCODE_LCV, object_name:EDW_GEOG_POSTCODE_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_POSTCODE_LCV ,
-
View: EDW_GEOG_POSTCODE_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: HR.PER_EMPDIR_LOCATIONS#
12.2.2
-
View: EDW_GEOG_CITY_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_CITY_LCV, object_name:EDW_GEOG_CITY_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_CITY_LCV ,
-
APPS.PER_NEW_HIRE_PKG SQL Statements
12.1.1
-
View: EDW_GEOG_STATE_REGION_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: HZ_GEO_HR_LOC_ATTR
12.2.2
product: AR - Receivables , meaning: Geography hr_locations_all attributes ,
-
VIEW: HR.HR_H2PI_LOCATIONS#
12.2.2
-
VIEW: APPS.PQH_ACCOMMODATIONS_F_DFV
12.1.1
-
View: EDW_GEOG_CITY_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HR_LOC_BASE_V
12.1.1
-
VIEW: HR.HR_H2PI_ADDRESSES#
12.2.2
-
Lookup Type: HZ_GEO_HR_LOC_ATTR
12.1.1
product: AR - Receivables , meaning: Geography hr_locations_all attributes ,
-
View: OE_AK_SHIP_FROM_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_FROM_ORGS_V, object_name:OE_AK_SHIP_FROM_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SHIP_FROM_ORGS_V ,
-
View: OE_AK_SHIP_FROM_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_FROM_ORGS_V, object_name:OE_AK_SHIP_FROM_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SHIP_FROM_ORGS_V ,
-
VIEW: APPS.PQH_ACCOMMODATIONS_F_DFV
12.2.2
-
VIEW: APPS.HR_LOC_LOV_V
12.1.1
-
VIEW: APPS.HR_LOCATIONS_LOV_V
12.1.1
-
View: EDW_GEOG_STATE_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: HR.PER_ADDRESSES#
12.2.2
-
VIEW: APPS.HR_LOCATIONS_LOV_V
12.2.2
-
VIEW: APPS.OE_AK_SHIP_FROM_ORGS_V
12.2.2
-
VIEW: APPS.HR_LOC_LOV_V
12.2.2
-
VIEW: APPS.HR_LOC_BASE_V
12.2.2
-
View: EDW_GEOG_STATE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_STATE_LCV, object_name:EDW_GEOG_STATE_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_STATE_LCV ,
-
View: HR_FEDREP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FEDREP_V, object_name:HR_FEDREP_V, status:VALID, product: PER - Human Resources , description: View for VETS/EEO on Generic Hierarchy , implementation_dba_data: APPS.HR_FEDREP_V ,
-
View: PO_LOCATIONS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOCATIONS_VAL_V, object_name:PO_LOCATIONS_VAL_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LOCATIONS_VAL_V ,
-
VIEW: APPS.PO_RFQ_HEADERS_PRINT
12.1.1
-
VIEW: APPS.OE_AK_SHIP_FROM_ORGS_V
12.1.1
-
View: PO_LOCATIONS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOCATIONS_VAL_V, object_name:PO_LOCATIONS_VAL_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LOCATIONS_VAL_V ,
-
APPS.PER_CNL_SHD SQL Statements
12.2.2
-
APPS.PER_ES_ADDRESS SQL Statements
12.1.1
-
VIEW: APPS.PO_LOCATIONS_VAL_V
12.2.2
-
APPS.PER_TAX_ADDRESS_PKG SQL Statements
12.2.2
-
APPS.PER_TAX_ADDRESS_PKG SQL Statements
12.1.1
-
APPS.PER_CNL_SHD SQL Statements
12.1.1
-
View: HR_FEDREP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FEDREP_V, object_name:HR_FEDREP_V, status:VALID, product: PER - Human Resources , description: View for VETS/EEO on Generic Hierarchy , implementation_dba_data: APPS.HR_FEDREP_V ,