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


VIEW: APPS.MST_VIO_CAR_RULE_DISTANCE_V

Object Details
Object Name: MST_VIO_CAR_RULE_DISTANCE_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
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
Query Text

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;

Dependencies

[top of page]

APPS.MST_VIO_CAR_RULE_DISTANCE_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymMST_CM_TRIPS
SynonymMST_EXCEPTION_DETAILS
SynonymMST_PLANS
SynonymMST_TRIPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymWSH_CARRIERS
ViewWSH_LOOKUPS

APPS.MST_VIO_CAR_RULE_DISTANCE_V is not referenced by any database object