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 access custom GET-variables in Oracle APEX

H VDec 15 2023

I have an application that sends users to a non-APEX webshop. After they are finished they are sent back to our APEX application along with custom (non-APEX) GET-variables in the URL.

The simplified URL looks like this:

f?p=101:111&orderID=12345678&currency=EUR

How can I get the value of the parameters orderID and currency in APEX without using Javascript?

I am using APEX 23.2.1.

I have tried using :APP_URL and APEX_APPLICATION.G_X01 but they both show no data.

APEX_PAGE.GET_URL only shows the APEX-part of the URL and not the custom GET-parameters.

Any help is greatly appreciated!

This post has been answered by InoL on Dec 15 2023
Jump to Answer
Comments
Post Details
Added on Dec 15 2023
2 comments
666 views