I'm using apex 5.1 and universal theme.
I have a page with JS DA that calls a pl/sql code that sets a value of a page item using set_session state.
When this completes and control goes back to JS, how to I refresh the value of the item set in pl/sql without submitting the form?
Please note that I us $ and $s to set the item of page items but in this case I cannot use them since the DA is dialog closed.
Thanks