DBA Data[Home] [Help]

APPS.BIS_PORTLET_PMREGION dependencies on ICX_UTIL

Line 690:

686: HTML_Banner := HTML_Banner ||
687: '
688:
689:
690:
692:
693:

694:

Line 691: ||ICX_UTIL.replace_alt_quotes(Return_Alt)||

687: '

';

Line 1501: ICX_UTIL.replace_onMouseOver_quotes(l_linktext)||''','''||l_linkvalue||''')',

1497: exit;
1498: end if;
1499: end loop;
1500: htp.tableData(htf.anchor(curl=>'Javascript:transfer_value('''||
1501: ICX_UTIL.replace_onMouseOver_quotes(l_linktext)||''','''||l_linkvalue||''')',
1502: ctext=>l_linktext),
1503: cnowrap=>'YES',
1504: cattributes=>'HEIGHT=10');
1505: elsif (p_disp(l_pos1) = FND_API.G_TRUE) AND

Line 1622: l_select_tarlevel := icx_util.replace_quotes(fnd_message.get);

1618: end if;
1619:
1620: -- Get all the message strings from the database
1621: fnd_message.set_name('BIS','BIS_SELECT_TARLEVEL');
1622: l_select_tarlevel := icx_util.replace_quotes(fnd_message.get);
1623: --rmohanty BUG#1653751
1624: --changed from BIS_DUP_TARLEVEL to BIS_DUP_TARLEVELS
1625: fnd_message.set_name('BIS','BIS_DUP_TARLEVELS');
1626: l_dup_tarlevel := icx_util.replace_quotes(fnd_message.get);

Line 1626: l_dup_tarlevel := icx_util.replace_quotes(fnd_message.get);

1622: l_select_tarlevel := icx_util.replace_quotes(fnd_message.get);
1623: --rmohanty BUG#1653751
1624: --changed from BIS_DUP_TARLEVEL to BIS_DUP_TARLEVELS
1625: fnd_message.set_name('BIS','BIS_DUP_TARLEVELS');
1626: l_dup_tarlevel := icx_util.replace_quotes(fnd_message.get);
1627:
1628: -- Create a dummy value in the indicators table to send it
1629: -- to the next proc because one of parameters is a plsql table
1630: -- which cannot be nullable

Line 1713: l_instruction := icx_util.replace_quotes(fnd_message.get);

1709: );
1710:
1711: -- Print out NOCOPY the instructions for this page
1712: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION1');
1713: l_instruction := icx_util.replace_quotes(fnd_message.get);
1714: htp.p('
');
1715: htp.p('


691: ||ICX_UTIL.replace_alt_quotes(Return_Alt)||

688:
689:
690:
692:
693:
694:
695:
692:
693:
694:
695:
697:
698:

691: ||ICX_UTIL.replace_alt_quotes(Return_Alt)||

Line 695:

691: ||ICX_UTIL.replace_alt_quotes(Return_Alt)||


696: '||bis_utilities_pvt.escape_html(return_description)||'

699:
');
1716: htp.p('
');

Line 1903: ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||

1899: htp.p('

'
1717: ||bis_utilities_pvt.escape_html(l_instruction)||'
');
1900: htp.p('
'); --add
1901: htp.p(''||<br>
1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');
1906: htp.p('
'); -- add
1907: htp.p('
'); -- full menu cell

Line 1905: ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'" BORDER="0">');

1901: htp.p(''||<br>
<b>1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');
1906: htp.p(''); -- add
1907: htp.p(''); -- full menu cell
1908: htp.p('');
1909: --favorite cell

Line 1941: ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||

1937:
1938: -- up and down
1939: htp.p('
');
1940: htp.p(''||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('
');
1945: htp.p('');

1939: htp.p('
');
1940: htp.p(''||<br>
<b>1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('
');
1945: htp.p(''||<br>
</p>
<h5>Line 1946:           ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||<br>
</h5><p>
1942:           ''';return true'||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('
');
1945: htp.p(''||<br>
1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');
1949: htp.p('
'); --up and down
1950: htp.p('

'); --favorite cell

Line 1948: ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'" BORDER="0">');

1944: htp.p('');
1945: htp.p(''||<br>
<b>1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');
1949: htp.p(''); --up and down
1950: htp.p(''); --favorite cell
1951: htp.p('');
1952: htp.p('');

Line 2226: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);

2222: l_blank := '';
2223:
2224: -- Set the message strings from the database
2225: fnd_message.set_name('BIS','BIS_ENTER_DISPLAY_LABEL');
2226: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
2227: fnd_message.set_name('BIS','BIS_SELECT_DISPLAY_LABEL');
2228: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
2229: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);

Line 2228: l_select_displabel := icx_util.replace_quotes(fnd_message.get);

2224: -- Set the message strings from the database
2225: fnd_message.set_name('BIS','BIS_ENTER_DISPLAY_LABEL');
2226: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
2227: fnd_message.set_name('BIS','BIS_SELECT_DISPLAY_LABEL');
2228: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
2229: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
2231: fnd_message.set_name('BIS','BIS_DUP_COMBO');
2232: l_dup_combo := icx_util.replace_quotes(fnd_message.get);

Line 2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);

2226: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
2227: fnd_message.set_name('BIS','BIS_SELECT_DISPLAY_LABEL');
2228: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
2229: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
2231: fnd_message.set_name('BIS','BIS_DUP_COMBO');
2232: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
2233: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');
2234: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);

Line 2232: l_dup_combo := icx_util.replace_quotes(fnd_message.get);

