DBA Data[Home] [Help] [Dependency Information]


TABLE: ICX.ICX_COLORS

Object Details
Object Name: ICX_COLORS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.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.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (30)
Code of color
COLOR_VALUE VARCHAR2 (30)
Hexadecimal color value
DESCRIPTION VARCHAR2 (2000)
Description of color
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NAME
,      COLOR_VALUE
,      DESCRIPTION
FROM ICX.ICX_COLORS;

Dependencies

[top of page]

ICX.ICX_COLORS does not reference any database object

ICX.ICX_COLORS is referenced by following:

SchemaAPPS
SynonymICX_COLORS