DBA Data[Home] [Help]

APPS.OKS_MAIL dependencies on UTL_HTTP

Line 444: pieces UTL_HTTP.HTML_PIECES;

440: ) IS
441:
442: conn UTL_SMTP.CONNECTION;
443: buf RAW(32767);
444: pieces UTL_HTTP.HTML_PIECES;
445: wallet_pswd VARCHAR2(2000);
446: j pls_integer;
447:
448: BEGIN

Line 478: pieces := UTL_HTTP.REQUEST_PIECES(

474: ELSE
475: wallet_pswd := NULL;
476: END IF;
477:
478: pieces := UTL_HTTP.REQUEST_PIECES(
479: url => URL,
480: max_pieces => 32767,
481: proxy => NULL,
482: wallet_path => wallet_path,

Line 491: pieces := UTL_HTTP.REQUEST_PIECES(

487: FND_FILE.PUT_LINE(FND_FILE.LOG, FND_MESSAGE.GET );
488: END IF;
489:
490: ELSE
491: pieces := UTL_HTTP.REQUEST_PIECES(
492: url => URL,
493: max_pieces => 32767,
494: proxy => NULL,
495: wallet_path => NULL,