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


VIEW: APPS.MST_ACT_EXPENSIVE_LOADS_V

Object Details
Object Name: MST_ACT_EXPENSIVE_LOADS_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
TRIP_ID NUMBER
Yes FK to mst_trips
CONTINUOUS_MOVE_ID NUMBER

FK to mst_cm_trips
TRIP_NUMBER NUMBER

Trip number with in plan
ORIGIN_LOCATION_ID NUMBER

FK to wsh_locations
DESTINATION_LOCATION_ID NUMBER

FK to wsh_locations
PLANNED_FLAG NUMBER
Yes 1 => Routing & contents firm, 2 => Routing firm, 3 => Not Firm
ORIGIN_FACILITY_ID NUMBER
Yes FK to fte_location_parameters
DESTINATION_FACILITY_ID NUMBER
Yes FK to fte_location_parameters
ORIGIN_COMPANY VARCHAR2 (80)
Origin company
ORIGIN_CITY VARCHAR2 (120)
Origin City of the trip.
ORIGIN_STATE VARCHAR2 (120)
Origin state of the trip.
ORIGIN_ZIP VARCHAR2 (60)
Origin zip code of the trip.
ORIGIN_COUNTRY VARCHAR2 (120)
Origin country of the trip.
DESTINATION_COMPANY VARCHAR2 (80)
Destination company
DESTINATION_CITY VARCHAR2 (120)
Destination city of the trip.
DESTINATION_STATE VARCHAR2 (120)
Destination state of the trip.
DESTINATION_ZIP VARCHAR2 (60)
Destination zipcode of the trip.
DESTINATION_COUNTRY VARCHAR2 (120)
Destination country of the trip.
TRIP_START_DATE VARCHAR2 (40)
Start date of trip
TRIP_END_DATE VARCHAR2 (40)
End date of trip
TOTAL_WEIGHT NUMBER

Total weight
WEIGHT_UOM VARCHAR2 (3)
Weight UOM
TOTAL_VOLUME NUMBER

Total volume
VOLUME_UOM VARCHAR2 (3)
Volume UOM
NUMBER_OF_PALLETS NUMBER

Number of pallets
NUMBER_OF_PIECES NUMBER

Number of pieces
TOTAL_COST NUMBER

otal cost of the trip
CURRENCY_UOM VARCHAR2 (3)
Currency UOM
Query Text

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


SELECT PLAN_ID
,      TRIP_ID
,      CONTINUOUS_MOVE_ID
,      TRIP_NUMBER
,      ORIGIN_LOCATION_ID
,      DESTINATION_LOCATION_ID
,      PLANNED_FLAG
,      ORIGIN_FACILITY_ID
,      DESTINATION_FACILITY_ID
,      ORIGIN_COMPANY
,      ORIGIN_CITY
,      ORIGIN_STATE
,      ORIGIN_ZIP
,      ORIGIN_COUNTRY
,      DESTINATION_COMPANY
,      DESTINATION_CITY
,      DESTINATION_STATE
,      DESTINATION_ZIP
,      DESTINATION_COUNTRY
,      TRIP_START_DATE
,      TRIP_END_DATE
,      TOTAL_WEIGHT
,      WEIGHT_UOM
,      TOTAL_VOLUME
,      VOLUME_UOM
,      NUMBER_OF_PALLETS
,      NUMBER_OF_PIECES
,      TOTAL_COST
,      CURRENCY_UOM
FROM APPS.MST_ACT_EXPENSIVE_LOADS_V;

Dependencies

[top of page]

APPS.MST_ACT_EXPENSIVE_LOADS_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
PL/SQL PackageMST_AGG_PKG - show dependent code
SynonymMST_PLANS
SynonymMST_TRIPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymWSH_LOCATIONS

APPS.MST_ACT_EXPENSIVE_LOADS_V is not referenced by any database object