DBA Data[Home] [Help]

APPS.HZ_HTTP_PKG dependencies on FND_GLOBAL

Line 168: content_type := RTRIM(RTRIM(RTRIM(LTRIM(SUBSTRB(line,14))),fnd_global.local_chr(10)),fnd_global.local_chr(13));

164: IF line = utl_tcp.crlf THEN
165: header := false;
166: ELSE
167: IF UPPER(line) LIKE 'CONTENT-TYPE:%' THEN
168: content_type := RTRIM(RTRIM(RTRIM(LTRIM(SUBSTRB(line,14))),fnd_global.local_chr(10)),fnd_global.local_chr(13));
169: END IF;
170: END IF;
171: ELSE
172: resp := resp || line;