[Home] [Help]
[Dependency Information]
| Object Name: | MST_R_MASTER_SUM_CARR_DET_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 | 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 |
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;
APPS
MST_MAST_SUM_REPORT_TEMP_GT
APPS.MST_R_MASTER_SUM_CARR_DET_V is not referenced by any database object
|
|
|
|