DBA Data[Home] [Help]

APPS.ICX_UTIL dependencies on ICX_COLORS

Line 2147: from ICX_COLORS

2143: ----------------------------------------------------------------------------
2144:
2145: cursor getColor(v_color varchar2) is
2146: select COLOR_VALUE
2147: from ICX_COLORS
2148: where NAME = v_color;
2149:
2150: v_value varchar2(30);
2151: