DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on AP_EXPENSE_REPORT_LINES

Line 2890: l_temp AP_EXPENSE_REPORT_LINES.justification%type;

2886: -- Bug Fix : 2051803 - To remove all single and multibyte space
2887: -- at the end of input string.
2888: ------------------------------------------------------------------------
2889: FUNCTION RtrimMultiByteSpaces(p_input_string IN varchar2) RETURN VARCHAR2 IS
2890: l_temp AP_EXPENSE_REPORT_LINES.justification%type;
2891: BEGIN
2892: l_temp := rtrim(rtrim(rtrim(rtrim(p_input_string),to_multi_byte(' '))),to_multi_byte(' '));
2893: IF ((l_temp <> '') AND
2894: ((substr(l_temp,length(l_temp)) = ' ') OR