DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on WF_CORE

Line 448: l_toolbar.custom_option1_mouseover := wf_core.translate('RETURN_TO_HOME');

444: l_toolbar.help_mouseover := FND_MESSAGE.GET;
445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
446: 'OracleMyPage.Home';
447:
448: l_toolbar.custom_option1_mouseover := wf_core.translate('RETURN_TO_HOME');
449: l_toolbar.custom_option1_gif := '/OA_MEDIA/FNDHOME.gif';
450: l_toolbar.custom_option1_mouseover_gif := '/OA_MEDIA/FNDHOME.gif';
451:
452: icx_cabo.container(p_toolbar => l_toolbar,

Line 453: p_helpmsg => wf_core.translate('MODIFY_HOME'),

449: l_toolbar.custom_option1_gif := '/OA_MEDIA/FNDHOME.gif';
450: l_toolbar.custom_option1_mouseover_gif := '/OA_MEDIA/FNDHOME.gif';
451:
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);

Line 554: l_actions(0).text := wf_core.translate('WFMON_DONE');

550: htp.tableClose;
551: htp.centerClose;
552:
553: l_actions(0).name := 'Done';
554: l_actions(0).text := wf_core.translate('WFMON_DONE');
555: l_actions(0).actiontype := 'function';
556: l_actions(0).action := 'top.main.cancelPage()'; -- put your own commands here
557: l_actions(0).targetframe := 'main';
558: l_actions(0).enabled := 'b_enabled';

Line 859: wf_core.translate('RENAME')||'">';

855:
856: l_str := '
'||<br>
<b>859:                                      wf_core.translate('RENAME')||'';
860:
861: l_str := l_str || ('');

862: p_page_id || '&'|| 'p_instanceid=' || rec.plug_id || '&' ||
863: 'p_web_html_call=' || rec.function_id ||
864: '">'||<br>
<b>866:                                   wf_core.translate('DELETE')||'');
867:
868: htp.p(l_str);
869: htp.p('&'||'nbsp;'
870: || rec.portlet_name

Line 964: l_str := ''||wf_core.translate('EDIT_CONTENT')||'';

960: begin
961:
962: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
963:
964: l_str := ''||wf_core.translate('EDIT_CONTENT')||'';
965:
966: l_str := l_str || ''||wf_core.translate('EDIT_APPEARANCE')||'';
967:
968:

Line 966: l_str := l_str || ''||wf_core.translate('EDIT_APPEARANCE')||'';

962: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
963:
964: l_str := ''||wf_core.translate('EDIT_CONTENT')||'';
965:
966: l_str := l_str || ''||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;

Line 972: l_str := l_str || ''||wf_core.translate('ADD_ROW')||'';

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
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:

Line 977: l_str := l_str || ''||wf_core.translate('ADD_COLUMN')||'';

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
980: -- Do not show the delete link for the main region - when p_show is 1
981: if ( p_show = 0 ) then

Line 984: l_str := l_str || ''||wf_core.translate('DELETE_REGION')||'';

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;
987:
988: htp.p(l_str);

Line 1063: l_button1 := icxui_api_button.create_button( p_button_name => wf_core.translate('APPLY'),

1059: -- HTML Head Close
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:

Line 1065: l_button2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),

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);
1069:

Line 1072: p_title => wf_core.translate('EDIT_REGION'),

1068: l_button_list := icxui_api_button_list(l_button1, l_button2);
1069:
1070: -- Construct the Dialog
1071: l_dialog := icxui_api_dialog.create_dialog(
1072: p_title => wf_core.translate('EDIT_REGION'),
1073: p_subheader_text => wf_core.translate('REGION_PROPERTIES'),
1074: p_buttons => l_button_list);
1075:
1076: -- HTML Body Open

Line 1073: p_subheader_text => wf_core.translate('REGION_PROPERTIES'),

1069:
1070: -- Construct the Dialog
1071: l_dialog := icxui_api_dialog.create_dialog(
1072: p_title => wf_core.translate('EDIT_REGION'),
1073: p_subheader_text => wf_core.translate('REGION_PROPERTIES'),
1074: p_buttons => l_button_list);
1075:
1076: -- HTML Body Open
1077: htp.p('');

