Hello,
I am trying to run the simple code below. I want to test branching to different pages and if it works, I will add conditionals.
BEGIN
htp.init;
owa_util.redirect_url('f?p=&APP_ID.:3:&APP_SESSION.');
END;
Here is the error I get.
Error: parsererror - SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Any hints as to what I should do? Thanks.