Hi guys, Apex noob here, I was looking at the Apex's Sample Database Application and notice that in Page 14 ("Order Summary"), in "Place Order" PL/SQL process code during submission, there is this piece of code:
-- Create New Customer
if :P11_CUSTOMER_OPTIONS = 'NEW' then
It makes me wonder how it can access value from Page 11, without passing it via URL parameter. I tried to create the same wizard pages and want to pass values filled from earlier pages to the final page, but it did not work (e.g. I tried to transfer values from Page 20 to Page 24, but the values are null). Does anyone know how to pass the values? Thank you in advance!
P.S. I am using Oracle Apex v5.0.4.