[Home] [Help]
[Dependency Information]
| Object Name: | WSH_REGIONS_GLOBAL_DATA |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| FND Design Data: | WSH.WSH_REGIONS_GLOBAL_DATA
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| 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) |
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;
WSH.WSH_REGIONS_GLOBAL_DATA does not reference any database object
WSH.WSH_REGIONS_GLOBAL_DATA is referenced by following:
APPS
WSH_REGIONS_GLOBAL_DATA
|
|
|
|