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 do I generate a page Checksum using APEX_UTIL.PREPARE_URL ? Returns no value

RunrigJun 26 2019 — edited Jun 26 2019

I have set my page to Security as follows

pastedImage_9.png

and am trying to pull in a checksum and URL to add to my deep link value, but the following does not return a checksum ? Waht am I doing wrong. I tried all the variations of p_checksum_type and I tried removing it.

select APEX_UTIL.PREPARE_URL(p_url =>'f?p=100:14:::NO::P14_PARAM1,P14_PARAM1:DSRA,111', p_checksum_type => SESSION) as url from dual;

URL

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

f?p=100:14:::NO::P14_PARAM1,P14_PARAM1:DSRA,111

This post has been answered by Runrig on Jun 26 2019
Jump to Answer
Comments
Post Details
Added on Jun 26 2019
4 comments
10,634 views