[Home] [Help]
[Dependency Information]
| Object Name: | MST_VIO_CAR_RULE_TIME_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. trip_id that caused exception. | ||
| MODE_OF_TRANSPORT | VARCHAR2 | (30) | Truck, LTL, Ocean, Parcel etc | |
| CARRIER_ID | NUMBER | If 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 violating carrier rule | ||
| 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 | |
| TOTAL_TIME | VARCHAR2 | (20) | Actual trip time | |
| MAX_TOTAL_TIME | VARCHAR2 | (20) | Maximum allowed trip time | |
| NUMBER1 | VARCHAR2 | (20) | Total hours driving inside 24 hrs moving time window that violates carrier rule. | |
| MAXIMUM_DRIVING_TIME_IN_24HR | VARCHAR2 | (20) | Maximum allowed driving time in 24 hours | |
| NUMBER2 | VARCHAR2 | (20) | Total hours on-duty inside 24 hrs moving time window that violates carrier rule. | |
| MAXIMUM_DUTY_TIME_IN_24HR | VARCHAR2 | (20) | Maximum allowed duty time in 24 hours | |
| NUMBER3 | VARCHAR2 | (20) | Actual layover time | |
| MIN_LAYOVER_TIME | VARCHAR2 | (20) | Minimum allowed layover time | |
| 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
, TOTAL_TIME
, MAX_TOTAL_TIME
, NUMBER1
, MAXIMUM_DRIVING_TIME_IN_24HR
, NUMBER2
, MAXIMUM_DUTY_TIME_IN_24HR
, NUMBER3
, MIN_LAYOVER_TIME
, STATUS
, THRESHOLD
, SOURCE_TABLE_NAME
, WORKFLOW_STATUS
FROM APPS.MST_VIO_CAR_RULE_TIME_V;
APPS
FND_PROFILE
- show dependent code
MFG_LOOKUPS
MST_CM_TRIPS
MST_EXCEPTION_DETAILS
MST_TRIPS
MST_WB_UTIL
- show dependent code
WSH_CARRIERS
WSH_LOOKUPS
APPS.MST_VIO_CAR_RULE_TIME_V is not referenced by any database object
|
|
|
|