DBA Data[Home] [Help]

APPS.FND_DOCUMENT_MANAGEMENT dependencies on UTL_HTTP

Line 4126: l_document_text := utl_http.request(l_attributes_url);

4122:
4123: /*
4124: ** Launch URL to fetch attributes
4125: */
4126: l_document_text := utl_http.request(l_attributes_url);
4127:
4128: /*
4129: ** Livelink uses < > for < and > respectively so replace these
4130: */