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


VIEW: APPS.MST_FTE_LOCATION_MILE_V

Object Details
Object Name: MST_FTE_LOCATION_MILE_V
Object Type: VIEW
Owner: APPS
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
ORIGIN_ID NUMBER
Yes This column stores the original location ID
DESTINATION_ID NUMBER
Yes This column stores the destination location ID
IDENTIFIER_TYPE VARCHAR2 (30) Yes Type of identifier in this OD pair
DISTANCE NUMBER

value of the distance between the OD pair
DISTANCE_UOM VARCHAR2 (3)
UOM for distance between the OD pair
TRANSIT_TIME NUMBER

value of transit time between the OD pair
TRANSIT_TIME_UOM VARCHAR2 (3)
UOM for transit time between the OD pair
Query Text

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


SELECT ORIGIN_ID
,      DESTINATION_ID
,      IDENTIFIER_TYPE
,      DISTANCE
,      DISTANCE_UOM
,      TRANSIT_TIME
,      TRANSIT_TIME_UOM
FROM APPS.MST_FTE_LOCATION_MILE_V;

Dependencies

[top of page]

APPS.MST_FTE_LOCATION_MILE_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_MILEAGES

APPS.MST_FTE_LOCATION_MILE_V is not referenced by any database object