HTML Schema Doc Generator uses the HTML that is contained in the source code of procedures using HTP.Print in Toad for Oracle 11.0
For example, the procedure below contains htp.print statements that uses the <P> tag, but the HTML Schema Doc Generator causes the <P> to show up on the report rather than putting a gap in the page instead.
(Snippet of procedure code)
IF sqlcode <> 0 THEN
htp.print('<p>');
htp.print('SQL Error: ');
htp.print(sqlcode);
ELSE
htp.print('<p><p> All Issues for '||UPPER(c_active_with)||' have been locked.');
END IF;
COMMIT;
I do not see this issue on Toad for Oracle 10.6.1.
WORKAROUND:
None.
STATUS:
Waiting for fix to be released in a future version of Toad for Oracle.