[Home] [Help]
[Dependency Information]
Object Name: | MST_CARR_LOAD_SUMMARY_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. FK to PLAN_ID of MST_PLANS. | ||
CARRIER_ID | NUMBER | Vendor providing (trip) service. | ||
MODE_OF_TRANSPORT | VARCHAR2 | (6) | Truck, LTL, Ocean, Parcel etc | |
MODE_TYPE | NUMBER | Flag to indicate mode of transport. 0 => All,1=>TL, 2=>LTL,3=>Parcel. This is used to sort data (Fixed) before displaying in UI. | ||
FACILITY_ID | NUMBER | ID of Carrier Facility. | ||
TOTAL_TRIPS | NUMBER | Total trips to Carrier Facility. | ||
TOTAL_COST | NUMBER | Cost related to Carrier Facility. | ||
TOTAL_WEIGHT | NUMBER | Weight related to Carrier Facility. | ||
TOTAL_CUBE | NUMBER | Cube related to Carrier Facility. | ||
TOTAL_PALLETS | NUMBER | Pallets related to Carrier Facility. | ||
TOTAL_PIECES | NUMBER | Pieces related to Carrier Facility. | ||
TOTAL_ORDERS | NUMBER | Orders related to Carrier Facility. | ||
CURRENCY_UOM | VARCHAR2 | (3) | Unit of Measure for Cost. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, CARRIER_ID
, MODE_OF_TRANSPORT
, MODE_TYPE
, FACILITY_ID
, TOTAL_TRIPS
, TOTAL_COST
, TOTAL_WEIGHT
, TOTAL_CUBE
, TOTAL_PALLETS
, TOTAL_PIECES
, TOTAL_ORDERS
, CURRENCY_UOM
FROM APPS.MST_CARR_LOAD_SUMMARY_V;
APPS.MST_CARR_LOAD_SUMMARY_V is not referenced by any database object
|
|
|