[Home] [Help]
[Dependency Information]
Object Name: | MST_CARRIER_DETAILS_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 | Yes | FK to PLAN_ID of MST_PLANS. | |
CARRIER_ID | NUMBER | FK to CARRIER_ID of WSH_CARRIERS. | ||
CARRIER_NAME | VARCHAR2 | (360) | Yes | Name of the Carrier. |
COMPILE_DESIGNATOR | VARCHAR2 | (10) | Yes | Plan Name |
DESCRIPTION | VARCHAR2 | (50) | Plan Description. | |
LOAD_COUNT_STR | VARCHAR2 | (80) | String contains Concatenated Counts of Direct TLs, multistop TLs, LTLs, Parcels. | |
TOTAL_COST | NUMBER | Total Cost related to Carrier. | ||
TOTAL_WEIGHT | NUMBER | Total Weight related to Carrier. | ||
TOTAL_CUBE | NUMBER | Total Cube related to Carrier. | ||
TOTAL_PALLETS | NUMBER | Total Pallets related to Carrier. | ||
TOTAL_PIECES | NUMBER | Total Pieces related to Carrier. | ||
TOTAL_ORDERS | NUMBER | Total Orders related to Carrier. | ||
CURRENCY_UOM | VARCHAR2 | (3) | Unit of Measure for Cost. | |
WEIGHT_UOM | VARCHAR2 | (3) | Unit of Measure for Weight. | |
VOLUME_UOM | VARCHAR2 | (3) | Unit of Measure for Volume. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, CARRIER_ID
, CARRIER_NAME
, COMPILE_DESIGNATOR
, DESCRIPTION
, LOAD_COUNT_STR
, TOTAL_COST
, TOTAL_WEIGHT
, TOTAL_CUBE
, TOTAL_PALLETS
, TOTAL_PIECES
, TOTAL_ORDERS
, CURRENCY_UOM
, WEIGHT_UOM
, VOLUME_UOM
FROM APPS.MST_CARRIER_DETAILS_V;
APPS.MST_CARRIER_DETAILS_V is not referenced by any database object
|
|
|