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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Possible to Re-Fire a Application Computation On Demand?

Joseph UpshawSep 4 2014 — edited Sep 8 2014

APEX 4.2.5.00.08

I have an Application Computation that sets the value of an Application Item using the current APP_USER as one of its required parameters. This computation fires On New Instance so; it is fired when the login page is loaded. However, the login page, bu definition, is loaded before the user has logged in as so; the APP_USER, at this point is still set to "nobody"

I know that I can change the computation to fire for every page but, this is really unnecessary. I merely want to fire it, once, following a successful login (which would then set the APP_USER).

Is this possible? (From JavaScript or PL/SQL)

Thanks,

-Joe

This post has been answered by Scott Wesley on Sep 8 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2014
Added on Sep 4 2014
8 comments
3,569 views