Search Results country_fk
Overview
APPS.EDW_GEOG_REGION_LCV is a reporting-layer view in the Oracle E-Business Suite (12.1.1 and 12.2.2) Enterprise Data Warehouse (EDW) schema. The suffix "LCV" denotes a "Local Country View," a family of EDW objects designed to expose region and country reference data for dimensional reporting and extract-transform-load pipelines. The view collapses geographic information to the country level and presents a single, source-neutral representation of a country as a reporting "region."
Rather than describing geographic hierarchies, EDW_GEOG_REGION_LCV treats the country code itself as the region key. This makes it a lightweight dimension source for downstream EDW fact loads, geographic roll-up reporting, and cross-application integration where a common country key is required across Procurement, Human Resources, and Customer/Receivables data. Because the region identity is derived directly from the country code, no separate geography maintenance is needed to produce the region-level dimension.
Underlying Base Objects
The view is defined as a three-branch UNION ALL, each branch drawing from a different application source and cross-joining to EDW_LOCAL_INSTANCE. The documented base objects are:
- PO_VENDOR_SITES_ALL — supplier site addresses (Procurement), contributing the "Supplier Site" branch.
- HR_LOCATIONS_ALL — HR location records, contributing the "HR_LOCATIONS EXTRACT" branch.
- HZ_LOCATIONS — the Trading Community Architecture (TCA) location table behind RA_ADDRESSES and customer addresses, contributing the "RA_ADDRESSES (customers, HZ_LOCATIONS) EXTRACT" branch.
- EDW_LOCAL_INSTANCE — cross-joined in every branch to supply the INSTANCE_CODE value that identifies the source EBS instance.
In each branch, the COUNTRY column of the respective base table is the driving attribute. No documented foreign keys or lookup joins are declared; the union is composed purely of these base tables. The "CUTY" literal appended to the country value indicates the country-level ("Country") grain of the region key.
Key Columns
- REGION_PK — concatenation of COUNTRY, a hyphen, and the literal 'CUTY'; the surrogate primary key for the region dimension.
- COUNTRY_FK — the country code, exposed as the foreign key. This is the column returned when users search for "country_fk" and is the join key to country or geography dimensions.
- REGION_DP — the descriptive/display value, set equal to COUNTRY.
- NAME — the country name, also set to COUNTRY in this view.
- INSTANCE — ELI.INSTANCE_CODE from EDW_LOCAL_INSTANCE, identifying the originating EBS instance.
- CREATION_DATE / LAST_UPDATE_DATE — audit timestamps carried from the source base table of each branch.
- USER_ATTRIBUTE1 through USER_ATTRIBUTE5 — reserved placeholders, all NULL, retained to satisfy the standard EDW dimension interface.
Common Use Cases and Queries
The principal use is populating or validating a country/region dimension and resolving country-level foreign keys. A typical query retrieving distinct countries with their region keys:
SELECT DISTINCT region_pk, country_fk, name, instance FROM apps.edw_geog_region_lcv;
To join EDW fact or staging data to the region dimension on the country foreign key:
SELECT f.*, g.region_pk FROM apps.edw_fact_table f JOIN apps.edw_geog_region_lcv g ON f.country_fk = g.country_fk;
Because the same country may appear from supplier sites, HR locations, and HZ locations, analysts frequently filter by source to avoid duplicate country rows, or aggregate with DISTINCT. The view is also used during EDW loads to reconcile country codes present in Procurement, HR, and TCA against a single instance-scoped list. Note that the view carries no zone or territory detail; all geographic reporting is intentionally flattened to the country grain.
-
VIEW: APPS.EDW_GEOG_REGION_LCV
12.1.1
-
View: EDW_GEOG_REGION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_REGION_LCV, object_name:EDW_GEOG_REGION_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_REGION_LCV ,
-
View: EDW_GEOG_REGION_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
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: 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: EDW_GEOG_REGION_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
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: EDW_GEOG_REGION_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
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_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_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: 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_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_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: 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_PICK_TO_SHIP_CYCLE_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_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: APPS.ISC_EDW_BACKLOG_S
12.1.1
-
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: APPS.ISC_EDW_RECEIVE_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORD_RECV_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.EDW_GEOG_REGION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_REGION_LCV, object_name:EDW_GEOG_REGION_LCV, status:VALID,
-
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 ,
-
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: 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: APPS.ISC_EDW_ORDER_ENTRY_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
-
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.ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S
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 ,
-
View: ISC_EDW_ORDER_FULFILL_SHIP_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the One-Day Book to Ship reports , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
-
View: ISC_EDW_BOOKINGS_BILLINGS_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Bookings reports , implementation_dba_data: Not implemented in this database ,
-
TABLE: POA.EDW_GEOG_REGION_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOG_REGION_LTC POA.EDW_GEOG_REGION_LTC, object_name:EDW_GEOG_REGION_LTC, status:VALID,
-
VIEW: APPS.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,
-
TABLE: POA.EDW_GEOG_REGION_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_GEOG_REGION_LSTG POA.EDW_GEOG_REGION_LSTG, object_name:EDW_GEOG_REGION_LSTG, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1