DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PVT dependencies on FND_CSS_PKG

Line 5466: --Bug#3944741: As FND_CSS_PKG.Encode() converts single quote into '

5462: l_amp VARCHAR2(1) := '&';
5463: BEGIN
5464: --RETURN escape_html(p_input, '
');
5465:
5466: --Bug#3944741: As FND_CSS_PKG.Encode() converts single quote into '
5467: --this creates problem in escaping the single quote in
5468: --ICXUtils.replace_onMouseOver_quotes(), hence reverting this conversion
5469: RETURN (REPLACE(FND_CSS_PKG.Encode(p_input), l_amp||'#39;', ''''));
5470: END escape_html;

Line 5469: RETURN (REPLACE(FND_CSS_PKG.Encode(p_input), l_amp||'#39;', ''''));

5465:
5466: --Bug#3944741: As FND_CSS_PKG.Encode() converts single quote into '
5467: --this creates problem in escaping the single quote in
5468: --ICXUtils.replace_onMouseOver_quotes(), hence reverting this conversion
5469: RETURN (REPLACE(FND_CSS_PKG.Encode(p_input), l_amp||'#39;', ''''));
5470: END escape_html;
5471:
5472: --------------------------------------------------------------------------
5473: FUNCTION escape_html_input(