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


VIEW: APPS.MST_USER_MAP_PREFS_V

Object Details
Object Name: MST_USER_MAP_PREFS_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
USER_ID NUMBER
Yes PK. For global preferences user id should be populated with -9999
MAP_STYLE NUMBER

Map styles. Posiible values are NATIONAL_BOUNDARY, STATE_PROVINCIAL, CITY_IN_PLAN, LARGE_CITY
SHOW_ARROWHEAD NUMBER

1 Yes, 2 No
LINE_THICK_UNSEL NUMBER

Width of a line for unselected element on the UI
LINE_THICK_SEL NUMBER

Width of a line for selected element on the UI
TL_COLOR NUMBER

Color representing truckload
TL_CM_COLOR NUMBER

Color representing truckload in continuous moves
UL_COLOR NUMBER

Color representing under utilized truckload
LTL_COLOR NUMBER

Color representing less than truckload
PARCEL_COLOR NUMBER

Color representing parcels
UNASSIGNED_LINE_COLOR NUMBER

Color representing unassigned orders
SELECTED_LINE_COLOR NUMBER

Color representing selected orders
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT USER_ID
,      MAP_STYLE
,      SHOW_ARROWHEAD
,      LINE_THICK_UNSEL
,      LINE_THICK_SEL
,      TL_COLOR
,      TL_CM_COLOR
,      UL_COLOR
,      LTL_COLOR
,      PARCEL_COLOR
,      UNASSIGNED_LINE_COLOR
,      SELECTED_LINE_COLOR
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.MST_USER_MAP_PREFS_V;

Dependencies

[top of page]

APPS.MST_USER_MAP_PREFS_V references the following:

SchemaAPPS
SynonymMST_PARAMETERS

APPS.MST_USER_MAP_PREFS_V is not referenced by any database object