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


VIEW: APPS.MST_ACT_ALLTL_V

Object Details
Object Name: MST_ACT_ALLTL_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 Unique identifier for plan
TRIP_ID NUMBER
Yes FK to mst_trips
TRIP_NUMBER NUMBER

Trip number with in plan
CARRIER_ID NUMBER

Vendor providing (trip) service
ORIGIN_LOCATION_ID NUMBER

for denormalization
DESTINATION_LOCATION_ID NUMBER

for denormalization
ORIGIN_FACILITY_ID NUMBER
Yes FK to fte_location_parameters
DESTINATION_FACILITY_ID NUMBER
Yes FK to fte_location_parameters
CARRIER_NAME VARCHAR2 (30) Yes Carrier name
SERVICE_LEVEL VARCHAR2 (30)
Service level
MODE_OF_TRANSPORT VARCHAR2 (30)
mode of transport
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
TOTAL_STOPS NUMBER

No. of stops in trip
TOTAL_WEIGHT NUMBER

Weight
WEIGHT_UOM VARCHAR2 (3)
Weight UOM
MAX_WEIGHT NUMBER

Max. weight allowed in trip
VOLUME NUMBER

Volume
VOLUME_UOM VARCHAR2 (3)
Volume UOM
MAX_VOLUME NUMBER

Max. volume allowed in trip
TOTAL_PALLETS NUMBER

Total no. of pallets in trip
MAX_PALLETS NUMBER

Maximum no. of pallets allowed in trip
UTILIZATION NUMBER

Utilization of the trip
PLANNED_FLAG NUMBER
Yes 1 => Routing & contents firm, 2 => Routing firm, 3 => Not Firm
RELEASE_DATE DATE

Date time stamp on which trip is released
RELEASE_DATE_CH VARCHAR2 (4000)
Query Text

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


SELECT PLAN_ID
,      TRIP_ID
,      TRIP_NUMBER
,      CARRIER_ID
,      ORIGIN_LOCATION_ID
,      DESTINATION_LOCATION_ID
,      ORIGIN_FACILITY_ID
,      DESTINATION_FACILITY_ID
,      CARRIER_NAME
,      SERVICE_LEVEL
,      MODE_OF_TRANSPORT
,      ORIGIN_COMPANY
,      ORIGIN_CITY
,      ORIGIN_STATE
,      ORIGIN_ZIP
,      ORIGIN_COUNTRY
,      DESTINATION_COMPANY
,      DESTINATION_CITY
,      DESTINATION_STATE
,      DESTINATION_ZIP
,      DESTINATION_COUNTRY
,      TOTAL_STOPS
,      TOTAL_WEIGHT
,      WEIGHT_UOM
,      MAX_WEIGHT
,      VOLUME
,      VOLUME_UOM
,      MAX_VOLUME
,      TOTAL_PALLETS
,      MAX_PALLETS
,      UTILIZATION
,      PLANNED_FLAG
,      RELEASE_DATE
,      RELEASE_DATE_CH
FROM APPS.MST_ACT_ALLTL_V;

Dependencies

[top of page]

APPS.MST_ACT_ALLTL_V references the following:

SchemaAPPS
PL/SQL PackageFND_DATE - show dependent code
SynonymFTE_LOCATION_PARAMETERS
SynonymFTE_VEHICLE_TYPES
PL/SQL PackageMST_AGG_PKG - show dependent code
SynonymMST_PLANS
SynonymMST_TRIPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymMTL_SYSTEM_ITEMS_KFV
SynonymWSH_CARRIERS
SynonymWSH_LOCATIONS

APPS.MST_ACT_ALLTL_V is not referenced by any database object