Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSON parsererror

BaonergesApr 10 2015 — edited Jul 6 2015

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.

This post has been answered by Baonerges on Jul 6 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2015
Added on Apr 10 2015
2 comments
803 views