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


VIEW: APPS.MST_R_MASTER_SUM_CARR_DET_V

Object Details
Object Name: MST_R_MASTER_SUM_CARR_DET_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

Unique identifier for plan
CARRIER_ID NUMBER

Vendor providing (trip) service
FREIGHT_CODE VARCHAR2 (30)
carrier name
MOVEMENTS NUMBER

total carrier trips in the plan
COST NUMBER

total allocated transport cost of all the carrier trips in the plan
MODE_OF_TRANSPORT VARCHAR2 (10)
TL / LTL / Parcel
Query Text

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


SELECT PLAN_ID
,      CARRIER_ID
,      FREIGHT_CODE
,      MOVEMENTS
,      COST
,      MODE_OF_TRANSPORT
FROM APPS.MST_R_MASTER_SUM_CARR_DET_V;

Dependencies

[top of page]

APPS.MST_R_MASTER_SUM_CARR_DET_V references the following:

SchemaAPPS
SynonymMST_MAST_SUM_REPORT_TEMP_GT

APPS.MST_R_MASTER_SUM_CARR_DET_V is not referenced by any database object