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


TABLE: WSH.WSH_REGIONS_GLOBAL_DATA

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

Temporary Table Details

WSH.WSH_REGIONS_GLOBAL_DATA is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
REGION_ID NUMBER

REGION_TYPE NUMBER

PARENT_REGION_ID NUMBER

COUNTRY VARCHAR2 (60)
STATE VARCHAR2 (60)
CITY VARCHAR2 (60)
COUNTRY_CODE VARCHAR2 (10)
STATE_CODE VARCHAR2 (10)
CITY_CODE VARCHAR2 (10)
POSTAL_CODE_FROM VARCHAR2 (60)
POSTAL_CODE_TO VARCHAR2 (60)
LANGUAGE VARCHAR2 (4)
Query Text

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


SELECT REGION_ID
,      REGION_TYPE
,      PARENT_REGION_ID
,      COUNTRY
,      STATE
,      CITY
,      COUNTRY_CODE
,      STATE_CODE
,      CITY_CODE
,      POSTAL_CODE_FROM
,      POSTAL_CODE_TO
,      LANGUAGE
FROM WSH.WSH_REGIONS_GLOBAL_DATA;

Dependencies

[top of page]

WSH.WSH_REGIONS_GLOBAL_DATA does not reference any database object

WSH.WSH_REGIONS_GLOBAL_DATA is referenced by following:

SchemaAPPS
SynonymWSH_REGIONS_GLOBAL_DATA