DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on ORACLECONFIGURE

Line 1: package body OracleConfigure as

1: package body OracleConfigure as
2: /* $Header: ICXCNFGB.pls 120.0 2005/10/07 12:13:26 gjimenez noship $ */
3:
4: -- ***********************************************
5: -- procedure createPage

Line 456: '/OracleConfigure.displayCustomize?p_page_id='||l_page_id,

452: icx_cabo.container(p_toolbar => l_toolbar,
453: p_helpmsg => wf_core.translate('MODIFY_HOME'),
454: p_helptitle => l_page_name ,
455: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||
456: '/OracleConfigure.displayCustomize?p_page_id='||l_page_id,
457: p_action => TRUE);
458:
459: end if;
460:

Line 501: popupWin = window.open("'||l_agent||'OracleConfigure.addPlugDlg?p_page_id=" +

497: icx_javascript.open_script;
498:
499: htp.p (' function customedit(pageid,regionid)
500: {
501: popupWin = window.open("'||l_agent||'OracleConfigure.addPlugDlg?p_page_id=" +
502: pageid + "'||'&'||'p_region_id=" + regionid
503: , "Add", "status=no,resizable,scrollbars=yes,width=650,height=300");
504: }
505: '); -- 1420084 mputman changed open window params to allow scrollbars

Line 509: popupWin = window.open("'||l_agent||'OracleConfigure.draw_editregion?p_region_id=" +

505: '); -- 1420084 mputman changed open window params to allow scrollbars
506:
507: htp.p (' function openWindow(regionid,pageid)
508: {
509: popupWin = window.open("'||l_agent||'OracleConfigure.draw_editregion?p_region_id=" +
510: regionid + "'||'&'||'p_page_id=" + pageid,
511: "EditRegion", "statusbar=Y,resizable,width=575,height=300");
512: }
513: ');

Line 517: popupWin = window.open("'||l_agent||'OracleConfigure.renamePlugDlg?p_plug_id=" +

513: ');
514:
515: htp.p (' function rename(plugid)
516: {
517: popupWin = window.open("'||l_agent||'OracleConfigure.renamePlugDlg?p_plug_id=" +
518: plugid
519: , "Rename", "status=no,resizable,scrollbars=yes,width=650,height=175");
520: }
521: '); -- 1420084 mputman changed open window params to allow scrollbars and shorten box from 300 to 175

Line 861: l_str := l_str || ('';
860:
861: l_str := l_str || (''||<br>
</p>
<h5>Line 970:     l_url := ''||l_agent||'OracleConfigure.split_region'||'?p_split_mode=1'||'&'||'p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;<br>
</h5><p>
966:     l_str := l_str || '<A HREF='||wf_core.translate('EDIT_APPEARANCE')||'';
967:
968:
969: -- Split Horizontal Link
970: l_url := ''||l_agent||'OracleConfigure.split_region'||'?p_split_mode=1'||'&'||'p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;
971:
972: l_str := l_str || ''||wf_core.translate('ADD_ROW')||'';
973:
974: -- Split Vertical Link

Line 975: l_url := ''||l_agent||'OracleConfigure.split_region'||'?p_split_mode=0'||'&'||'p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;

971:
972: l_str := l_str || ''||wf_core.translate('ADD_ROW')||'';
973:
974: -- Split Vertical Link
975: l_url := ''||l_agent||'OracleConfigure.split_region'||'?p_split_mode=0'||'&'||'p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;
976:
977: l_str := l_str || ''||wf_core.translate('ADD_COLUMN')||'';
978:
979: -- Delete Link

Line 982: l_url := ''||l_agent||'OracleConfigure.delete_region'||'?p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;

978:
979: -- Delete Link
980: -- Do not show the delete link for the main region - when p_show is 1
981: if ( p_show = 0 ) then
982: l_url := ''||l_agent||'OracleConfigure.delete_region'||'?p_region_id='||p_region_id||'&'||'p_page_id='||p_page_id;
983:
984: l_str := l_str || ''||wf_core.translate('DELETE_REGION')||'';
985:
986: end if;

Line 1064: p_button_url => 'javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')');

1060: htp.headClose;
1061:
1062: -- Construct the Button and the Button list
1063: l_button1 := icxui_api_button.create_button( p_button_name => wf_core.translate('APPLY'),
1064: p_button_url => 'javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')');
1065: l_button2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1066: p_button_url => 'javascript:cancelsubmit()');
1067:
1068: l_button_list := icxui_api_button_list(l_button1, l_button2);

Line 1082: htp.formOpen(curl => l_agent||'OracleConfigure.draw_editregion',

1078:
1079: htp.centerOpen;
1080:
1081: -- Form Open
1082: htp.formOpen(curl => l_agent||'OracleConfigure.draw_editregion',
1083: cmethod => 'POST',
1084: cenctype => 'multipart/form-data',
1085: cattributes => 'NAME="editregionform"');
1086:

Line 1108: cattributes => 'VALUE="'||l_region.width||'" onChange="javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')"')

1104: cattributes => 'VALIGN="MIDDLE"');
1105:
1106: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',
1108: cattributes => 'VALUE="'||l_region.width||'" onChange="javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')"')
1109: || htf.fontClose,
1110: cattributes => 'VALIGN="MIDDLE"');
1111: htp.tableRowClose;
1112:

Line 1198: OracleConfigure.displayCustomize(p_page_id);

1194: -- Display error message
1195: htp.p(SQLERRM);
1196:
1197: -- Return to the screen
1198: OracleConfigure.displayCustomize(p_page_id);
1199:
1200: return;
1201: end;
1202:

Line 1219: OracleConfigure.displayCustomize(p_page_id);

1215: end;
1216:
1217: end if;
1218:
1219: OracleConfigure.displayCustomize(p_page_id);
1220:
1221: end save_editregion;
1222:
1223:

Line 1247: OracleConfigure.displayCustomize(p_page_id);

1243: when OTHERS then
1244: htp.p(SQLERRM);
1245: end;
1246:
1247: OracleConfigure.displayCustomize(p_page_id);
1248:
1249: end split_region;
1250:
1251:

Line 1273: OracleConfigure.displayCustomize(p_page_id);

1269: when OTHERS then
1270: htp.p(SQLERRM);
1271: end;
1272:
1273: OracleConfigure.displayCustomize(p_page_id);
1274:
1275: end delete_region;
1276:
1277:

Line 1360: htp.formOpen(curl => l_agent||'OracleConfigure.renamePlug',

1356: htp.headClose;
1357: htp.p('');
1358: htp.centerOpen;
1359:
1360: htp.formOpen(curl => l_agent||'OracleConfigure.renamePlug',
1361: cmethod => 'POST',
1362: cenctype => 'multipart/form-data',
1363: cattributes => 'NAME="new_plugname"');
1364:

Line 1430: OracleConfigure.Customize;

1426: where plug_id = p_plug_id;
1427:
1428: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0
1429: then
1430: OracleConfigure.Customize;
1431: end if;
1432:
1433: exception
1434: when others then

Line 1564: htp.p(' url = "'||l_agent||'OracleConfigure.savepage?p_region_id="+document.addPlugdlg.p_region_id.value+"'||'&'||'p_page_id="+document.addPlugdlg.p_page_id.value+"'||'&'||'p_selectedlist="+document.addPlugdlg.p_selectedlist.value;

1560: }
1561: }
1562: ');
1563:
1564: htp.p(' url = "'||l_agent||'OracleConfigure.savepage?p_region_id="+document.addPlugdlg.p_region_id.value+"'||'&'||'p_page_id="+document.addPlugdlg.p_page_id.value+"'||'&'||'p_selectedlist="+document.addPlugdlg.p_selectedlist.value;
1565:
1566: window.opener.location= url;
1567: ');
1568:

Line 1579: action="'||l_agent||'OracleConfigure.addPlugDlg' || '" method="POST"

1575: htp.headClose;
1576: htp.p('');
1577: htp.centerOpen;
1578: htp.p('

1579: action="'||l_agent||'OracleConfigure.addPlugDlg' || '" method="POST"
1580: enctype="multipart/form-data">');
1581:
1582: begin
1583: l_index := 1;

Line 1690: l_rightids := OracleConfigure.csvtoarray(p_selectedlist);

1686: l_index := l_index + 1;
1687: end loop;
1688:
1689: -- construct the list of plugs currently in the selections box
1690: l_rightids := OracleConfigure.csvtoarray(p_selectedlist);
1691:
1692: for i in 1..l_rightids.count loop
1693: if (substr(l_rightids(i),1,1) <> '*') then
1694: l_rightid_details(i) := substr(l_rightids(i), instr(l_rightids(i), ':', 1, 1) + 1, length(l_rightids(i)) );

Line 1766: l_instanceid := OracleConfigure.addPlug(

1762: end if;
1763:
1764: end loop;
1765:
1766: l_instanceid := OracleConfigure.addPlug(
1767: p_resp_appl_id => l_resp_appl_id,
1768: p_security_group_id => l_security_group_id,
1769: p_responsibility_id => l_responsibility_id,
1770: p_menu_id => l_menu_id,

Line 1786: OracleConfigure.displayCustomize(p_page_id);

1782: end if;
1783:
1784: end loop;
1785:
1786: OracleConfigure.displayCustomize(p_page_id);
1787:
1788: end savepage;
1789:
1790: -- ***********************************************

Line 1918: OracleConfigure.displayCustomize(p_page_id);

1914: when others then
1915: null;
1916: end;
1917:
1918: OracleConfigure.displayCustomize(p_page_id);
1919:
1920: end if; -- validatesession
1921: end deletePlugInstance;
1922:

Line 1982: end OracleConfigure;

1978: when others then
1979: htp.p(SQLERRM);
1980: end;
1981:
1982: end OracleConfigure;