DBA Data[Home] [Help]

SYS.HTP dependencies on WPG_DOCLOAD

Line 681: IF (wpg_docload.is_file_download)

677: nFromIx pls_integer;
678: begin
679: -- Check to see if we have a BLOB download, and if so,
680: -- return the length of the BLOB
681: IF (wpg_docload.is_file_download)
682: THEN
683: RETURN wpg_docload.get_content_length;
684: END IF;
685: if (bRawMode) then

Line 683: RETURN wpg_docload.get_content_length;

679: -- Check to see if we have a BLOB download, and if so,
680: -- return the length of the BLOB
681: IF (wpg_docload.is_file_download)
682: THEN
683: RETURN wpg_docload.get_content_length;
684: END IF;
685: if (bRawMode) then
686: return contentLen ;
687: end if;