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


VIEW: APPS.MST_FTE_MOVES_V

Object Details
Object Name: MST_FTE_MOVES_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
MOVE_ID NUMBER
Yes primary key
PLANNED_FLAG VARCHAR2 (1) Yes 1:firmed, 2:not firmed
LANE_ID NUMBER

lane ID of this move
CARRIER_ID NUMBER
Yes primary carrier ID for the current move
SERVICE_LEVEL VARCHAR2 (30)
primary service level for the current move
VEHICLE_TYPE_ID NUMBER

vehicle type
CARRIER_SERVICE_ID NUMBER
Yes carrier service id
START_LOCATION_ID NUMBER

start location id for the current move
END_LOCATION_ID NUMBER

end location id for the current move
START_DATE DATE

start date of the current move
END_DATE DATE

end date of the current move
TOTAL_TRANSPORTATION_COST NUMBER

total transportation cost
TOTAL_SAVING NUMBER

total savings
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT MOVE_ID
,      PLANNED_FLAG
,      LANE_ID
,      CARRIER_ID
,      SERVICE_LEVEL
,      VEHICLE_TYPE_ID
,      CARRIER_SERVICE_ID
,      START_LOCATION_ID
,      END_LOCATION_ID
,      START_DATE
,      END_DATE
,      TOTAL_TRANSPORTATION_COST
,      TOTAL_SAVING
,      CREATED_BY
,      LAST_UPDATED_BY
FROM APPS.MST_FTE_MOVES_V;

Dependencies

[top of page]

APPS.MST_FTE_MOVES_V references the following:

SchemaAPPS
SynonymFTE_LANES
SynonymFTE_MOVES
PL/SQL PackageMST_SNAPSHOT_TASK_UTIL - show dependent code
SynonymWSH_CARRIER_SERVICES

APPS.MST_FTE_MOVES_V is not referenced by any database object