3038: -- Check to see if the callback function special url characters have been
3039: -- converted. If they have not then convert.
3040: -- Bug5161758 - XSS - Double encoding already taken care of,
3041: -- for Apps we need to use encode_url instead
3042: l_callback_function := wfa_html.encode_url(callback_function);
3043: l_dm_node_name := SUBSTR (l_dm_node_name , 1, 30);
3044:
3045: htp.htmlOpen;
3046: htp.headOpen;