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


VIEW: APPS.MST_VIO_CAR_RULE_STOPS_V

Object Details
Object Name: MST_VIO_CAR_RULE_STOPS_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
Yes FK to mst_plans
EXCEPTION_TYPE NUMBER
Yes Lookup_Code of lookup_type = 'MST_EXCEPTION_TYPE'
TRIP_ID NUMBER
Yes FK to mst_trips. trip_id that caused exception.
MODE_OF_TRANSPORT VARCHAR2 (30)
Truck, LTL, Ocean, Parcel etc
CARRIER_ID NUMBER

Id of vendor providing (trip) service
EXCEPTION_DETAIL_ID NUMBER
Yes 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) Yes Name of vendor providing (trip) service
SERVICE_LEVEL VARCHAR2 (30)
Untranslated service level of current trip
SERVICE_LEVEL_TL VARCHAR2 (80) Yes Translated service level of current trip
NUMBER1 NUMBER

Actual number of stops
NUMBER2 NUMBER

Maximum number of stops
STATUS VARCHAR2 (80) Yes Generated, closed etc. lookup_type ='MST_EXCEPTION_STATUS'
THRESHOLD VARCHAR2 (20)
Threshold value for this exception type concatenated with its UOM
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
,      STATUS
,      THRESHOLD
,      WORKFLOW_STATUS
FROM APPS.MST_VIO_CAR_RULE_STOPS_V;

Dependencies

[top of page]

APPS.MST_VIO_CAR_RULE_STOPS_V references the following:

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

APPS.MST_VIO_CAR_RULE_STOPS_V is not referenced by any database object