DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on ICX_PLUG_UTILITIES

Line 928: icx_plug_utilities.plugbanner(p_display_name,

924: htp.p('');
925:
926:
927: -- meastmon 09/07/2001 Fix bug#1980577. Workaround Do not encrypt plug_id
928: icx_plug_utilities.plugbanner(p_display_name,
929: 'OA_HTML/OA.jsp?page=/oracle/apps/bis/pmf/pmportlet/pages/BISPMFSETINDICATORS&retainAM=Y&oapc=3&Z='||p_plug_id
930: , 'FNDINDIC.gif');
931:
932:

Line 3080: --icx_plug_utilities.buttonBoth(c_display_homepage,'Javascript:addTo()');

3076:
3077: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);
3078:
3079: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3080: --icx_plug_utilities.buttonBoth(c_display_homepage,'Javascript:addTo()');
3081: IF(l_swan_enabled)THEN
3082: l_button_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
3083: ELSE
3084: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;

Line 3270: --icx_plug_utilities.buttonBoth(

3266: l_string1 := l_string1 ||'';
3267: l_string1 := l_string1 ||'';
3282: l_string1 := l_string1 ||'
';
3268:
3269: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3270: --icx_plug_utilities.buttonBoth(
3271: -- BIS_UTILITIES_PVT.getPrompt('BIS_EDIT')
3272: -- ,'Javascript:editTo()');
3273: l_button_tbl(1).left_edge := l_button_edge;
3274: l_button_tbl(1).right_edge := l_button_edge;

Line 3285: --icx_plug_utilities.buttonBoth(

3281: l_string1 := l_string1 ||'

';
3283:
3284: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3285: --icx_plug_utilities.buttonBoth(
3286: -- BIS_UTILITIES_PVT.getPrompt('BIS_DELETE')
3287: -- ,'Javascript:deleteTo()');
3288: l_button_tbl(1).left_edge := l_button_edge;
3289: l_button_tbl(1).right_edge := l_button_edge;

Line 3327: --icx_plug_utilities.buttonLeft(BIS_UTILITIES_PVT.getPrompt('BIS_OK'),

3323: --meastmon 06/20/2001. Added valign attribute
3324: l_string1 := l_string1 ||'
'; -- ok
3325:
3326: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3327: --icx_plug_utilities.buttonLeft(BIS_UTILITIES_PVT.getPrompt('BIS_OK'),
3328: -- 'Javascript:savedimensions()');
3329: l_button_tbl(1).left_edge := l_button_edge;
3330: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
3331: l_button_tbl(1).disabled := FND_API.G_FALSE;

Line 3352: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),

3348: l_string1 := l_string1 ||'';
3349: --l_string1 := l_string1 ||'';
3350:
3351: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3352: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),
3353: -- 'Javascript:document.actionback.submit()');
3354: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
3355: l_button_tbl(1).right_edge := l_button_edge;
3356: l_button_tbl(1).disabled := FND_API.G_FALSE;

Line 4867: --icx_plug_utilities.buttonLeft

4863: l_string := l_string ||'';
4864: l_string := l_string ||'
';
4865:
4866: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
4867: --icx_plug_utilities.buttonLeft
4868: -- (BIS_UTILITIES_PVT.getPrompt('BIS_OK'),'javascript:saveRename()');
4869: IF(l_swan_enabled)THEN
4870: l_button_edge:=BIS_UTILITIES_PVT.G_FLAT_EDGE;
4871: ELSE

Line 4885: --icx_plug_utilities.buttonRight

4881: l_string := l_string ||l_button_str;
4882: l_string := l_string ||'

';
4883:
4884: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
4885: --icx_plug_utilities.buttonRight
4886: -- (BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),'javascript:window.close()');
4887: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
4888: l_button_tbl(1).right_edge := l_button_edge;
4889: l_button_tbl(1).disabled := FND_API.G_FALSE;

Line 5075: --icx_plug_utilities.gotoMainMenu; -- Go back to the main page

5071: WHERE reference_path = p_reference_path;
5072: COMMIT;
5073: END IF;
5074:
5075: --icx_plug_utilities.gotoMainMenu; -- Go back to the main page
5076:
5077: -- end if; -- icx_validate_session
5078: --end if; -- icx_sec.validateSession
5079: exception

Line 5633: --- icx_plug_utilities.toolbar(

5629: nls_language_code := Get_NLS_Language;
5630: icx_report_images := Get_Images_Server;
5631:
5632: --- --- --- This part used to call the ICX banner builder.
5633: --- icx_plug_utilities.toolbar(
5634: --- p_text => title
5635: --- , p_disp_help => 'Y'
5636: --- , p_disp_exit => 'Y'
5637: --- );

Line 6022: --- icx_plug_utilities.toolbar(

6018: --- icx_admin_sig.help_win_script('/OA_DOC/' || help_target ||'?', nls_language_code, 'BIS');
6019: htp.p('');
6020:
6021: --- --- --- This part used to call the ICX banner builder.
6022: --- icx_plug_utilities.toolbar(
6023: --- p_text => title
6024: --- , p_disp_help => 'Y'
6025: --- , p_disp_exit => 'Y'
6026: --- );