DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WSH_XC_TRIP_STOPS_V

Object Details
Object Name: WSH_XC_TRIP_STOPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSH.WSH_XC_TRIP_STOPS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.WSH_XC_TRIP_STOPS_V references the following:

SchemaAPPS
SynonymWSH_LOCATIONS
SynonymWSH_TRIPS
SynonymWSH_TRIP_STOPS
APPS.WSH_XC_TRIP_STOPS_V is referenced by following:

SchemaAPPS
Package BodyWSH_EXCEPTIONS_GRP - show dependent code