I am in jquery apex mode within Version 4.2. I am trying to set the page items before they are used within the page using pl/sql within a dynamic event. I am setting the item value, but only after I refresh the page. So the item does not change on the first load of the page which is necessary. The one thing I might think is wrong is that the pl/sql takes too long, but I set 'wait for result' so I don't know what is wrong. Here is my process of what I am doing:
I have page items P11_ONE and P11_TWO, and I use other page items to set these values. As you can see below with my pl/sql.
This is my condition:

I am stuck and not sure if this is possible to do or if I should figure out a different way to go about this. Any help is appreciated, thanks.