DBA Data[Home] [Help]

APPS.POA_REPORT_UTIL dependencies on WFA_HTML

Line 1040: l_where_clause := WFA_HTML.conv_special_url_chars(l_where_clause);

1036:
1037: l_where_clause := l_where_clause || ' ))';
1038:
1039: -- convert all of the ASCIII special characters
1040: l_where_clause := WFA_HTML.conv_special_url_chars(l_where_clause);
1041:
1042: x_where_clause := l_where_clause;
1043:
1044: EXCEPTION