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


VIEW: APPS.WSH_SRS_TRIP_STOPS_V

Object Details
Object Name: WSH_SRS_TRIP_STOPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSH.WSH_SRS_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
STOP_ID NUMBER
Yes
STOP_DESCRIPTION VARCHAR2 (223)
STOP_LOCATION_ID NUMBER
Yes
LOCATION_CODE VARCHAR2 (181)
LOCATION_DESCRIPTION VARCHAR2 (500)
TRIP_ID NUMBER
Yes
PENDING_INTERFACE_FLAG VARCHAR2 (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT STOP_ID
,      STOP_DESCRIPTION
,      STOP_LOCATION_ID
,      LOCATION_CODE
,      LOCATION_DESCRIPTION
,      TRIP_ID
,      PENDING_INTERFACE_FLAG
FROM APPS.WSH_SRS_TRIP_STOPS_V;

Dependencies

[top of page]

APPS.WSH_SRS_TRIP_STOPS_V references the following:

SchemaAPPS
SynonymWSH_LOCATIONS
SynonymWSH_TRIPS
SynonymWSH_TRIP_STOPS

APPS.WSH_SRS_TRIP_STOPS_V is not referenced by any database object