[Home] [Help]
155: htp.p('');
156: htp.p('
810: htp.p(''); -- Selection
811: htp.p('');
812: 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(' |
812: 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(' |
905: htp.p(''); -- Selection
906: htp.p('');
907: 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(' |
907: 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(' |
944: 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(' |
946: 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(' |
1361: set REFRESH_RATE = O
1362: where USER_ID = l_user_id
1363: and PAGE_ID = l_page_id;
1364:
1365: icx_plug_utilities.gotoMainMenu;
1366:
1367: end if; -- validateSession
1368:
1369: exception