[Home] [Help]
[Dependency Information]
Object Name: | BSC_UI_COLOR_SCHEMES |
---|---|
Object Type: | TABLE |
Owner: | BSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BSC_UI_COLOR_SCHEMES stores information about schemes used to set different UI. Each scheme contains information such as scheme code, background color and foreground color. The column naming convetion are :
FR = Foreground color
FT = Font color
BG = Background color
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BSC_UI_COLOR_SCHEMES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SCHEME_CODE | VARCHAR2 | (30) | Yes | Scheme code |
DEFAULT_FLAG | VARCHAR2 | (1) | Yes | Default flag |
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 background 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 SCHEME_CODE
, DEFAULT_FLAG
, 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_SCHEMES;
BSC.BSC_UI_COLOR_SCHEMES does not reference any database object
BSC.BSC_UI_COLOR_SCHEMES is referenced by following:
|
|
|