Search Results edw_geography_m
Overview
EDW_GEOGRAPHY_M is a denormalized geography dimension table documented under the POA (Purchasing Intelligence) product module in Oracle EBS 12.1.1 and 12.2.2. Its documented description is "Geography dimension table," and its role is to serve analytic and reporting queries in the Oracle E-Business Suite data warehouse by flattening the hierarchical address and location structures used by operational modules such as Purchasing, Order Management, and Receivables.
The ETRM metadata explicitly notes that this object is "Not implemented in this database" for the documented environment, and the product module itself is flagged as obsolete. The table is therefore best treated as a reference model rather than as a live, actively maintained physical object in a current 12.2.2 deployment.
Applying the heuristic Data Vault classification mined from the foreign key structure, EDW_GEOGRAPHY_M is classified as standalone. In Data Vault modeling terms, this suggests the object functions as a self-contained dimension rather than as a hub, link, or satellite participating in an integrated raw vault. Any Data Vault implementation derived from this table would more appropriately treat it as a reference or dimension construct outside the core hub-and-link topology.
Key Information Stored
The table is documented with 109 physical columns, organized around a nested geographic hierarchy. The most significant columns are the location-level attributes and the hierarchy keys that connect each level:
- GLOC_LOCATION_PK_KEY — the single-column surrogate primary key of EDW_GEOGRAPHY_M_PK, and the column the user searched for. It also constitutes the unique index EDW_GEOGRAPHY_M_U2.
- GLOC_LOCATION_PK — the source location identifier; combined with GLOC_LOCATION_PK_KEY it forms the composite unique index EDW_GEOGRAPHY_M_U1, making it a business-key candidate rather than the declared primary key.
- GLOC_NAME, GLOC_ADDRESS_LINE_1 through GLOC_ADDRESS_LINE_4, GLOC_LOCATION_DP — the descriptive location name, street address components, and the level designator for the location node.
- CITY_CITY_PK_KEY, CITY_NAME, CITY_CITY_DP — city-level key, name, and hierarchy designator.
- STAT_STATE_PK_KEY, STAT_NAME, STAT_STATE_DP and SREG_STATE_REGION_PK_KEY — state and state-region nodes of the hierarchy.
- COUN_COUNTRY_PK_KEY, COUN_NAME, COUN_COUNTRY_DP — country-level identifiers and descriptions.
- POST_POSTCODE_PK_KEY, POST_NAME, POST_POSTCODE_DP and PCCY_POSTCODE_CITY_PK_KEY — postal code and postcode-city levels.
- AREA1 and AREA2 columns — two additional area nodes (ARE1_AREA1_PK_KEY, ARE2_AREA2_PK_KEY) providing finer geographic segmentation.
- CREATION_DATE, LAST_UPDATE_DATE — standard audit columns.
Each hierarchy level also carries _INSTANCE and USER_ATTRIBUTE1 through USER_ATTRIBUTE5 columns, providing source-system instance context and five extensibility slots per node. The surrogate key GLOC_LOCATION_PK_KEY should be used for joins and referential integrity, while GLOC_LOCATION_PK plus GLOC_LOCATION_PK_KEY is the documented composite business key.
Common Use Cases and Queries
The primary use cases for this dimension are geographic aggregation of purchasing and spend data and hierarchical rollups from location to city, state, region, and country. A typical pattern joins the surrogate key back to the location node:
- SELECT GLOC_LOCATION_PK_KEY, GLOC_NAME, CITY_NAME, STAT_NAME, COUN_NAME FROM EDW_GEOGRAPHY_M WHERE COUN_COUNTRY_PK_KEY = :country;
- Spend or sourcing analysis grouped by geography: SELECT COUN_NAME, SUM(fact.amount) FROM fact_table fact JOIN EDW_GEOGRAPHY_M geo ON fact.GLOC_LOCATION_PK_KEY = geo.GLOC_LOCATION_PK_KEY GROUP BY COUN_NAME;
- Hierarchy validation queries using the _DP designator columns to confirm the level at which each row is stored.
- Postal-code or city-level filters for regional supplier and requisition reporting.
Because the object is marked as not implemented and the POA module is obsolete, these patterns should be validated against the actual deployed schema before use.
Related Objects
The metadata provides no external foreign key relationships from EDW_GEOGRAPHY_M, consistent with its standalone Data Vault classification. Related objects must therefore be inferred from standard EBS geography structures and typical Purchasing Intelligence star-schema designs:
- EDW_GEOGRAPHY_M_PK — the documented primary key constraint on GLOC_LOCATION_PK_KEY.
- EDW_GEOGRAPHY_M_U1 and EDW_GEOGRAPHY_M_U2 — the unique indexes enforcing the composite and single-column business keys.
- HR_LOCATIONS_ALL and HR_LOCATIONS_ALL_TL — the typical operational source of GLOC_LOCATION_PK and address attributes.
- HZ_LOCATIONS and HZ_GEOGRAPHIES — Trading Community Architecture geography structures underlying city, state, and country data.
- FND_TERRITORIES — reference source for COUN_COUNTRY_PK and country naming.
- POA fact tables such as purchasing spend and supplier performance facts — the analytic consumers joining on GLOC_LOCATION_PK_KEY.
All related-object references should be confirmed against the deployed 12.1.1 or 12.2.2 schema, given the table's documented non-implemented status.
-
Table: EDW_GEOGRAPHY_M
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , description: Geography dimension table , implementation_dba_data: Not implemented in this database ,
-
Table: EDW_GEOGRAPHY_M
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOGRAPHY_M POA.EDW_GEOGRAPHY_M, object_name:EDW_GEOGRAPHY_M, status:VALID, product: BIS - Applications BIS , implementation_dba_data: POA.EDW_GEOGRAPHY_M ,
-
Table: EDW_GEOGRAPHY_M
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOGRAPHY_M POA.EDW_GEOGRAPHY_M, object_name:EDW_GEOGRAPHY_M, status:VALID, product: POA - Purchasing Intelligence , description: Geography dimension table , implementation_dba_data: POA.EDW_GEOGRAPHY_M ,
-
Table: EDW_GEOGRAPHY_M
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.EDW_GEOGRAPHY_M
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_GEOGRAPHY_M, status:VALID,
-
VIEW: APPS.ISC_EDW_ORDER_ENTRY_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORD_RECV_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_RECEIVE_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_BACKLOG_S
12.1.1
-
VIEW: APPS.POA_REP_PO_PURCHASES_V
12.1.1
-
VIEW: APPS.POA_REP_AP_SPEND_V
12.1.1
-
VIEW: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
-
VIEW: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
-
View: ISC_EDW_RECEIVE_PAY_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORD_RECV_PAY_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORD_RECV_PAY_CYCLE_S, object_name:ISC_EDW_ORD_RECV_PAY_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Procure to Pay Cycle Time reports , implementation_dba_data: APPS.ISC_EDW_ORD_RECV_PAY_CYCLE_S ,
-
View: ISC_EDW_ORD_RECV_PAY_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Procure to Pay Cycle Time reports , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_GROSS_MARGIN_V, object_name:OPI_EDW_PRODUCT_GROSS_MARGIN_V, status:VALID, product: OPI - Operations Intelligence , description: Product Gross Margin report source view , implementation_dba_data: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V ,
-
View: ISC_EDW_BACKLOG_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOG_S, object_name:ISC_EDW_BACKLOG_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Backlog reports , implementation_dba_data: APPS.ISC_EDW_BACKLOG_S ,
-
View: ISC_EDW_RECEIVE_PAY_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_RECEIVE_PAY_CYCLE_S, object_name:ISC_EDW_RECEIVE_PAY_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_EDW_RECEIVE_PAY_CYCLE_S ,
-
View: OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Product Gross Margin report source view , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
View: ISC_EDW_BACKLOG_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Backlog reports , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: ISC_EDW_ORDER_SHIP_VOLUME_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Ship Volume report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_BOOK_TO_SHIP_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Book to Ship and Book to Pick Cycle Time reports , implementation_dba_data: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S ,
-
View: ISC_EDW_BOOK_FULFILL_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Book to Fulfill Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_FULFILL_VOLUME_S, object_name:ISC_EDW_ORDER_FULFILL_VOLUME_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Fulfill Volume report , implementation_dba_data: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S ,
-
View: ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Pick to Ship Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORDER_ENTRY_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_ENTRY_S, object_name:ISC_EDW_ORDER_ENTRY_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Entry Cycle Time report , implementation_dba_data: APPS.ISC_EDW_ORDER_ENTRY_S ,
-
View: ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Book to Ship and Book to Pick Cycle Time reports , implementation_dba_data: Not implemented in this database ,
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
View: ISC_EDW_ORDER_ENTRY_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Entry Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_SHIP_S
12.1.1
-
View: ISC_EDW_ORDER_FULFILL_VOLUME_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Fulfill Volume report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_PICK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_PICK_TO_SHIP_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Pick to Ship Cycle Time report , implementation_dba_data: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S ,
-
View: ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_FULFILL_CYCLE_S, object_name:ISC_EDW_BOOK_FULFILL_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Book to Fulfill Cycle Time report , implementation_dba_data: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S ,
-
View: ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_SHIP_VOLUME_S, object_name:ISC_EDW_ORDER_SHIP_VOLUME_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Ship Volume report , implementation_dba_data: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S ,
-
VIEW: APPS.OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_SALES_REV_V, object_name:OPI_EDW_PRODUCT_SALES_REV_V, status:VALID,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Product Sales Revenue report source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_GROSS_MARGIN_V, object_name:OPI_EDW_PRODUCT_GROSS_MARGIN_V, status:VALID,
-
VIEW: APPS.POA_REP_AP_SPEND_V
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_AP_SPEND_V, status:VALID,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_SALES_REV_V, object_name:OPI_EDW_PRODUCT_SALES_REV_V, status:VALID, product: OPI - Operations Intelligence , description: Product Sales Revenue report source view , implementation_dba_data: APPS.OPI_EDW_PRODUCT_SALES_REV_V ,
-
View: ISC_EDW_ORDER_FULFILL_SHIP_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_FULFILL_SHIP_S, object_name:ISC_EDW_ORDER_FULFILL_SHIP_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the One-Day Book to Ship reports , implementation_dba_data: APPS.ISC_EDW_ORDER_FULFILL_SHIP_S ,
-
VIEW: APPS.OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
-
View: ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_BILLINGS_S, object_name:ISC_EDW_BOOKINGS_BILLINGS_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Bookings reports , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_BILLINGS_S ,