2228: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
2229: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
2231: fnd_message.set_name('BIS','BIS_DUP_COMBO');
2232: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
2233: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');
2234: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);
2235:
2236: l_un_auth := BIS_UTILITIES_PVT.Get_FND_Message('BIS_UNAUTHORIZED');

Line 2234: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);

2230: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
2231: fnd_message.set_name('BIS','BIS_DUP_COMBO');
2232: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
2233: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');
2234: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);
2235:
2236: l_un_auth := BIS_UTILITIES_PVT.Get_FND_Message('BIS_UNAUTHORIZED');
2237:
2238: IF (BIS_PMF_PORTLET_UTIL.has_customized_rows(l_plug_id, l_current_user_id, l_owner_user_id) ) THEN

Line 2279: l_instruction := icx_util.replace_quotes(fnd_message.get);

2275: );
2276:
2277: -- Print out NOCOPY the instructions for this page
2278: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION2');
2279: l_instruction := icx_util.replace_quotes(fnd_message.get);
2280: htp.p('
');
2281: htp.p('');
2282: htp.p('');

Line 3718: icx_util.replace_onMouseOver_quotes(

3714: htp.p('

');
3725: htp.p('');
3725: htp.p('');
3734: htp.tableClose; --up and down

Line 4243: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);

4239: -- *****************************************
4240:
4241: -- Set the message strings from the database
4242: fnd_message.set_name('BIS','BIS_ENTER_DISPLABEL');
4243: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
4244: fnd_message.set_name('BIS','BIS_SELECT_DISPLABEL');
4245: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
4246: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
4247: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);

Line 4245: l_select_displabel := icx_util.replace_quotes(fnd_message.get);

4241: -- Set the message strings from the database
4242: fnd_message.set_name('BIS','BIS_ENTER_DISPLABEL');
4243: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
4244: fnd_message.set_name('BIS','BIS_SELECT_DISPLABEL');
4245: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
4246: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
4247: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
4248:
4249: fnd_message.set_name('BIS','BIS_DUP_COMBO');

Line 4247: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);

4243: l_enter_displabel := icx_util.replace_quotes(fnd_message.get);
4244: fnd_message.set_name('BIS','BIS_SELECT_DISPLABEL');
4245: l_select_displabel := icx_util.replace_quotes(fnd_message.get);
4246: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
4247: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
4248:
4249: fnd_message.set_name('BIS','BIS_DUP_COMBO');
4250: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
4251: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');

Line 4250: l_dup_combo := icx_util.replace_quotes(fnd_message.get);

4246: fnd_message.set_name('BIS','BIS_DUP_DISPLAY_LABEL');
4247: l_dup_displabel := icx_util.replace_quotes(fnd_message.get);
4248:
4249: fnd_message.set_name('BIS','BIS_DUP_COMBO');
4250: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
4251: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');
4252: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);
4253:
4254: -- Unpack the one element that was selected for edit from the Favorites box

Line 4252: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);

4248:
4249: fnd_message.set_name('BIS','BIS_DUP_COMBO');
4250: l_dup_combo := icx_util.replace_quotes(fnd_message.get);
4251: fnd_message.set_name('BIS','BIS_CHOOSE_DIM_VALUE');
4252: l_choose_dim_value := icx_util.replace_quotes(fnd_message.get);
4253:
4254: -- Unpack the one element that was selected for edit from the Favorites box
4255: -- to obtain individual dim_level_value id's
4256: l_length := length(V);

Line 6635: ICX_UTIL.replace_alt_quotes(l_range_lbl)||'">';

6631:
6632: --width="5%"
6633: l_html_string := l_html_string || '

';
6637:
6638: RETURN l_html_string;
6639:

Line 6745: l_html_string := l_html_string || ' ';

6741: l_html_string := l_html_string || ' style="
6742: BORDER-BOTTOM: #cccc99 1px solid;BORDER-TOP: #f7f7e7 1px solid " align="left" valign="bottom" nowrap >';
6743:
6744: IF ( p_img IS NOT NULL ) THEN
6745: l_html_string := l_html_string || ' ';
6746: ELSE
6747: l_html_string := l_html_string || ' ';
6748: END IF;
6749:

'||bis_utilities_pvt.escape_html_input(l_instruction)
2283: ||'
'); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p(''||<br>
3721:               icx_util.replace_alt_quotes(<br>
3722:                        BIS_UTILITIES_PVT.getPrompt('BIS_UP'))<br>
</p>
<h5>Line 3721:               icx_util.replace_alt_quotes(<br>
</h5><p>
3717:        htp.p('<A HREF='||<br>
<b>3721:               icx_util.replace_alt_quotes(<br>
</b>3722:                        BIS_UTILITIES_PVT.getPrompt('BIS_UP'))<br>
3723:               ||'');
3724: htp.p('
');

Line 3727: icx_util.replace_onMouseOver_quotes(

3723: ||'" BORDER="0">');
3724: htp.p('

');
3726: htp.p(''||<br>
3730:               icx_util.replace_alt_quotes(<br>
3731:                        BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||<br>
</p>
<h5>Line 3730:               icx_util.replace_alt_quotes(<br>
</h5><p>
3726:        htp.p('<A HREF='||<br>
<b>3730:               icx_util.replace_alt_quotes(<br>
</b>3731:                        BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||<br>
3732:                        '');
3733: htp.p('
6634: l_html_string := l_html_string || ' style="BORDER-LEFT: #cccc99 1px solid; BORDER-BOTTOM: #cccc99 1px solid; BORDER-TOP: #f7f7e7 1px solid " align=left> '||<br>
<b>6635:   ICX_UTIL.replace_alt_quotes(l_range_lbl)||'';
6636: l_html_string := l_html_string || '