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!

Apex V20.2 Set value DA

Srini-SJan 9 2022

One of the ways to use 'set value ' dynamic action is to use pl/sql code (like expression, static value etx.) with items to submit and items to return. This used to work well in 18.2
In 20.2 , what I noticed is that this doesn't actually 'set' the value of the page item, but only identifies/ derives the value based on the code written in plsql block. I need to again use 'apex session state set' function to make sure that the page can see and process the derived value (by plsql).
Is this behavior seen by anyone else?
I am sure this is to do with the way page is processed by Apex, but that's where my knowledge is limited and would like to understand so that I can use the session state set function sparingly .

APEX_UTIL.SET_SESSION_STATE
Comments
Post Details
Added on Jan 9 2022
6 comments
241 views