[Home] [Help]
[Dependency Information]
| Object Name: | MST_VIO_CAR_RULE_DISTANCE_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 |
|---|---|---|---|---|
| PLAN_ID | NUMBER | FK to mst_plans | ||
| EXCEPTION_TYPE | NUMBER | Lookup_Code of lookup_type = 'MST_EXCEPTION_TYPE' | ||
| TRIP_ID | NUMBER | FK to mst_trips | ||
| MODE_OF_TRANSPORT | VARCHAR2 | (30) | Truck, LTL, Ocean, Parcel etc | |
| CARRIER_ID | NUMBER | Id of vendor providing (trip) service | ||
| EXCEPTION_DETAIL_ID | NUMBER | Id of the exception record. FK to mst_exception_details | ||
| TRIP_NUMBER | NUMBER | Trip number with in plan over which violation occured | ||
| CARRIER_NAME | VARCHAR2 | (30) | Name of vendor providing (trip) service | |
| SERVICE_LEVEL | VARCHAR2 | (30) | Untranslated service level of current trip | |
| SERVICE_LEVEL_TL | VARCHAR2 | (80) | Translated service level of current trip | |
| NUMBER1 | NUMBER | Total trip distance travelled | ||
| NUMBER2 | NUMBER | Maximum trip distance allowed | ||
| NUMBER3 | NUMBER | Distance travelled within 24 hours | ||
| NUMBER4 | NUMBER | Maximum distance allowed within 24 hours | ||
| DISTANCE_UOM | VARCHAR2 | (3) | UOM of distance in plan as in mst_plans | |
| STATUS | VARCHAR2 | (80) | Generated, closed etc. lookup_type ='MST_EXCEPTION_STATUS' | |
| THRESHOLD | VARCHAR2 | (20) | Threshold value for this exception type concatenated with its UOM | |
| SOURCE_TABLE_NAME | VARCHAR2 | (12) | This view is based upon the two select with union all. At a time one will return record. One select pertains to trip violation where other pertains to violation by continuous move . This column differentiate records returned by two selects. | |
| WORKFLOW_STATUS | VARCHAR2 | (20) | Workflow flag whether notification sent or not |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, EXCEPTION_TYPE
, TRIP_ID
, MODE_OF_TRANSPORT
, CARRIER_ID
, EXCEPTION_DETAIL_ID
, TRIP_NUMBER
, CARRIER_NAME
, SERVICE_LEVEL
, SERVICE_LEVEL_TL
, NUMBER1
, NUMBER2
, NUMBER3
, NUMBER4
, DISTANCE_UOM
, STATUS
, THRESHOLD
, SOURCE_TABLE_NAME
, WORKFLOW_STATUS
FROM APPS.MST_VIO_CAR_RULE_DISTANCE_V;
APPS
MFG_LOOKUPS
MST_CM_TRIPS
MST_EXCEPTION_DETAILS
MST_PLANS
MST_TRIPS
MST_WB_UTIL
- show dependent code
WSH_CARRIERS
WSH_LOOKUPS
APPS.MST_VIO_CAR_RULE_DISTANCE_V is not referenced by any database object
|
|
|
|