[Home] [Help]
[Dependency Information]
| Object Name: | ICX_COLORS |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_COLORS
|
| Subobject Name: | |
| Status: | VALID |
ICX_COLORS contains standard colors used for user interface objects
(i.e. header cells, data cells). Each color is identified by NAME.
COLOR_VALUE holds the hexadecimal representation of the color.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (30) | Code of color | |
| COLOR_VALUE | VARCHAR2 | (30) | Hexadecimal color value | |
| DESCRIPTION | VARCHAR2 | (2000) | Description of color |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, COLOR_VALUE
, DESCRIPTION
FROM ICX.ICX_COLORS;
ICX.ICX_COLORS does not reference any database object
ICX.ICX_COLORS is referenced by following:
ICX
ICX_COLORS#
|
|
|
|