DBA Data[Home] [Help]

APPS.ICX_PLUG_UTILITIES dependencies on ICX_PAGE_COLOR_SCHEME

Line 10: /* icx_page_color_scheme has been obsoleted since 11.5.0

6: l_color varchar2(30);
7:
8: begin
9:
10: /* icx_page_color_scheme has been obsoleted since 11.5.0
11: begin
12: select BACKGROUND_COLOR
13: into l_color
14: from ICX_PAGE_COLOR_SCHEME

Line 14: from ICX_PAGE_COLOR_SCHEME

10: /* icx_page_color_scheme has been obsoleted since 11.5.0
11: begin
12: select BACKGROUND_COLOR
13: into l_color
14: from ICX_PAGE_COLOR_SCHEME
15: where USER_ID = icx_sec.g_user_id;
16: exception
17: when others then
18: l_color := '##CCCCCC';

Line 34: /* icx_page_color_scheme has been obsoleted since 11.5.0

30: l_color varchar2(30);
31:
32: begin
33:
34: /* icx_page_color_scheme has been obsoleted since 11.5.0
35: begin
36: select BACKGROUND_COLOR
37: into l_color
38: from ICX_PAGE_COLOR_SCHEME

Line 38: from ICX_PAGE_COLOR_SCHEME

34: /* icx_page_color_scheme has been obsoleted since 11.5.0
35: begin
36: select BACKGROUND_COLOR
37: into l_color
38: from ICX_PAGE_COLOR_SCHEME
39: where USER_ID = icx_sec.g_user_id;
40: exception
41: when others then
42: l_color := '##FFFFFF';

Line 61: from ICX_PAGE_COLOR_SCHEME

57:
58: begin
59: select HEADING_COLOR
60: into l_color
61: from ICX_PAGE_COLOR_SCHEME
62: where USER_ID = icx_sec.g_user_id;
63: exception
64: when others then
65: l_color := '#99CCFF';

Line 81: from ICX_PAGE_COLOR_SCHEME

77:
78: begin
79: select HEADING_COLOR
80: into l_color
81: from ICX_PAGE_COLOR_SCHEME
82: where USER_ID = icx_sec.g_user_id;
83: exception
84: when others then
85: l_color := '#99CCFF';

Line 103: from ICX_PAGE_COLOR_SCHEME

99:
100: begin
101: select BANNER_COLOR
102: into l_color
103: from ICX_PAGE_COLOR_SCHEME
104: where USER_ID = icx_sec.g_user_id;
105: exception
106: when others then
107: l_color := '#99CCFF';

Line 123: from ICX_PAGE_COLOR_SCHEME

119:
120: begin
121: select COLOR_SCHEME
122: into l_color
123: from ICX_PAGE_COLOR_SCHEME
124: where USER_ID = icx_sec.g_user_id;
125: exception
126: when others then
127: l_color := 'BL';

Line 144: from ICX_PAGE_COLOR_SCHEME

140:
141: begin
142: select BANNER_COLOR
143: into l_color
144: from ICX_PAGE_COLOR_SCHEME
145: where USER_ID = icx_sec.g_user_id;
146: exception
147: when others then
148: l_color := '#99CCFF';

Line 166: from ICX_PAGE_COLOR_SCHEME

162:
163: begin
164: select TOOLBAR_COLOR
165: into l_color
166: from ICX_PAGE_COLOR_SCHEME
167: where USER_ID = icx_sec.g_user_id;
168: exception
169: when others then
170: l_color := '#0000CC';

Line 188: from ICX_PAGE_COLOR_SCHEME

184:
185: begin
186: select COLOR_SCHEME
187: into l_color
188: from ICX_PAGE_COLOR_SCHEME
189: where USER_ID = icx_sec.g_user_id;
190: exception
191: when others then
192: l_color := 'BL';