Search Results address_line_4
Overview
EDW_GEOG_LOCATION_LTC_IV is an Oracle E-Business Suite database view belonging to the BIS (Business Intelligence System) product family. The suffix "IV" denotes an "interface view," a naming convention used within the ETRM (E-Business Suite Technical Reference Manual) and EDW (Enterprise Data Warehouse) layers to identify objects intended to expose source data for extraction, staging, or downstream integration. This view presents a flattened, report-oriented projection of geographic location data — specifically addresses, names, and location surrogate keys — originating from the EDW_GEOG_LOCATION_LTC base object.
The object is documented in the Oracle EBS 12.1.1 / 12.2.2 technical reference. Per the ETRM metadata, it is not implemented in the database referenced by the documentation, meaning the definition is shipped as part of the product's documented schema but is not necessarily deployed in every environment. Consultants should therefore treat it as a reference definition rather than a guaranteed runtime object, and verify its existence in the target instance before relying on it. The search term "address_line_4" corresponds directly to one of the address columns the view exposes.
Underlying Base Objects
The view is defined over a single base object: EDW_GEOG_LOCATION_LTC. No other referenced base objects are documented in the ETRM metadata. The view text is a straightforward projection with one synthetic column:
- A
ROWIDalias, exposed as ROW_ID, providing a physical row identifier. - Direct pass-through of all documented columns from EDW_GEOG_LOCATION_LTC.
- A literal
' '(space) exposed as OPERATION_CODE, a conventional EDW technique for tagging rows with an operation indicator in change-data or delta-extraction pipelines.
Because the view performs no joins or filters, its cardinality and grain match the base object one-to-one. Any row-level security, org-level filtering, or translation applied upstream in EDW_GEOG_LOCATION_LTC carries through unchanged.
Key Columns
- LOCATION_PK / LOCATION_PK_KEY — Surrogate and keyed identifiers for the geographic location, used to join to location dimensions elsewhere in the warehouse.
- LOCATION_DP — Likely a datapoint or data-provider indicator associated with the location record.
- NAME — The location or site name.
- ADDRESS_LINE_1, ADDRESS_LINE_2, ADDRESS_LINE_3, ADDRESS_LINE_4 — The four free-form address lines. ADDRESS_LINE_4 is typically reserved for supplemental locality, region, or delivery-instruction data in regions that require additional address depth.
- POSTCODE_CITY_FK / POSTCODE_CITY_FK_KEY — Foreign key linking to a postcode/city reference dimension, enabling geographic roll-ups.
- INSTANCE — Identifies the source EBS instance, supporting multi-instance consolidation.
- USER_ATTRIBUTE1 through USER_ATTRIBUTE5 — Descriptive flexfield (DFF) segments carried through for customer-specific extensions.
- CREATION_DATE / LAST_UPDATE_DATE — Standard audit columns supporting incremental and delta extraction.
- OPERATION_CODE — Constant space value; used by ETL to signal operation type.
Common Use Cases and Queries
This view is typically consumed in address-cleansing, deduplication, and geographic reporting pipelines, and in integrations that load location masters into a data warehouse or third-party system. A basic extraction selecting the requested address_line_4 alongside identifying keys would resemble:
SELECT LOCATION_PK, NAME, ADDRESS_LINE_1, ADDRESS_LINE_2, ADDRESS_LINE_3, ADDRESS_LINE_4, POSTCODE_CITY_FK FROM EDW_GEOG_LOCATION_LTC_IV WHERE ADDRESS_LINE_4 IS NOT NULL;SELECT LOCATION_PK_KEY, INSTANCE, USER_ATTRIBUTE1, ADDRESS_LINE_4, LAST_UPDATE_DATE FROM EDW_GEOG_LOCATION_LTC_IV WHERE LAST_UPDATE_DATE >= :last_run_date;— standard incremental delta pull.SELECT POSTCODE_CITY_FK_KEY, COUNT(*) FROM EDW_GEOG_LOCATION_LTC_IV GROUP BY POSTCODE_CITY_FK_KEY;— geographic distribution analysis.
Given the "not implemented" status in the documented database, always confirm availability with a data dictionary query against ALL_VIEWS before deploying dependent extract logic.
-
View: EDW_GEOG_LOCATION_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_GEOG_LOCATION_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AP_CHECKS_ALL1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AP_CHECKS_ALL1_DFV, status:VALID,
-
VIEW: APPS.PQH_ACCOMMODATIONS_F_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PQH_ACCOMMODATIONS_F_DFV, status:VALID,
-
VIEW: APPS.PQH_ACCOMMODATIONS_F_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PQH_ACCOMMODATIONS_F_DFV, status:VALID,
-
View: WMS_SHIP_TO_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_SHIP_TO_SITES_V, object_name:WMS_SHIP_TO_SITES_V, status:VALID, product: WMS - Warehouse Management , description: Customer Ship to Site , implementation_dba_data: APPS.WMS_SHIP_TO_SITES_V ,
-
VIEW: APPS.WMS_SHIP_TO_SITES_V
12.2.2
-
VIEW: APPS.WMS_SHIP_TO_SITES_V
12.1.1
-
VIEW: APPS.AP_CHECKS_ALL1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AP_CHECKS_ALL1_DFV, status:VALID,
-
VIEW: APPS.OE_CUSTOMER_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUSTOMER_ADDRESSES_V, object_name:OE_CUSTOMER_ADDRESSES_V, status:VALID,
-
View: WMS_SHIP_TO_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_SHIP_TO_SITES_V, object_name:WMS_SHIP_TO_SITES_V, status:VALID, product: WMS - Warehouse Management , description: Customer Ship to Site , implementation_dba_data: APPS.WMS_SHIP_TO_SITES_V ,
-
VIEW: APPS.EDW_GEOG_LOCATION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_LOCATION_LCV, object_name:EDW_GEOG_LOCATION_LCV, status:VALID,
-
VIEW: APPS.OE_CUSTOMER_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUSTOMER_ADDRESSES_V, object_name:OE_CUSTOMER_ADDRESSES_V, status:VALID,
-
View: OE_SHIP_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SHIP_TO_ORGS_V, object_name:OE_SHIP_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: Ship To Organizations. , implementation_dba_data: APPS.OE_SHIP_TO_ORGS_V ,
-
TABLE: POA.EDW_GEOG_LOCATION_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOG_LOCATION_LTC POA.EDW_GEOG_LOCATION_LTC, object_name:EDW_GEOG_LOCATION_LTC, status:VALID,
-
View: EDW_GEOG_LOCATION_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
APPS.OE_CNCL_VALUE_TO_ID SQL Statements
12.1.1
-
APPS.OE_CNCL_VALUE_TO_ID SQL Statements
12.2.2
-
VIEW: APPS.OE_DELIVER_TO_ORGS_V
12.2.2
-
VIEW: APPS.WMS_SHIP_TO_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_SHIP_TO_SITES_V, object_name:WMS_SHIP_TO_SITES_V, status:VALID,
-
View: EDW_GEOG_LOCATION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_LOCATION_LCV, object_name:EDW_GEOG_LOCATION_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_LOCATION_LCV ,
-
View: OE_DELIVER_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DELIVER_TO_ORGS_V, object_name:OE_DELIVER_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: This view is used to get and validate the delivery to organizations. , implementation_dba_data: APPS.OE_DELIVER_TO_ORGS_V ,
-
View: OE_DELIVER_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DELIVER_TO_ORGS_V, object_name:OE_DELIVER_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: This view is used to get and validate the delivery to organizations. , implementation_dba_data: APPS.OE_DELIVER_TO_ORGS_V ,
-
View: OE_INVOICE_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INVOICE_TO_ORGS_V, object_name:OE_INVOICE_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: Bill to organization , implementation_dba_data: APPS.OE_INVOICE_TO_ORGS_V ,
-
View: OE_SHIP_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SHIP_TO_ORGS_V, object_name:OE_SHIP_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: Ship To Organizations. , implementation_dba_data: APPS.OE_SHIP_TO_ORGS_V ,
-
View: OE_INVOICE_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INVOICE_TO_ORGS_V, object_name:OE_INVOICE_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: Bill to organization , implementation_dba_data: APPS.OE_INVOICE_TO_ORGS_V ,
-
VIEW: APPS.IGS_DA_XML_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_PERSON_V, object_name:IGS_DA_XML_PERSON_V, status:VALID,
-
APPS.OE_EXTERNAL_CREDIT_PVT SQL Statements
12.1.1
-
VIEW: APPS.OE_DELIVER_TO_ORGS_V
12.1.1
-
VIEW: APPS.WMS_SHIP_TO_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_SHIP_TO_SITES_V, object_name:WMS_SHIP_TO_SITES_V, status:VALID,
-
VIEW: APPS.OE_SHIP_TO_ORGS_V
12.2.2
-
VIEW: APPS.OE_CUST_SITE_PHONE_V
12.2.2
-
VIEW: APPS.OE_INVOICE_TO_ORGS_V
12.1.1
-
View: OE_CUSTOMER_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUSTOMER_ADDRESSES_V, object_name:OE_CUSTOMER_ADDRESSES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_CUSTOMER_ADDRESSES_V ,
-
APPS.OE_EXTERNAL_CREDIT_PVT SQL Statements
12.2.2
-
VIEW: APPS.OE_SHIP_TO_ORGS_V
12.1.1
-
VIEW: APPS.OE_INVOICE_TO_ORGS_V
12.2.2
-
TABLE: POA.EDW_GEOG_LOCATION_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOG_LOCATION_LSTG POA.EDW_GEOG_LOCATION_LSTG, object_name:EDW_GEOG_LOCATION_LSTG, status:VALID,
-
VIEW: APPS.EDW_GEOG_LOCATION_LCV
12.1.1
-
View: OE_CUSTOMER_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUSTOMER_ADDRESSES_V, object_name:OE_CUSTOMER_ADDRESSES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_CUSTOMER_ADDRESSES_V ,
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AUTHORIZATIONS, object_name:IGFBV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFBV_STUDENT_AUTHORIZATIONS ,
-
VIEW: APPS.POBV_SUPPLIER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_SITES, object_name:POBV_SUPPLIER_SITES, status:VALID,
-
VIEW: APPS.POBV_SUPPLIER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_SITES, object_name:POBV_SUPPLIER_SITES, status:VALID,
-
TABLE: GHG.GHG_ORGANIZATIONS_D_TMP
12.2.2
owner:GHG, object_type:TABLE, fnd_design_data:GHG.GHG_ORGANIZATIONS_D_TMP, object_name:GHG_ORGANIZATIONS_D_TMP, status:VALID,
-
VIEW: APPS.OE_CUST_SITE_PHONE_V
12.1.1
-
APPS.OE_VALUE_TO_ID SQL Statements
12.1.1
-
APPS.OE_VALUE_TO_ID SQL Statements
12.2.2
-
View: IGFFV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AUTHORIZATIONS, object_name:IGFFV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFFV_STUDENT_AUTHORIZATIONS ,
-
View: OE_CUST_SITE_PHONE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUST_SITE_PHONE_V, object_name:OE_CUST_SITE_PHONE_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_CUST_SITE_PHONE_V ,