[Home] [Help]
[Dependency Information]
| Object Name: | WSH_SHIP_TO_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WSH.WSH_SHIP_TO_LOCATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WSH_LOCATION_ID | NUMBER | Yes | Unique Location Id | |
| UI_LOCATION_CODE | VARCHAR2 | (500) | UI Location Code | |
| UI_SHORT_LOCATION_CODE | VARCHAR2 | (181) | Location code with city and address info |
Cut, paste (and edit) the following text to query this object:
SELECT WSH_LOCATION_ID
, UI_LOCATION_CODE
, UI_SHORT_LOCATION_CODE
FROM APPS.WSH_SHIP_TO_LOCATIONS_V;
APPS
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES_ALL
HZ_PARTIES
HZ_PARTY_SITES
WSH_LOCATIONS
APPS.WSH_SHIP_TO_LOCATIONS_V is not referenced by any database object
|
|
|
|