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


TABLE: MSC.MSC_ST_TRIP_STOPS

Object Details
Object Name: MSC_ST_TRIP_STOPS
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


The staging table used by the collection program to validate and process data for table MSC_TRIP_STOPS.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
STOP_ID NUMBER

Stop ID
STOP_LOCATION_ID NUMBER

Location ID
STATUS_CODE VARCHAR2 (2)
Stop Status Code OP-Open IT-Intransit CL -Closed
STOP_SEQUENCE_NUMBER NUMBER

Indicate sequence of stops on trips.
PLANNED_ARRIVAL_DATE DATE

Date on which trip is planned to arrive at the stop
PLANNED_DEPARTURE_DATE DATE

Date on which trip is planned to depart from stop.
TRIP_ID NUMBER

Trip Identifier
SR_INSTANCE_ID NUMBER

Instance Identifier
DELETED_FLAG NUMBER

Deleted Flag
REFRESH_ID NUMBER

Refresh Number
Query Text

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


SELECT STOP_ID
,      STOP_LOCATION_ID
,      STATUS_CODE
,      STOP_SEQUENCE_NUMBER
,      PLANNED_ARRIVAL_DATE
,      PLANNED_DEPARTURE_DATE
,      TRIP_ID
,      SR_INSTANCE_ID
,      DELETED_FLAG
,      REFRESH_ID
FROM MSC.MSC_ST_TRIP_STOPS;

Dependencies

[top of page]

MSC.MSC_ST_TRIP_STOPS does not reference any database object

MSC.MSC_ST_TRIP_STOPS is referenced by following:

SchemaMSC
ViewMSC_ST_TRIP_STOPS#