Web.Show_Document not showing large HTML Contents
Hello,
This is on Forms 10g. Non EBS. I have an inline html that is launching via a web browser using web.show_document. The issue is that When cursor loop below fetches more than 10 records, the document does not load in browser window at all. Also, it does not form complete URL when more than 10 records are fetched even though LC$Output and LC$Text variables are of CLOB Type.
Please advise what is missing and how to display all records fetched on the HTML Page.
DECLARE
LC$Output clob;
LC$Text clob;
Cursor gttrec is select * from ts_dayrec_gtt;