[Home] [Help]
[Dependency Information]
| Object Name: | MST_FTE_LOCATION_MILE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| 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 |
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;
APPS
FTE_LOCATION_MILEAGES
APPS.MST_FTE_LOCATION_MILE_V is not referenced by any database object
|
|
|
|