[Home] [Help]
[Dependency Information]
Object Name: | OKI_HSHIPTO_DTL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
Shipping information for a contract. Includes information like shipping party, location ,party account etc
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SHIP_SITE_ID | NUMBER | (15) | Yes | identifier used to identify the shipping address of the customer account |
SHIP_TO_PARTY_ACCOUNT | VARCHAR2 | (603) | Shipping Party Account | |
SHIP_TO_LOCATION | VARCHAR2 | (40) | Yes | Shipping Location |
SHIP_TO_ADDRESS1 | VARCHAR2 | (240) | Yes | Shipping Address1 |
SHIP_TO_ADDRESS2 | VARCHAR2 | (240) | Shipping Address2 | |
SHIP_TO_ADDRESS3 | VARCHAR2 | (240) | Shipping Address3 | |
SHIP_TO_CITY | VARCHAR2 | (60) | City for shipping | |
SHIP_TO_POSTAL_CODE | VARCHAR2 | (60) | Postal Code of Shipping Site | |
SHIP_TO_STATE | VARCHAR2 | (60) | Ship to State | |
SHIP_TO_COUNTRY | VARCHAR2 | (60) | Yes | Ship to Country |
Cut, paste (and edit) the following text to query this object:
SELECT SHIP_SITE_ID
, SHIP_TO_PARTY_ACCOUNT
, SHIP_TO_LOCATION
, SHIP_TO_ADDRESS1
, SHIP_TO_ADDRESS2
, SHIP_TO_ADDRESS3
, SHIP_TO_CITY
, SHIP_TO_POSTAL_CODE
, SHIP_TO_STATE
, SHIP_TO_COUNTRY
FROM APPS.OKI_HSHIPTO_DTL_V;
APPS.OKI_HSHIPTO_DTL_V is not referenced by any database object
|
|
|