DBA Data[Home] [Help]

APPS.IRC_LOCATION_UTILITY dependencies on UTL_HTTP

Line 39: return_string_array utl_http.html_pieces;

35: us_form2 VARCHAR2(32767);
36: xml_request VARCHAR2(32767);
37: url VARCHAR2(32767);
38: return_string VARCHAR2(32767);
39: return_string_array utl_http.html_pieces;
40: max_pieces binary_integer:=16;
41: l_proc varchar2(72) := g_package||'address2geocodexml';
42: BEGIN
43: hr_utility.set_location(' Entering: ' || l_proc, 10);

Line 136: return_string_array utl_http.html_pieces;

132: gdf_form VARCHAR2(32767);
133: xml_request VARCHAR2(32767);
134: url VARCHAR2(32767);
135: return_string VARCHAR2(32767);
136: return_string_array utl_http.html_pieces;
137: max_pieces binary_integer:=16;
138: l_proc varchar2(72) := g_package||'address2geocodexml';
139: BEGIN
140: hr_utility.set_location(' Entering: ' || l_proc, 10);

Line 309: return_string_array utl_http.html_pieces;

305: unformatted_form VARCHAR2(32767);
306: xml_request VARCHAR2(32767);
307: url VARCHAR2(32767);
308: return_string VARCHAR2(32767);
309: return_string_array utl_http.html_pieces;
310: max_pieces binary_integer:=16;
311: l_proc varchar2(72) := g_package||'address2geocodexml';
312: BEGIN
313: hr_utility.set_location(' Entering: ' || l_proc, 10);

Line 578: return_string_array utl_http.html_pieces;

574: geocode_nodes xmlDom.DOMNodeList;
575: geocode_node xmlDom.DOMNode;
576: match_node xmlDom.DOMNode;
577: parser xmlparser.parser;
578: return_string_array utl_http.html_pieces;
579: max_pieces binary_integer:=16;
580: --+
581: procedure process_addresses is
582: begin