DBA Data[Home] [Help] [Dependency Information]


TABLE: WSH.WSH_REGION_LOCATIONS

Object Details
Object Name: WSH_REGION_LOCATIONS
Object Type: TABLE
Owner: WSH
FND Design Data: TableWSH.WSH_REGION_LOCATIONS
Subobject Name:
Status: VALID


Stores mapping of locations to regions. This includes separate records for the most specific region mapped as well as records for its parents.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WSH_REGION_LOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREGION_ID
ColumnLOCATION_ID
WSH_REGION_LOCATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREGION_TYPE
WSH_REGION_LOCATIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_ID
WSH_REGION_LOCATIONS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_TYPE
Columns
Name Datatype Length Mandatory Comments
REGION_ID NUMBER

Region Indentifier. Foreign key to WSH_REGIONS.REGION_ID
LOCATION_ID NUMBER
Yes Location Identifier. Foreign key to either HR_LOCATIONS.LOCATION_ID OR HZ_LOCATIONS.LOCATION_ID
REGION_TYPE NUMBER

Region level Identifier (0 - Country, 1 - State, 2 - City ,3 - Postal Code)
LAST_UPDATE_DATE DATE
Yes Standard Who Column
PARENT_REGION_FLAG VARCHAR2 (1)
Flag to indicate whether the region is a parent region.
EXCEPTION_TYPE VARCHAR2 (1)
Indicates whether an exception occurred during mapping process.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LOCATION_SOURCE VARCHAR2 (4)
Location source Identifier, 'HR' or 'HZ'.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REGION_ID
,      LOCATION_ID
,      REGION_TYPE
,      LAST_UPDATE_DATE
,      PARENT_REGION_FLAG
,      EXCEPTION_TYPE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LOCATION_SOURCE
FROM WSH.WSH_REGION_LOCATIONS;

Dependencies

[top of page]

WSH.WSH_REGION_LOCATIONS does not reference any database object

WSH.WSH_REGION_LOCATIONS is referenced by following:

SchemaAPPS
SynonymWSH_REGION_LOCATIONS