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


VIEW: APPS.MST_CUST_CUST_INCOMP_V

Object Details
Object Name: MST_CUST_CUST_INCOMP_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 Exception type
EXCEPTION_DETAIL_ID NUMBER
Yes FK to mst_exception_details
TRIP_ID NUMBER
Yes FK to mst_trips
MODE_OF_TRANSPORT VARCHAR2 (30)
Truck, LTL, Ocean, Parcel etc
CARRIER_ID NUMBER

Vendor providing (trip) service
CUSTOMER_ID1 NUMBER

Customer id
CUSTOMER_ID2 NUMBER

Customer id
DELIVERY_DETAIL_ID1 NUMBER

contains delivery_id of first customer
DELIVERY_DETAIL_ID2 NUMBER

contains delivery_id of second customer
TRIP_NUMBER NUMBER

Trip number with in plan
MODE_OF_TRANSPORT_TL VARCHAR2 (80) Yes Truck, Parcel, etc.,
CARRIER_NAME VARCHAR2 (30) Yes Carrier name
CUSTOMER1 VARCHAR2 (360) Yes Customer 1
CUSTOMER2 VARCHAR2 (360) Yes Customer 2
STATUS VARCHAR2 (80) Yes Exception status
WORKFLOW_STATUS VARCHAR2 (20)
Workflow status of exception
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_ID
,      EXCEPTION_TYPE
,      EXCEPTION_DETAIL_ID
,      TRIP_ID
,      MODE_OF_TRANSPORT
,      CARRIER_ID
,      CUSTOMER_ID1
,      CUSTOMER_ID2
,      DELIVERY_DETAIL_ID1
,      DELIVERY_DETAIL_ID2
,      TRIP_NUMBER
,      MODE_OF_TRANSPORT_TL
,      CARRIER_NAME
,      CUSTOMER1
,      CUSTOMER2
,      STATUS
,      WORKFLOW_STATUS
FROM APPS.MST_CUST_CUST_INCOMP_V;

Dependencies

[top of page]

APPS.MST_CUST_CUST_INCOMP_V references the following:

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

APPS.MST_CUST_CUST_INCOMP_V is not referenced by any database object