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!

Setting a value in the sentry function

Jacob MadsenMay 14 2018 — edited Jun 14 2018

As part of the sentry function, I try to set the values of two Shared application items in the PL/SQL code like this:

           :USERID := l_userid;

           :ACCOUNTID := l_accountid;

Through logging, I know that the l_userid and l_accountid variables have a value at runtime. But when I try referencing the shared application items in my application after finishing the login validation, they are null. What am I doing wrong?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2018
Added on May 14 2018
21 comments
11,215 views