[Home] [Help]
[Dependency Information]
Object Name: | WSH_XC_TRIP_STOPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRIP_STOP_ID | NUMBER | Yes | ||
TRIP_ID | NUMBER | Yes | ||
TRIP_NAME | VARCHAR2 | (30) | Yes | |
STOP_LOCATION_ID | NUMBER | Yes | ||
STOP_SEQUENCE_NUMBER | NUMBER | Yes | ||
LOCATION_CODE | VARCHAR2 | (500) | ||
ADDRESS2 | VARCHAR2 | (240) | Address line 2 | |
ADDRESS3 | VARCHAR2 | (240) | Address line 3 | |
ADDRESS4 | VARCHAR2 | (240) | Address Line 4 | |
POSTAL_CODE | VARCHAR2 | (60) | ||
COUNTRY | VARCHAR2 | (120) |
Cut, paste (and edit) the following text to query this object:
SELECT TRIP_STOP_ID
, TRIP_ID
, TRIP_NAME
, STOP_LOCATION_ID
, STOP_SEQUENCE_NUMBER
, LOCATION_CODE
, ADDRESS2
, ADDRESS3
, ADDRESS4
, POSTAL_CODE
, COUNTRY
FROM APPS.WSH_XC_TRIP_STOPS_V;
|
|
|