[Home] [Help]
[Dependency Information]
| Object Name: | FND_USER_DESKTOP_OBJECTS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_USER_DESKTOP_OBJECTS
|
| Subobject Name: | |
| Status: | VALID |
FND_USER_DESKTOP_OBJECTS stores the documents that the user has placed
in their Navigator window, on a per-user/responsibility basis.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_USER_DESKTOP_OBJECTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DESKTOP_OBJECT_ID
|
| FND_USER_DESKTOP_OBJECTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
USER_ID
APPLICATION_ID
RESPONSIBILITY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DESKTOP_OBJECT_ID | NUMBER | Yes | Internal primary key | |
| USER_ID | NUMBER | Yes | User that saved the object on the navigator | |
| APPLICATION_ID | NUMBER | Yes | Application identifier | |
| RESPONSIBILITY_ID | NUMBER | Yes | Responsibility user was in when saving object on Navigator | |
| OBJECT_NAME | VARCHAR2 | (30) | Yes | Internal key associated with the type of document |
| FUNCTION_NAME | VARCHAR2 | (30) | Yes | Function to invoke in order to restore document |
| OBJECT_LABEL | VARCHAR2 | (200) | Yes | Test that identifies the object on the Navigator |
| PARAMETER_STRING | VARCHAR2 | (2000) | Additional parameters to pass when invoking function to restore document | |
| SEQUENCE | NUMBER | Yes | Sequence that objects appear on Navigator | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| TYPE | VARCHAR2 | (8) | Yes | Specifies whether the object is a document or a function |
Cut, paste (and edit) the following text to query this object:
SELECT DESKTOP_OBJECT_ID
, USER_ID
, APPLICATION_ID
, RESPONSIBILITY_ID
, OBJECT_NAME
, FUNCTION_NAME
, OBJECT_LABEL
, PARAMETER_STRING
, SEQUENCE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, TYPE
FROM APPLSYS.FND_USER_DESKTOP_OBJECTS;
APPLSYS.FND_USER_DESKTOP_OBJECTS does not reference any database object
APPLSYS.FND_USER_DESKTOP_OBJECTS is referenced by following:
APPLSYS
FND_USER_DESKTOP_OBJECTS#
|
|
|
|