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


VIEW: APPS.FTE_STOP_FREIGHT_CLASS_V

Object Details
Object Name: FTE_STOP_FREIGHT_CLASS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID


Information in Tender Notification UI and Tender Notification XML message about freight class(Commodity Classification) for the stop activity


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRIP_ID NUMBER
Yes Trip Id of the Stop
FREIGHT_CLASS VARCHAR2 (163)
Frieght Class of the Stop
WEIGHT NUMBER

Weight of the Stop
WEIGHT_UOM_CODE VARCHAR2 (3)
Weight UOM Code of the Stop
ACTIVITY VARCHAR2 (6)
Activity of the Stop.(Load/UnLoad)
STOP_ID NUMBER

Stop Id
Query Text

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


SELECT TRIP_ID
,      FREIGHT_CLASS
,      WEIGHT
,      WEIGHT_UOM_CODE
,      ACTIVITY
,      STOP_ID
FROM APPS.FTE_STOP_FREIGHT_CLASS_V;

Dependencies

[top of page]

APPS.FTE_STOP_FREIGHT_CLASS_V references the following:

SchemaAPPS
SynonymMTL_CATEGORIES_KFV
SynonymMTL_CATEGORY_SETS
SynonymMTL_ITEM_CATEGORIES
SynonymMTL_SYSTEM_ITEMS
SynonymMTL_UNITS_OF_MEASURE
SynonymWSH_DELIVERY_ASSIGNMENTS
SynonymWSH_DELIVERY_DETAILS
SynonymWSH_DELIVERY_LEGS
SynonymWSH_GLOBAL_PARAMETERS
SynonymWSH_TRIP_STOPS
PL/SQL PackageWSH_WV_UTILS - show dependent code

APPS.FTE_STOP_FREIGHT_CLASS_V is not referenced by any database object