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!

How to pass an item's value without using URL parameter?

DannyS-OracleAug 18 2016 — edited Aug 18 2016

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.

This post has been answered by PMON on Aug 18 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2016
Added on Aug 18 2016
3 comments
1,390 views