DBA Data[Home] [Help]

APPS.ORACLEPLUGS dependencies on HTP

Line 32: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;

28: procedure timer(message varchar2 default NULL) is
29: l_hsecs pls_integer;
30: begin
31: select HSECS into l_hsecs from V$TIMER;
32: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;
33: end;
34:
35: -- ***********************************************
36: -- Procedure listMenuEntries

Line 118: htp.p(SQLERRM);

114: end loop; -- menuentries
115:
116: exception
117: when others then
118: htp.p(SQLERRM);
119:
120: end;
121:
122: procedure listResponsibility(p_object in object) is

Line 140: htp.p(SQLERRM);

136: listMenuEntries(p_object =>l_object);
137:
138: exception
139: when others then
140: htp.p(SQLERRM);
141:
142: end;
143:
144: procedure plugRename(Z in varchar2) is

Line 155: htp.p('');

151: if(icx_sec.validateSession)
152: then
153: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
154:
155: htp.p('');
156: htp.p('');
157: htp.p(''||l_title||'');
158: htp.p('

Web Analytics Made Easy -StatCounter
');
159: htp.p('');

Line 156: htp.p('');

152: then
153: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
154:
155: htp.p('');
156: htp.p('');
157: htp.p(''||l_title||'');
158: htp.p('

Web Analytics Made Easy -StatCounter
');
159: htp.p('');
160:

Line 157: htp.p(''||l_title||'');

153: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
154:
155: htp.p('');
156: htp.p('');
157: htp.p(''||l_title||'');
158: htp.p('

Web Analytics Made Easy -StatCounter
');
159: htp.p('');
160:
161: htp.p('');

154:
155: htp.p('');
156: htp.p('');
157: htp.p(''||l_title||'');
158: htp.p('

Web Analytics Made Easy -StatCounter
');
159: htp.p('');
160:
161: htp.p('');
157: htp.p(''||l_title||'');
158: htp.p('');
159: htp.p('');
160:
161: htp.p('');
159: htp.p('');
160:
161: htp.p('');

Line 185: htp.p('');

181: htp.p('window.close();
182: };
183: }');
184:
185: htp.p('');
186:
187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;

Line 187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');

183: }');
184:
185: htp.p('');
186:
187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;
190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',

Line 188: htp.tableOpen;

184:
185: htp.p('');
186:
187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;
190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',

Line 189: htp.tableRowOpen;

185: htp.p('');
186:
187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;
190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',
193: cmaxlength => '50'), 'LEFT');

Line 190: htp.tableData(l_prompts(1), 'RIGHT');

186:
187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;
190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',
193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;

