[Home] [Help]
[Dependency Information]
Object Name: | WSH_ZONE_REGIONS |
---|---|
Object Type: | TABLE |
Owner: | WSH |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores hierarchy for zones. Each region component of a zone has a record in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WSH_ZONE_REGIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
WSH_ZONE_REGIONS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
WSH_ZONE_REGIONS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ZONE_REGION_ID | NUMBER | Yes | Primary key for the table | |
REGION_ID | NUMBER | Yes | Foreign key to WSH_REGIONS for region component | |
PARENT_REGION_ID | NUMBER | Yes | Foreign key to WSH_REGIONS for zone (parent) | |
PARTY_ID | NUMBER | Foreign key to HZ_PARTIES (for future use) | ||
CREATED_BY | NUMBER | Yes | Who column | |
CREATION_DATE | DATE | Yes | Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Who column | |
LAST_UPDATE_DATE | DATE | Yes | Who column | |
LAST_UPDATE_LOGIN | NUMBER | Who column | ||
ZONE_FLAG | VARCHAR2 | (1) | 'Y' - denotes that the entry is a region component of a zone | |
POSTAL_CODE_FROM | VARCHAR2 | (60) | Postal Code range From qualifying value for region components. | |
POSTAL_CODE_TO | VARCHAR2 | (60) | Postal Code range To qualifying value for region components. |
Cut, paste (and edit) the following text to query this object:
SELECT ZONE_REGION_ID
, REGION_ID
, PARENT_REGION_ID
, PARTY_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZONE_FLAG
, POSTAL_CODE_FROM
, POSTAL_CODE_TO
FROM WSH.WSH_ZONE_REGIONS;
WSH.WSH_ZONE_REGIONS does not reference any database object
WSH.WSH_ZONE_REGIONS is referenced by following:
|
|
|