DBA Data[Home] [Help]

APPS.IRC_JPP_GENERATOR dependencies on IRC_XML_UTIL

Line 484: tv_sheet:= irc_xml_util.http_get_pieces(l_stylesheet_url,100);

480: if(p_stylesheet_content is not null) then
481: lv_stylesheet:=p_stylesheet_content;
482: else
483: l_stylesheet_url:=fnd_profile.value('APPS_FRAMEWORK_AGENT')||'/OA_HTML/'||p_stylesheet;
484: tv_sheet:= irc_xml_util.http_get_pieces(l_stylesheet_url,100);
485: lv_stylesheet:='';
486: for l_index in 1..tv_sheet.count loop
487: lv_stylesheet:=lv_stylesheet||tv_sheet(l_index);
488: end loop;