DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on UTL_HTTP

Line 73: l_html_pieces utl_http.html_pieces;

69: l_searched_str varchar2(32000);
70: l_search_str varchar2(32000);
71: l_img_src_found varchar2(32000);
72: l_file_start_found varchar2(32000);
73: l_html_pieces utl_http.html_pieces;
74: l_loop_1_counter number := 1;
75: l_loop_2_counter number := 1;
76: l_loop_3_counter number := 1;
77:

Line 97: l_html_pieces := utl_http.request_pieces( url => p_report_Fn_URL,

93:
94: begin
95:
96:
97: l_html_pieces := utl_http.request_pieces( url => p_report_Fn_URL,
98: max_pieces => 32000);
99:
100: -- original code for Graph
101: if p_trend_type = 'G' then

Line 232: --l_html_pieces utl_http.html_pieces;

228: l_schedule_id number;
229: l_file_id pls_integer := null;
230: l_profile_defined boolean;
231: l_message varchar2(32000);
232: --l_html_pieces utl_http.html_pieces;
233: l_html_pieces bis_pmv_util.lob_varchar_pieces;
234: last_upd date;
235: l_report_url varchar2(32000);
236: l_parameters varchar2(32000);