Line 191: htp.tableData(htf.formText(cname => 'NAME',

187: htp.formOpen('javascript:saveRename()','POST','','','NAME="renamePlug"');
188: htp.tableOpen;
189: htp.tableRowOpen;
190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',
193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;
195: htp.tableRowOpen;

Line 194: htp.tableRowClose;

190: htp.tableData(l_prompts(1), 'RIGHT');
191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',
193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;
195: htp.tableRowOpen;
196: htp.p('');
197: htp.p('');
198: htp.p('');
204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;
207:
208: htp.p('');

Line 205: htp.tableClose;

201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('

');

Line 195: htp.tableRowOpen;

191: htp.tableData(htf.formText(cname => 'NAME',
192: csize => '35',
193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;
195: htp.tableRowOpen;
196: htp.p('

');
197: htp.p('');
198: htp.p('');
204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;
207:

Line 204: htp.tableRowClose;

200: htp.p('

');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');

Line 196: htp.p('
');

192: csize => '35',
193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;
195: htp.tableRowOpen;
196: htp.p('

');
197: htp.p('');
198: htp.p('');
204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;

Line 203: htp.p('');

199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('

');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('
');

Line 197: htp.p('');

193: cmaxlength => '50'), 'LEFT');
194: htp.tableRowClose;
195: htp.tableRowOpen;
196: htp.p('

');
197: htp.p('');
198: htp.p('');
204: htp.tableRowClose;

Line 202: htp.p('
');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');

Line 198: htp.p('
');

194: htp.tableRowClose;
195: htp.tableRowOpen;
196: htp.p('

');
197: htp.p('');
198: htp.p('
');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('
');

Line 200: htp.p('
');

196: htp.p('

');
197: htp.p('');
198: htp.p('
');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('
');
203: htp.p('
');

198: htp.p('

');
199: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
200: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('
');
203: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('
');
203: htp.p('
');
201: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
202: htp.p('
');
203: htp.p('
');
203: htp.p('');
204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;
207:
208: htp.p('');
209:

Line 206: htp.formClose;

202: htp.p('');
203: htp.p('');
204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;
207:
208: htp.p('');
209:
210: htp.bodyClose;

Line 208: htp.p('');

204: htp.tableRowClose;
205: htp.tableClose;
206: htp.formClose;
207:
208: htp.p('');
209:
210: htp.bodyClose;
211: htp.htmlClose;
212:

Line 210: htp.bodyClose;

206: htp.formClose;
207:
208: htp.p('');
209:
210: htp.bodyClose;
211: htp.htmlClose;
212:
213: end if;
214:

Line 211: htp.htmlClose;

207:
208: htp.p('');
209:
210: htp.bodyClose;
211: htp.htmlClose;
212:
213: end if;
214:
215: exception

Line 217: htp.p(SQLERRM);

213: end if;
214:
215: exception
216: when others then
217: htp.p(SQLERRM);
218:
219: end;
220:
221: procedure Colors(p_text in varchar2) is

Line 242: htp.p('');

238: into l_color_scheme
239: from ICX_PAGE_COLOR_SCHEME
240: where USER_ID = icx_sec.g_user_id;
241:
242: htp.p('

');
243:
244: htp.p('');
245:
246: for i in l_color_schemes.FIRST..l_color_schemes.LAST loop

Line 244: htp.p('
');

240: where USER_ID = icx_sec.g_user_id;
241:
242: htp.p('

'||p_text||' '||p_text||'
');
243:
244: htp.p('');
245:
246: for i in l_color_schemes.FIRST..l_color_schemes.LAST loop
247: if l_color_schemes(i) = l_color_scheme
248: then

Line 249: htp.p('
');

245:
246: for i in l_color_schemes.FIRST..l_color_schemes.LAST loop
247: if l_color_schemes(i) = l_color_scheme
248: then
249: htp.p('

');
250: else
251: htp.p('');
252: end if;
253: htp.p('');

Line 251: htp.p('
');

247: if l_color_schemes(i) = l_color_scheme
248: then
249: htp.p('

');
250: else
251: htp.p('');
252: end if;
253: htp.p('');
254: end loop;
255:

Line 253: htp.p('
');

249: htp.p('

');
250: else
251: htp.p('');
252: end if;
253: htp.p('');
254: end loop;
255:
256: htp.p('
'||p_text||'
');
257:

Line 256: htp.p('');

252: end if;
253: htp.p('');
254: end loop;
255:
256: htp.p('');
257:
258: end;
259:
260: procedure Refresh(p_page_id in number,

Line 277: htp.p('
'||p_refresh||'');

273: from ICX_PAGES
274: where USER_ID = icx_sec.g_user_id
275: and PAGE_ID = p_page_id;
276:
277: htp.p('
'||p_refresh||'');
278: htp.formSelectOpen('O');
279: for i in 1..l_lookup_codes.COUNT-2 loop
280: if l_selected = l_lookup_codes(i)
281: then

Line 278: htp.formSelectOpen('O');

274: where USER_ID = icx_sec.g_user_id
275: and PAGE_ID = p_page_id;
276:
277: htp.p('
'||p_refresh||'');
278: htp.formSelectOpen('O');
279: for i in 1..l_lookup_codes.COUNT-2 loop
280: if l_selected = l_lookup_codes(i)
281: then
282: htp.formSelectOption(l_lookup_meanings(i),'CHECKED','VALUE="'||l_lookup_codes(i)||'"');

Line 282: htp.formSelectOption(l_lookup_meanings(i),'CHECKED','VALUE="'||l_lookup_codes(i)||'"');

278: htp.formSelectOpen('O');
279: for i in 1..l_lookup_codes.COUNT-2 loop
280: if l_selected = l_lookup_codes(i)
281: then
282: htp.formSelectOption(l_lookup_meanings(i),'CHECKED','VALUE="'||l_lookup_codes(i)||'"');
283: else
284: htp.formSelectOption(l_lookup_meanings(i),'','VALUE="'||l_lookup_codes(i)||'"');
285: end if;
286: end loop;

Line 284: htp.formSelectOption(l_lookup_meanings(i),'','VALUE="'||l_lookup_codes(i)||'"');

280: if l_selected = l_lookup_codes(i)
281: then
282: htp.formSelectOption(l_lookup_meanings(i),'CHECKED','VALUE="'||l_lookup_codes(i)||'"');
283: else
284: htp.formSelectOption(l_lookup_meanings(i),'','VALUE="'||l_lookup_codes(i)||'"');
285: end if;
286: end loop;
287: htp.formSelectClose;
288: htp.p('

');

Line 287: htp.formSelectClose;

283: else
284: htp.formSelectOption(l_lookup_meanings(i),'','VALUE="'||l_lookup_codes(i)||'"');
285: end if;
286: end loop;
287: htp.formSelectClose;
288: htp.p('

');
289:
290: end;
291:

Line 288: htp.p('
');

284: htp.formSelectOption(l_lookup_meanings(i),'','VALUE="'||l_lookup_codes(i)||'"');
285: end if;
286: end loop;
287: htp.formSelectClose;
288: htp.p('');
289:
290: end;
291:
292: procedure Customize(p_session_id pls_integer default null,

Line 480: htp.p('');

476: end if;
477:
478: icx_util.getprompts(601, 'ICX_OBIS_CUSTOMIZATION', l_title, l_prompts);
479:
480: htp.p('');
481: htp.p('');
482: htp.p(''||l_title||'');
483: htp.p('

Web Analytics Made Easy -StatCounter
');
484: htp.p('');

Line 481: htp.p('');

477:
478: icx_util.getprompts(601, 'ICX_OBIS_CUSTOMIZATION', l_title, l_prompts);
479:
480: htp.p('');
481: htp.p('');
482: htp.p(''||l_title||'');
483: htp.p('

Web Analytics Made Easy -StatCounter
');
484: htp.p('');
485:

Line 482: htp.p(''||l_title||'');

478: icx_util.getprompts(601, 'ICX_OBIS_CUSTOMIZATION', l_title, l_prompts);
479:
480: htp.p('');
481: htp.p('');
482: htp.p(''||l_title||'');
483: htp.p('

Web Analytics Made Easy -StatCounter
');
484: htp.p('');
485:
486: htp.p('');

479:
480: htp.p('');
481: htp.p('');
482: htp.p(''||l_title||'');
483: htp.p('

Web Analytics Made Easy -StatCounter
');
484: htp.p('');
485:
486: htp.p('');
482: htp.p(''||l_title||'');
483: htp.p('');
484: htp.p('');
485:
486: htp.p('');
484: htp.p('');
485:
486: htp.p('');

700: }');
701:
702: icx_admin_sig.help_win_script('ICXPHP', null, 'FND');
703:
704: htp.p('');
705:
706: icx_plug_utilities.toolbar(p_text => l_title,
707: p_language_code => icx_sec.g_language_code,
708: p_disp_help => 'Y',

Line 712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');

708: p_disp_help => 'Y',
709: p_disp_mainmenu => 'N',
710: p_disp_menu => 'N');
711:
712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');

Line 713: htp.formHidden('X');

709: p_disp_mainmenu => 'N',
710: p_disp_menu => 'N');
711:
712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');

Line 714: htp.formHidden('Y');

710: p_disp_menu => 'N');
711:
712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;

Line 715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));

711:
712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;
719:

Line 716: htp.formHidden('N');

712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;
719:
720: fnd_message.set_name('ICX','ICX_CUSTOMIZE_HOME_PAGE');

Line 717: htp.formHidden('O');

713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;
719:
720: fnd_message.set_name('ICX','ICX_CUSTOMIZE_HOME_PAGE');
721: l_message := fnd_message.get;

Line 718: htp.formClose;

714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;
719:
720: fnd_message.set_name('ICX','ICX_CUSTOMIZE_HOME_PAGE');
721: l_message := fnd_message.get;
722:

Line 723: htp.p('');

719:
720: fnd_message.set_name('ICX','ICX_CUSTOMIZE_HOME_PAGE');
721: l_message := fnd_message.get;
722:
723: htp.p('

');
724: htp.p('');
725: htp.p('
'||l_message||'
');
726:
727: htp.formOpen('','POST','','','NAME="Left"');

Line 724: htp.p(''||l_message||'');

720: fnd_message.set_name('ICX','ICX_CUSTOMIZE_HOME_PAGE');
721: l_message := fnd_message.get;
722:
723: htp.p('');
724: htp.p('');
725: htp.p('
'||l_message||'
');
726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main

Line 725: htp.p('
');

721: l_message := fnd_message.get;
722:
723: htp.p('');
724: htp.p('');
725: htp.p('
'||l_message||'
');
726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main
729: htp.tableRowOpen;

Line 727: htp.formOpen('','POST','','','NAME="Left"');

723: htp.p('

');
724: htp.p('');
725: htp.p('
'||l_message||'
');
726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main
729: htp.tableRowOpen;
730: htp.p('');

Line 914: htp.p('
');
731: htp.p(''); -- Left

Line 728: htp.p('
'); -- Main

724: htp.p('

');
725: htp.p('
'||l_message||'
');
726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main
729: htp.tableRowOpen;
730: htp.p('');
819: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('
');

Line 729: htp.tableRowOpen;

725: htp.p('

');
726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main
729: htp.tableRowOpen;
730: htp.p('');
819: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('
');
733: htp.p(''||l_prompts(13)||'');

Line 730: htp.p('
');

726:
727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p(''); -- Main
729: htp.tableRowOpen;
730: htp.p('');
819: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('');

Line 731: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
'); -- Left

727: htp.formOpen('','POST','','','NAME="Left"');
728: htp.p('

'); -- Main
729: htp.tableRowOpen;
730: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('');
735: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');

Line 732: htp.p('
');

728: htp.p(''); -- Main
729: htp.tableRowOpen;
730: htp.p('');
819: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('');
735: htp.p('
');

814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('

');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');
736: htp.p(l_prompts(2));

Line 733: htp.p(''||l_prompts(13)||'');

729: htp.tableRowOpen;
730: htp.p('

');
731: htp.p(''); -- Left
732: htp.p('');
735: htp.p('');

730: htp.p('

');
819: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');
736: htp.p(l_prompts(2));
737: htp.p('
');

Line 734: htp.p('
');
731: htp.p(''); -- Left
732: htp.p('');
735: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));

Line 735: htp.p('
');

731: htp.p(''); -- Left
732: htp.p('');
735: htp.p('');

Line 736: htp.p(l_prompts(2));

732: htp.p('

');
735: htp.p('
');
740: htp.p('
');
735: htp.p('
');
740: htp.p('
');
812: htp.p('
');
812: htp.p('
');
812: htp.p('
');
819: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));
739: htp.p('
');
733: htp.p(''||l_prompts(13)||'');
734: htp.p('
');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));
739: htp.p('
');

Line 737: htp.p('
');

733: htp.p(''||l_prompts(13)||'');
734: htp.p('

');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));
739: htp.p('
');
741: htp.p('');
735: htp.p('');
740: htp.p('');
812: htp.p('
'); -- Options

Line 738: htp.p(l_prompts(3));

734: htp.p('

');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));
739: htp.p('
');
741: htp.p('');

735: htp.p('

');
740: htp.p('');
812: htp.p('
'); -- Options
742: htp.p('
');
736: htp.p(l_prompts(2));
737: htp.p('
');
738: htp.p(l_prompts(3));
739: htp.p('
');
741: htp.p('');
740: htp.p('
'); -- Options
742: htp.p('
');

736: htp.p(l_prompts(2));
737: htp.p('

');
738: htp.p(l_prompts(3));
739: htp.p('
');
741: htp.p('
'); -- Options
742: htp.p('');
740: htp.p('
'); -- Options

737: htp.p('

');
738: htp.p(l_prompts(3));
739: htp.p('
');
741: htp.p('');
740: htp.p('
'); -- Options
742: htp.p('');

738: htp.p(l_prompts(3));
739: htp.p('

');
741: htp.p('
'); -- Options
742: htp.p('
');
789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');

Line 788: htp.p('
');

784: end if;
785: end loop;
786: end if;
787: htp.formSelectClose;
788: htp.p('

');
789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
792: htp.p('
'); -- Add

Line 789: htp.p('
'); -- Add

785: end loop;
786: end if;
787: htp.formSelectClose;
788: htp.p('

');
789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
792: htp.p('
'); -- Add
793: htp.p('
'); -- Options

Line 790: htp.p('

786: end if;
787: htp.formSelectClose;
788: htp.p('

');
789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'');
792: htp.p('
'); -- Add
793: htp.p('
'); -- Options
794: htp.p('
');

Line 792: htp.p('
'); -- Add

788: htp.p('

');
789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
792: htp.p('
'); -- Add
793: htp.p('
'); -- Options
794: htp.p('
');
795: htp.p('
'); -- Selection
796: htp.p('
'); -- Options

789: htp.p('
'); -- Add
790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
792: htp.p('
'); -- Add
793: htp.p('

'); -- Options
794: htp.p('
');
795: htp.p('
'); -- Selection
796: htp.p('
');

790: htp.p('
791: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
792: htp.p('

'); -- Add
793: htp.p('
'); -- Options
794: htp.p('
');
795: htp.p('
'); -- Selection
796: htp.p('
'); -- Selection

791: '||icx_util.replace_alt_quotes(l_prompts(4))||'');
792: htp.p('

'); -- Add
793: htp.p('
'); -- Options
794: htp.p('
');
795: htp.p('
'); -- Selection
796: htp.p('');

792: htp.p('

'); -- Add
793: htp.p('
'); -- Options
794: htp.p('
');
795: htp.p('
'); -- Selection
796: htp.p('
');
795: htp.p('');
812: htp.p('
'); -- Selection
796: htp.p('
');

Line 801: htp.formSelectClose;

797: for l in left loop
798: htp.formSelectOption(cvalue => nvl(l.prompt,l.description),
799: cattributes => 'VALUE = "'||l.responsibility_application_id||'@!$#'||l.security_group_id||'@!$#'||l.responsibility_id||'@!$#'||l.menu_id||'@!$#'||l.entry_sequence||'@!$#'||l.prompt||'@!$#'||l.plug_id||'"');
800: end loop;
801: htp.formSelectClose;
802: htp.p('

');
803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');

Line 802: htp.p('
');

798: htp.formSelectOption(cvalue => nvl(l.prompt,l.description),
799: cattributes => 'VALUE = "'||l.responsibility_application_id||'@!$#'||l.security_group_id||'@!$#'||l.responsibility_id||'@!$#'||l.menu_id||'@!$#'||l.entry_sequence||'@!$#'||l.prompt||'@!$#'||l.plug_id||'"');
800: end loop;
801: htp.formSelectClose;
802: htp.p('

');
803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
806: htp.p('
');

Line 803: htp.p('');

Line 809: htp.p('
'); -- Up and Down

799: cattributes => 'VALUE = "'||l.responsibility_application_id||'@!$#'||l.security_group_id||'@!$#'||l.responsibility_id||'@!$#'||l.menu_id||'@!$#'||l.entry_sequence||'@!$#'||l.prompt||'@!$#'||l.plug_id||'"');
800: end loop;
801: htp.formSelectClose;
802: htp.p('

');
803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
806: htp.p('
');
807: htp.p('

Line 804: htp.p('

800: end loop;
801: htp.formSelectClose;
802: htp.p('

');
803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'');
806: htp.p('
');
807: htp.p('
808: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');

Line 806: htp.p('
');

802: htp.p('

');
803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
806: htp.p('
');
807: htp.p('
808: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
809: htp.p('
'); -- Up and Down
810: htp.p('
'); -- Selection

Line 807: htp.p('

803: htp.p('
'); -- Up and Down
804: htp.p('
805: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
806: htp.p('
');
807: htp.p('
808: '||icx_util.replace_alt_quotes(l_prompts(6))||'');
809: htp.p('
'); -- Up and Down
810: htp.p('

'); -- Selection
811: htp.p('
'); -- Up and Down

805: '||icx_util.replace_alt_quotes(l_prompts(5))||'');
806: htp.p('

');
807: htp.p('
808: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
809: htp.p('
'); -- Up and Down
810: htp.p('
'); -- Selection
811: htp.p('
');
813: htp.p('
'); -- Buttons

Line 810: htp.p('
'); -- Selection

806: htp.p('

');
807: htp.p('
808: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
809: htp.p('
'); -- Up and Down
810: htp.p('
'); -- Selection
811: htp.p('
');
813: htp.p('');

807: htp.p('
808:
');
809: htp.p('

'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');

Line 811: htp.p('
'); -- Up and Down
810: htp.p('
'); -- Selection
811: htp.p('
');
813: htp.p('
'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('
');

Line 812: htp.p('
');

808: '||icx_util.replace_alt_quotes(l_prompts(6))||'');
809: htp.p('

'); -- Up and Down
810: htp.p('
'); -- Selection
811: htp.p('
');
813: htp.p('
'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('
');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');

Line 813: htp.p('
'); -- Buttons

809: htp.p('

'); -- Up and Down
810: htp.p('
'); -- Selection
811: htp.p('
');
813: htp.p('
'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('
');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('
'); -- Buttons

Line 815: htp.p('
');

811: htp.p('

');
813: htp.p('
'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('
');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('
'); -- Buttons
818: htp.p('
'); -- Left

Line 817: htp.p('
'); -- Buttons

813: htp.p('
'); -- Buttons
814: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameLeftTo()');
815: htp.p('
');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('
'); -- Buttons
818: htp.p('

'); -- Left
820: htp.formClose;
821:

Line 818: htp.p('
');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('
'); -- Buttons
818: htp.p('
'); -- Left
820: htp.formClose;
821:
822: htp.p('

');

Line 819: htp.p('
'); -- Left

815: htp.p('

');
816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('
'); -- Buttons
818: htp.p('
'); -- Left
820: htp.formClose;
821:
822: htp.p('

');
823:

Line 820: htp.formClose;

816: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteLeftTo()');
817: htp.p('

'); -- Buttons
818: htp.p('
'); -- Left
820: htp.formClose;
821:
822: htp.p('
');
823:
824: htp.formOpen('','POST','','','NAME="Right"');

Line 822: htp.p('
');

818: htp.p('

'); -- Left
820: htp.formClose;
821:
822: htp.p('
');
823:
824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p(''); -- right
826: htp.p('');
914: htp.p('
');

Line 824: htp.formOpen('','POST','','','NAME="Right"');

820: htp.formClose;
821:
822: htp.p('

');
823:
824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p(''); -- right
826: htp.p('');

Line 825: htp.p('
');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
'); -- right

821:
822: htp.p('

');

909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('

');
823:
824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p(''); -- right
826: htp.p('');
829:

Line 826: htp.p('
');
914: htp.p('
');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
');

822: htp.p('

');
823:
824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p(''); -- right
826: htp.p('');
829:
830: htp.p('
');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
');

Line 827: htp.p(''||l_prompts(14)||'');

823:
824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p(''); -- right
826: htp.p('');
829:
830: htp.p('');

824: htp.formOpen('','POST','','','NAME="Right"');
825: htp.p('

');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
');
831: htp.p(l_prompts(2));

Line 828: htp.p('
'); -- right
826: htp.p('');
829:
830: htp.p('');
829:
830: htp.p('');

Line 831: htp.p(l_prompts(2));

827: htp.p(''||l_prompts(14)||'');
828: htp.p('');
829:
830: htp.p('

');
835: htp.p('
');
829:
830: htp.p('
');
835: htp.p('
');
907: htp.p('
');
907: htp.p('
');
907: htp.p('
');
914: htp.p('
');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
');
831: htp.p(l_prompts(2));
832: htp.p('
');

Line 830: htp.p('
');

826: htp.p('

');
827: htp.p(''||l_prompts(14)||'');
828: htp.p('
');
831: htp.p(l_prompts(2));
832: htp.p('
');
833: htp.p(l_prompts(3));
834: htp.p('
');
831: htp.p(l_prompts(2));
832: htp.p('
');
833: htp.p(l_prompts(3));
834: htp.p('
');

Line 832: htp.p('
');

828: htp.p('

');
831: htp.p(l_prompts(2));
832: htp.p('
');
833: htp.p(l_prompts(3));
834: htp.p('
');
836: htp.p('');
835: htp.p('');
907: htp.p('
'); -- Options

Line 833: htp.p(l_prompts(3));

829:
830: htp.p('

');
831: htp.p(l_prompts(2));
832: htp.p('
');
833: htp.p(l_prompts(3));
834: htp.p('
');
836: htp.p('');

830: htp.p('

');
835: htp.p('');
907: htp.p('
'); -- Options
837: htp.p('
');
831: htp.p(l_prompts(2));
832: htp.p('
');
833: htp.p(l_prompts(3));
834: htp.p('
');
836: htp.p('');
835: htp.p('
'); -- Options
837: htp.p('
');

831: htp.p(l_prompts(2));
832: htp.p('

');
833: htp.p(l_prompts(3));
834: htp.p('
');
836: htp.p('
'); -- Options
837: htp.p('');
835: htp.p('
'); -- Options

832: htp.p('

');
833: htp.p(l_prompts(3));
834: htp.p('
');
836: htp.p('');
835: htp.p('
'); -- Options
837: htp.p('');

833: htp.p(l_prompts(3));
834: htp.p('

');
836: htp.p('
'); -- Options
837: htp.p('
');
884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');

Line 883: htp.p('
');

879: end if;
880: end loop;
881: end if;
882: htp.formSelectClose;
883: htp.p('

');
884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
887: htp.p('
'); -- Add

Line 884: htp.p('
'); -- Add

880: end loop;
881: end if;
882: htp.formSelectClose;
883: htp.p('

');
884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
887: htp.p('
'); -- Add
888: htp.p('
'); -- Options

Line 885: htp.p('

881: end if;
882: htp.formSelectClose;
883: htp.p('

');
884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'');
887: htp.p('
'); -- Add
888: htp.p('
'); -- Options
889: htp.p('
');

Line 887: htp.p('
'); -- Add

883: htp.p('

');
884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
887: htp.p('
'); -- Add
888: htp.p('
'); -- Options
889: htp.p('
');
890: htp.p('
'); -- Selection
891: htp.p('
'); -- Options

884: htp.p('
'); -- Add
885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
887: htp.p('
'); -- Add
888: htp.p('

'); -- Options
889: htp.p('
');
890: htp.p('
'); -- Selection
891: htp.p('
');

885: htp.p('
886: '||icx_util.replace_alt_quotes(l_prompts(4))||'
');
887: htp.p('

'); -- Add
888: htp.p('
'); -- Options
889: htp.p('
');
890: htp.p('
'); -- Selection
891: htp.p('
'); -- Selection

886: '||icx_util.replace_alt_quotes(l_prompts(4))||'');
887: htp.p('

'); -- Add
888: htp.p('
'); -- Options
889: htp.p('
');
890: htp.p('
'); -- Selection
891: htp.p('');

887: htp.p('

'); -- Add
888: htp.p('
'); -- Options
889: htp.p('
');
890: htp.p('
'); -- Selection
891: htp.p('
');
890: htp.p('');
907: htp.p('
'); -- Selection
891: htp.p('
');

Line 896: htp.formSelectClose;

892: for r in right loop
893: htp.formSelectOption(cvalue => nvl(r.prompt,r.description),
894: cattributes => 'VALUE = "'||r.responsibility_application_id||'@!$#'||r.security_group_id||'@!$#'||r.responsibility_id||'@!$#'||r.menu_id||'@!$#'||r.entry_sequence||'@!$#'||r.prompt||'@!$#'||r.plug_id||'"');
895: end loop;
896: htp.formSelectClose;
897: htp.p('

');
898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');

Line 897: htp.p('
');

893: htp.formSelectOption(cvalue => nvl(r.prompt,r.description),
894: cattributes => 'VALUE = "'||r.responsibility_application_id||'@!$#'||r.security_group_id||'@!$#'||r.responsibility_id||'@!$#'||r.menu_id||'@!$#'||r.entry_sequence||'@!$#'||r.prompt||'@!$#'||r.plug_id||'"');
895: end loop;
896: htp.formSelectClose;
897: htp.p('

');
898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
901: htp.p('
');

Line 898: htp.p('');

Line 904: htp.p('
'); -- Up and Down

894: cattributes => 'VALUE = "'||r.responsibility_application_id||'@!$#'||r.security_group_id||'@!$#'||r.responsibility_id||'@!$#'||r.menu_id||'@!$#'||r.entry_sequence||'@!$#'||r.prompt||'@!$#'||r.plug_id||'"');
895: end loop;
896: htp.formSelectClose;
897: htp.p('

');
898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
901: htp.p('
');
902: htp.p('

Line 899: htp.p('

895: end loop;
896: htp.formSelectClose;
897: htp.p('

');
898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'');
901: htp.p('
');
902: htp.p('
903: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');

Line 901: htp.p('
');

897: htp.p('

');
898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
901: htp.p('
');
902: htp.p('
903: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
904: htp.p('
'); -- Up and Down
905: htp.p('
'); -- Selection

Line 902: htp.p('

898: htp.p('
'); -- Up and Down
899: htp.p('
900: '||icx_util.replace_alt_quotes(l_prompts(5))||'
');
901: htp.p('
');
902: htp.p('
903: '||icx_util.replace_alt_quotes(l_prompts(6))||'');
904: htp.p('
'); -- Up and Down
905: htp.p('

'); -- Selection
906: htp.p('
'); -- Up and Down

900: '||icx_util.replace_alt_quotes(l_prompts(5))||'');
901: htp.p('

');
902: htp.p('
903: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
904: htp.p('
'); -- Up and Down
905: htp.p('
'); -- Selection
906: htp.p('
');
908: htp.p('
'); -- Buttons

Line 905: htp.p('
'); -- Selection

901: htp.p('

');
902: htp.p('
903: '||icx_util.replace_alt_quotes(l_prompts(6))||'
');
904: htp.p('
'); -- Up and Down
905: htp.p('
'); -- Selection
906: htp.p('
');
908: htp.p('');

902: htp.p('
903:
');
904: htp.p('

'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');

Line 906: htp.p('
'); -- Up and Down
905: htp.p('
'); -- Selection
906: htp.p('
');
908: htp.p('
'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('
');

Line 907: htp.p('
');

903: '||icx_util.replace_alt_quotes(l_prompts(6))||'');
904: htp.p('

'); -- Up and Down
905: htp.p('
'); -- Selection
906: htp.p('
');
908: htp.p('
'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('
');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');

Line 908: htp.p('
'); -- Buttons

904: htp.p('

'); -- Up and Down
905: htp.p('
'); -- Selection
906: htp.p('
');
908: htp.p('
'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('
');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');
912: htp.p('
'); -- Buttons

Line 910: htp.p('
');

906: htp.p('

');
908: htp.p('
'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('
');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');
912: htp.p('
'); -- Buttons
913: htp.p('
'); -- right

Line 912: htp.p('
'); -- Buttons

908: htp.p('
'); -- Buttons
909: icx_plug_utilities.buttonBoth(l_prompts(10),'javascript:renameRightTo()');
910: htp.p('
');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');
912: htp.p('
'); -- Buttons
913: htp.p('

'); -- right
915:
916:

Line 913: htp.p('
');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');
912: htp.p('
'); -- Buttons
913: htp.p('
'); -- right
915:
916:
917: htp.p('
'); -- right

910: htp.p('');
911: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteRightTo()');
912: htp.p(''); -- Buttons
913: htp.p('');
914: htp.p(''); -- right
915:
916:
917: htp.p('');
918:

Line 917: htp.p('');

913: htp.p('');
914: htp.p(''); -- right
915:
916:
917: htp.p('');
918:
919: htp.p('
920:
921:

Line 919: htp.p('

915:
916:
917: htp.p('');
918:
919: htp.p('
920:
921:
922:
923:

Line 926: htp.p('
');

922:
923:
924: ');
925:
926: htp.p('
');
927:
928: htp.p('');
929:
930: Colors(l_prompts(15));

Line 928: htp.p('');

924: ');
925:
926: htp.p('
');
927:
928: htp.p('');
929:
930: Colors(l_prompts(15));
931:
932: htp.p('');

Line 932: htp.p('');

928: htp.p('');
929:
930: Colors(l_prompts(15));
931:
932: htp.p('');
933:
934: htp.p('
');
935:
936: htp.p('');

Line 934: htp.p('
');

930: Colors(l_prompts(15));
931:
932: htp.p('');
933:
934: htp.p('
');
935:
936: htp.p('');
937:
938: Refresh(l_page_id,l_prompts(12));

Line 936: htp.p('');

932: htp.p('');
933:
934: htp.p('
');
935:
936: htp.p('');
937:
938: Refresh(l_page_id,l_prompts(12));
939:
940: htp.p('');

Line 940: htp.p('');

936: htp.p('');
937:
938: Refresh(l_page_id,l_prompts(12));
939:
940: htp.p('');
941:
942: htp.p('
');
943:
944: htp.p('');

Line 942: htp.p('
');

938: Refresh(l_page_id,l_prompts(12));
939:
940: htp.p('');
941:
942: htp.p('
');
943:
944: htp.p('');
945:
946: htp.p('');

Line 944: htp.p('
');
941:
942: htp.p('');
943:
944: htp.p('');
954: htp.tableClose;
955: htp.formClose;
956:
957: htp.bodyClose;

Line 954: htp.tableClose;

950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
951: htp.p('

');

940: htp.p('


');
945:
946: htp.p('');
947: htp.p('');
954: htp.tableClose;
955: htp.formClose;

Line 953: htp.p('');

949: htp.p('

');
948: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveCustomization()','FNDJLFOK.gif');

Line 946: htp.p('');

942: htp.p('

');
943:
944: htp.p('

');
945:
946: htp.p('');
947: htp.p('');

Line 951: htp.p('
');
948: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveCustomization()','FNDJLFOK.gif');
949: htp.p('
');
950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');

Line 947: htp.p('
');

943:
944: htp.p('

');
945:
946: htp.p('');
947: htp.p('
');
948: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveCustomization()','FNDJLFOK.gif');
949: htp.p('
');
950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
951: htp.p('
');

Line 949: htp.p('
');

945:
946: htp.p('');
947: htp.p('
');
948: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveCustomization()','FNDJLFOK.gif');
949: htp.p('
');
950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
951: htp.p('
');
952:
953: htp.p('

');

947: htp.p('

');
948: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveCustomization()','FNDJLFOK.gif');
949: htp.p('
');
950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
951: htp.p('
');
952:
953: htp.p('
');
950: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
951: htp.p('
');
952:
953: htp.p('
');
952:
953: htp.p('');
954: htp.tableClose;
955: htp.formClose;
956:
957: htp.bodyClose;
958: htp.htmlClose;

Line 955: htp.formClose;

951: htp.p('');
952:
953: htp.p('');
954: htp.tableClose;
955: htp.formClose;
956:
957: htp.bodyClose;
958: htp.htmlClose;
959:

Line 957: htp.bodyClose;

953: htp.p('');
954: htp.tableClose;
955: htp.formClose;
956:
957: htp.bodyClose;
958: htp.htmlClose;
959:
960: end if;
961:

Line 958: htp.htmlClose;

954: htp.tableClose;
955: htp.formClose;
956:
957: htp.bodyClose;
958: htp.htmlClose;
959:
960: end if;
961:
962: exception

Line 964: htp.p(SQLERRM);

960: end if;
961:
962: exception
963: when others then
964: htp.p(SQLERRM);
965:
966: end;
967:
968: procedure updateCustomization(X in varchar2,

Line 1371: htp.p(SQLERRM);

1367: end if; -- validateSession
1368:
1369: exception
1370: when others then
1371: htp.p(SQLERRM);
1372:
1373: end;
1374:
1375: end OraclePlugs;