Line 1103: htp.tableData(wf_core.translate('WIDTH'),

1099: -- wwutl_htp.tableDataOpen;
1100: htp.tableOpen(cattributes=>'cellspacing="0" cellpadding="0" border="0" width="80%"');
1101: -- Width
1102: htp.tableRowOpen;
1103: htp.tableData(wf_core.translate('WIDTH'),
1104: cattributes => 'VALIGN="MIDDLE"');
1105:
1106: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',

Line 1131: htp.p(wf_core.translate('WFMON_YES'));

1127: htp.p('');
1133: if l_region.border = 'N' then
1134: htp.p('

Line 1138: htp.p(wf_core.translate('WFMON_NO'));

1134: htp.p('');
1140: htp.fontClose;
1141: htp.formSelectClose;
1142: htp.p('');

Line 1369: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('APPLY'),

1365:
1366:
1367: -- BUTTON AND DIALOG CONSTRUCTION
1368: ----------------------------------
1369: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('APPLY'),
1370: p_button_url => 'javascript:applysubmit()');
1371: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1372: p_button_url => 'javascript:cancelsubmit()');
1373: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);

Line 1371: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),

1367: -- BUTTON AND DIALOG CONSTRUCTION
1368: ----------------------------------
1369: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('APPLY'),
1370: p_button_url => 'javascript:applysubmit()');
1371: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1372: p_button_url => 'javascript:cancelsubmit()');
1373: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);
1374:
1375: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('RENAME'),

Line 1375: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('RENAME'),

1371: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1372: p_button_url => 'javascript:cancelsubmit()');
1373: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);
1374:
1375: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('RENAME'),
1376: p_buttons => l_btn_list);
1377:
1378: -- Draw the Dialog
1379: l_dlg.open_dialog;

Line 1385: htp.tableData(cvalue=>wf_core.translate('PLUG_NAME'),cattributes => 'VALIGN="MIDDLE"');

1381: htp.p('');
1382:
1383:
1384: htp.tableRowOpen;
1385: htp.tableData(cvalue=>wf_core.translate('PLUG_NAME'),cattributes => 'VALIGN="MIDDLE"');
1386: htp.tableData(''||l_plug_name||'', cattributes => 'VALIGN="MIDDLE"');
1387: htp.tableRowClose;
1388:
1389:

Line 1391: htp.tableData(cvalue=>wf_core.translate('NEW_PLUG_NAME'), cattributes => 'VALIGN="MIDDLE"');

1387: htp.tableRowClose;
1388:
1389:
1390: htp.tableRowOpen;
1391: htp.tableData(cvalue=>wf_core.translate('NEW_PLUG_NAME'), cattributes => 'VALIGN="MIDDLE"');
1392: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1393: || htf.formText(cname => 'p_plug_name', csize => '20', cmaxlength => '80',
1394: cattributes => 'VALUE="'||l_plug_name||'"')||
1395: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');

Line 1609: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('WFMON_DONE'),

1605: end;
1606:
1607: -- BUTTON AND DIALOG CONSTRUCTION
1608: ----------------------------------
1609: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('WFMON_DONE'),
1610: p_button_url => 'javascript:finishsubmit()');
1611: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1612: p_button_url => 'javascript:cancelsubmit()');
1613: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);

Line 1611: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),

1607: -- BUTTON AND DIALOG CONSTRUCTION
1608: ----------------------------------
1609: l_btn1 := icxui_api_button.create_button(p_button_name => wf_core.translate('WFMON_DONE'),
1610: p_button_url => 'javascript:finishsubmit()');
1611: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1612: p_button_url => 'javascript:cancelsubmit()');
1613: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);
1614:
1615: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('EDIT_CONTENT') ,

Line 1615: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('EDIT_CONTENT') ,

1611: l_btn2 := icxui_api_button.create_button(p_button_name => wf_core.translate('CANCEL'),
1612: p_button_url => 'javascript:cancelsubmit()');
1613: l_btn_list := icxui_api_button_list(l_btn1, l_btn2);
1614:
1615: l_dlg := icxui_api_dialog.create_dialog(p_title => wf_core.translate('EDIT_CONTENT') ,
1616: p_buttons => l_btn_list);
1617:
1618: -- Draw the Dialog
1619: l_dlg.open_dialog;

Line 1623: htp.p('
');

1619: l_dlg.open_dialog;
1620:
1621: htp.p('

'||wf_core.translate('AVAILABLE_PLUGS')||' '||wf_core.translate('PLUGS_IN_REGION')||'
');
1622: htp.tableRowOpen;
1623: htp.p('');
1624: htp.tableRowClose;
1625: htp.p('
');
1626:
1627: icx_page_widget.buildselectboxes(

'||wf_core.translate('AVAILABLE_PLUGS')||' '||wf_core.translate('PLUGS_IN_REGION')||'