[Home] [Help]
[Dependency Information]
| Object Name: | BSC_UI_COLOR_USER |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_UI_COLOR_USER
|
| Subobject Name: | |
| Status: | VALID |
BSC_UI_COLOR_USER stores customized information about schemes such as user identifier, background color and foreground color. The column naming convetion are :
FR = Foreground color
FT = Font color
BG = Background color
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_UI_COLOR_USER_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
USER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | (15) | Yes | User identifier |
| PANEL_BG | NUMBER | Yes | Panel background color | |
| PANEL_FG | NUMBER | Yes | Panel foreground color | |
| PANE_BG | NUMBER | Yes | Panel background color | |
| PANE_FG | NUMBER | Yes | Panel foreground color | |
| TITLE_BG | NUMBER | Yes | Title background color | |
| TITLE_FG | NUMBER | Yes | Title foreground color | |
| CONTROL_BG | NUMBER | Yes | Control background color such as drop down | |
| CONTROL_FG | NUMBER | Yes | Control foreground color such as drop down | |
| DISPLAY_BG | NUMBER | Yes | Display panel foreground color | |
| DISPLAY_FG | NUMBER | Yes | Display panel foreground color | |
| TAB1_BG | NUMBER | Yes | Tab panel background color for KPI model | |
| TAB2_BG | NUMBER | Yes | Tab panel background color for BSC model | |
| GROUP_BG | NUMBER | Yes | Kpi group box background color | |
| BASE_P_BG | NUMBER | Yes | Base panel background color | |
| TEXT_FG | NUMBER | Yes | Font color |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, PANEL_BG
, PANEL_FG
, PANE_BG
, PANE_FG
, TITLE_BG
, TITLE_FG
, CONTROL_BG
, CONTROL_FG
, DISPLAY_BG
, DISPLAY_FG
, TAB1_BG
, TAB2_BG
, GROUP_BG
, BASE_P_BG
, TEXT_FG
FROM BSC.BSC_UI_COLOR_USER;
BSC.BSC_UI_COLOR_USER does not reference any database object
BSC.BSC_UI_COLOR_USER is referenced by following:
APPS
BSC_UI_COLOR_USER
|
|
|
|