DBA Data[Home] [Help]

APPS.FND_GFM dependencies on OWA_UTIL

Line 974: owa_util.mime_header(ctype, FALSE, cs);

970: end if;
971: end loop;
972: end if;
973:
974: owa_util.mime_header(ctype, FALSE, cs);
975: if (pn = 'export' and nce is not null) then
976: htp.p( 'Content-length: ' || dbms_lob.getlength(lob_loc));
977: else
978: htp.p( 'Content-length: ' || dbms_lob.getlength(doc));

Line 983: owa_util.http_header_close;

979: end if;
980: /* Commenting out the following do resolve the issue with Export
981: failing on Internet Explorer.
982: htp.p( 'Cache-Control: no-cache' ); */
983: owa_util.http_header_close;
984: if (pn = 'export' and nce is not null) then
985: wpg_docload.download_file(lob_loc);
986: dbms_lob.freetemporary(lob_loc);
987: dbms_lob.close(doc);