Search Results wsh_regions_interface
Overview
WSH_REGIONS_INTERFACE is a Shipping Execution (WSH) staging table in the Oracle E-Business Suite 12.1.1 and 12.2.2 data model. It serves as an inbound interface for region reference data, storing region records prior to validation and upload into the permanent region tables used by shipping and transportation configuration. The table resides in the WSH schema and is documented as VALID and Oracle proprietary/confidential. It is one of several WSH interface tables that isolate external or bulk-loaded data from the base reference tables, allowing batch cleansing, validation, and error handling before promotion.
Heuristically mined from its foreign-key structure, the object is classified in Data Vault terms as standalone, meaning it is not modeled as a dependent hub, link, or satellite. This classification should be treated as a modeling suggestion: the table behaves as a self-contained staging entity whose regional hierarchy is expressed via a self-referencing PARENT_REGION_ID rather than external foreign-key relationships.
Key Information Stored
The table contains 21 documented columns. The most significant are:
- REGION_ID — surrogate primary key (WSH_REGIONS_INTERFACE_PK1) and also the business-key candidate via unique index WSH_REGIONS_INTERFACE_U1.
- REGION_TYPE — classifies the region record, governing how the row is interpreted and promoted.
- PARENT_REGION_ID — self-referencing hierarchy pointer, establishing parent/child relationships among regions.
- COUNTRY_CODE, COUNTRY_REGION_CODE, STATE_CODE, CITY_CODE — geographic identifiers for country, region, state, and city levels.
- PORT_FLAG, AIRPORT_FLAG, ROAD_TERMINAL_FLAG, RAIL_TERMINAL_FLAG — transportation node indicators describing the region's logistics role.
- LONGITUDE, LATITUDE, TIMEZONE — geospatial and time attributes used for routing and distance calculations.
- ZONE_LEVEL — indicates the hierarchical level of the zone.
- PROCESSED_FLAG — status marker controlling whether a row has been uploaded into the base tables.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Typical usage involves bulk-loading region data from external sources and then selecting unprocessed rows for validation and upload. A common pattern is:
- Identifying pending records:
SELECT region_id, region_type, country_code FROM wsh_regions_interface WHERE processed_flag = 'N'; - Resolving hierarchies: joining the table to itself on
parent_region_id = region_idto reconstruct the regional tree. - Reporting transportation coverage by counting records grouped by the port/airport/road/rail flags, or aggregating by country and state codes.
- Validating geography by checking latitude/longitude and timezone completeness before promotion.
The PROCESSED_FLAG column is central to interface control; rows are written, validated, and then flagged once the corresponding base-table record is created.
Related Objects
Because the metadata classifies the table as standalone, explicit FK relationships to other objects are not documented. Its functional dependencies are instead inferred from the shipping reference model:
- Base region reference tables in the WSH schema that receive the promoted rows.
- WSH_REGIONS_INTERFACE_U1 and WSH_REGIONS_INTERFACE_PK1 — unique and primary key indexes on REGION_ID.
- Shipping and transportation configuration components that consume the geographic hierarchy, transportation-node flags, and timezone data.
- Concurrent programs and APIs that read PROCESSED_FLAG to drive the upload cycle.
The self-join on PARENT_REGION_ID remains the primary internal relationship for hierarchical analysis.
-
Table: WSH_REGIONS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGIONS_INTERFACE, object_name:WSH_REGIONS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Regions interface table - used to store region data before upload into regular region tables , implementation_dba_data: WSH.WSH_REGIONS_INTERFACE ,
-
Table: WSH_REGIONS_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGIONS_INTERFACE, object_name:WSH_REGIONS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Regions interface table - used to store region data before upload into regular region tables , implementation_dba_data: WSH.WSH_REGIONS_INTERFACE ,
-
VIEW: WSH.WSH_REGIONS_INTERFACE#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_REGIONS_INTERFACE#, status:VALID,
-
SYNONYM: APPS.WSH_REGIONS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_REGIONS_INTERFACE, status:VALID,
-
SYNONYM: APPS.WSH_REGIONS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_REGIONS_INTERFACE, status:VALID,
-
VIEW: APPS.WSH_REGIONS_INTERFACE_V
12.1.1
-
VIEW: APPS.WSH_REGIONS_INTERFACE_V
12.2.2
-
VIEW: WSH.WSH_REGIONS_INTERFACE#
12.2.2
-
TABLE: WSH.WSH_REGIONS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGIONS_INTERFACE, object_name:WSH_REGIONS_INTERFACE, status:VALID,
-
TABLE: WSH.WSH_REGIONS_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGIONS_INTERFACE, object_name:WSH_REGIONS_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.FTE_REGION_ZONE_LOADER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FTE_REGION_ZONE_LOADER, status:VALID,
-
PACKAGE BODY: APPS.FTE_REGION_ZONE_LOADER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FTE_REGION_ZONE_LOADER, status:VALID,
-
View: WSH_REGIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGIONS_INTERFACE_V, object_name:WSH_REGIONS_INTERFACE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_REGIONS_INTERFACE_V ,
-
View: WSH_REGIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGIONS_INTERFACE_V, object_name:WSH_REGIONS_INTERFACE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_REGIONS_INTERFACE_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WSH_REGIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_REGIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.WSH_REGIONS_SEARCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_REGIONS_SEARCH_PKG, status:VALID,
-
PACKAGE BODY: APPS.WSH_REGIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_REGIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.WSH_REGIONS_SEARCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_REGIONS_SEARCH_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.WSH_REGIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGIONS_INTERFACE_V, object_name:WSH_REGIONS_INTERFACE_V, status:VALID,
-
VIEW: APPS.WSH_REGIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGIONS_INTERFACE_V, object_name:WSH_REGIONS_INTERFACE_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.WSH_REGIONS_PKG SQL Statements
12.1.1
-
APPS.WSH_REGIONS_PKG SQL Statements
12.2.2
-
APPS.FTE_REGION_ZONE_LOADER SQL Statements
12.1.1
-
APPS.FTE_REGION_ZONE_LOADER SQL Statements
12.2.2
-
APPS.FTE_REGION_ZONE_LOADER dependencies on WSH_REGIONS_INTERFACE
12.1.1
-
APPS.WSH_REGIONS_PKG dependencies on WSH_REGIONS_INTERFACE
12.1.1
-
APPS.WSH_REGIONS_SEARCH_PKG SQL Statements
12.2.2
-
APPS.WSH_REGIONS_SEARCH_PKG SQL Statements
12.1.1
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_INTERFACE
12.1.1
-
APPS.FTE_REGION_ZONE_LOADER dependencies on WSH_REGIONS_INTERFACE
12.2.2
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_INTERFACE
12.2.2
-
APPS.WSH_REGIONS_PKG dependencies on WSH_REGIONS_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.WSH_REGIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.WSH_REGIONS_PKG
12.2.2
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_TL_INTERFACE
12.1.1
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_TL_INTERFACE
12.2.2
-
APPS.WSH_REGIONS_PKG dependencies on WSH_REGIONS_TL_INTERFACE
12.1.1
-
APPS.WSH_REGIONS_PKG dependencies on WSH_REGIONS_TL_INTERFACE
12.2.2
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_TL
12.1.1
-
APPS.WSH_REGIONS_SEARCH_PKG dependencies on WSH_REGIONS_TL
12.2.2