Hello,
i create a process pl/sql after header with the following code
begin
htp.p('<script type="text/javascript">');
htp.p('var test_var = ');
apex_util.json_from_sql ('select * from EBA_DEMO_LOAD_EMP');
htp.p(';');
htp.p('</script>');
end;
if i run the page , the result is the page source code:
It worked in previous versions.
regards
jm