[Home] [Help]
[Dependency Information]
| Object Name: | IEM_UI_VIEW_SETTINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEM |
| Subobject Name: | |
| Status: | VALID |
Stores information about display settings.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEM_UI_VIEW_SETTINGS_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAGE
USER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | (15) | Yes | Agent's resource id. |
| PARSE_STRING | VARCHAR2 | (2048) | A free-form string used for parseable data. | |
| PAGE | VARCHAR2 | (80) | Yes | The jsp page name. |
| ELEMENT | VARCHAR2 | (80) | A programmer defined name that identifies the element you want to remember something for. | |
| VALUE | VARCHAR2 | (80) | The value of the element you want to remember. | |
| DIRECTION | VARCHAR2 | (1) | Used to indicate direction that is programmer definable. | |
| LAST_UPDATE_DATE | DATE | Standard WHO column | ||
| SECURITY_GROUP_ID | NUMBER | Standard SGID column |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, PARSE_STRING
, PAGE
, ELEMENT
, VALUE
, DIRECTION
, LAST_UPDATE_DATE
, SECURITY_GROUP_ID
FROM IEM.IEM_UI_VIEW_SETTINGS;
IEM.IEM_UI_VIEW_SETTINGS does not reference any database object
IEM.IEM_UI_VIEW_SETTINGS is referenced by following:
IEM
IEM_UI_VIEW_SETTINGS#
|
|
|
|