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


TABLE: WIP.WIP_PREFERENCES

Object Details
Object Name: WIP_PREFERENCES
Object Type: TABLE
Owner: WIP
FND Design Data: TableWIP.WIP_PREFERENCES
Subobject Name:
Status: VALID


The WIP_PREFERENCES table holds user level settings that are used in the various applications
for Work in Process. The values in the table pertain to specific settings that may be
used by the individual applications. For example, in the Resource Workbench
the values may include the resources that are selected, row height, and job filters.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PREFERENCE_ID NUMBER
Yes Unique key for this row in the table
APPLICATION_ID NUMBER
Yes The application that the preference is associated with
ORGANIZATION_ID NUMBER
Yes Organization identifier
USER_ID NUMBER
Yes User identifier
PREFERENCE_TYPE NUMBER (10) Yes Type of preference. Application specific.
VALUE VARCHAR2 (2000)
Value of the preference
VALUE_INDEX NUMBER

Index of the saved preference. Used when a preference type spans multiple rows.
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
MODULE_ID NUMBER

Used to distinguish various parts of a single application
Query Text

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


SELECT PREFERENCE_ID
,      APPLICATION_ID
,      ORGANIZATION_ID
,      USER_ID
,      PREFERENCE_TYPE
,      VALUE
,      VALUE_INDEX
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      MODULE_ID
FROM WIP.WIP_PREFERENCES;

Dependencies

[top of page]

WIP.WIP_PREFERENCES does not reference any database object

WIP.WIP_PREFERENCES is referenced by following:

SchemaAPPS
SynonymWIP_PREFERENCES