DBA Data[Home] [Help]

APPS.XDP_MACROS dependencies on UTL_HTTP

Line 477: l_Resp UTL_HTTP.HTML_PIECES;

473: p_EncryptFlag in varchar2)
474: is
475: l_ReminderLen number;
476:
477: l_Resp UTL_HTTP.HTML_PIECES;
478:
479: begin
480:
481: -- Use the UTL_HTTP package to do the GET request

Line 481: -- Use the UTL_HTTP package to do the GET request

477: l_Resp UTL_HTTP.HTML_PIECES;
478:
479: begin
480:
481: -- Use the UTL_HTTP package to do the GET request
482: begin
483: l_Resp := UTL_HTTP.Request_pieces(p_Url);
484:
485: SFM_int_response_buffer := l_Resp(1);

Line 483: l_Resp := UTL_HTTP.Request_pieces(p_Url);

479: begin
480:
481: -- Use the UTL_HTTP package to do the GET request
482: begin
483: l_Resp := UTL_HTTP.Request_pieces(p_Url);
484:
485: SFM_int_response_buffer := l_Resp(1);
486:
487: for i in 2..l_Resp.count loop

Line 511: 'SEND_HTTP.doGet.UTL_HTTP.Request_pieces',

507: SFM_SQLCODE := sqlcode;
508: SFM_SQLCODE := sqlerrm;
509:
510: xdpcore.context('XDP_MACROS',
511: 'SEND_HTTP.doGet.UTL_HTTP.Request_pieces',
512: p_Url, SQLCODE, SQLERRM);
513: xdpcore.raise(g_Unhandled);
514: end;
515: