simple htp.p not working
588400Jul 31 2007 — edited Aug 1 2007Hey guys
I wrote a very simple stored procedure within a package
--------------------------
PROCEDURE TEST
IS
l_date DATE := SYSDATE;
begin
htp.p(l_date);
END TEST;
--------------------------
I am calling this procedure under "Processes" under the heading "source" like this
------------------
htmldb_tools.TEST;
------------------
It is not printing....not sure why....Please note that the process point is "on submit after computations and validation".......Anyone know why this is not printing the date on the form.
Thanks