DBA Data[Home] [Help]

APPS.UIUTIL dependencies on UTL_URL

Line 713: htp.p(''|| FND_CSS_PKG.Encode(c_title) ||'  ');

709: htp.p(FND_CSS_PKG.Encode(c_title) ||'  ');
710: htp.p(' ');
711: else
712: htp.p('  ');
713: htp.p(''|| FND_CSS_PKG.Encode(c_title) ||'  ');
714: htp.p(' ');
715: end if;
716: end render_action;
717:

Line 899: htp.prn(utl_url.escape(v_pieces(i)));

895: v_url := etrm_static.base_url || c_url;
896: end if;
897: v_pieces := utl_http.request_pieces(v_url);
898: for i in 1 .. v_pieces.count loop
899: htp.prn(utl_url.escape(v_pieces(i)));
900: end loop;
901: end prn_url;
902:
903: