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 bind a page item value to a Rest Service param value?

Ricardo SerranoNov 20 2023

Hey guys.

Im facing a problem trying to bind a Interactive Report Column value with a Rest Service, hope you can help me finding out what im missing.

I have a page in Oracle APEX with an Interactive Report which has a Rest Service (A) as source, lets call this page “Master”. Clicking on a record from Master A, I send a column Id using the Link Builder and redirect to another page ("Detail") which has a rest service (B) as source.

This is the definition of my rest service B:

But when I go from Master to Detail:

I've already tried binding my parm with :P46_HOSTID, #P46_HOSTID#, “#P46_HOSTID#”, but anything works. Even tried this way:

But cant get it to work ): Thanks for your help!

This post has been answered by Carsten Czarski-Oracle on Nov 20 2023
Jump to Answer
Comments
Post Details
Added on Nov 20 2023
6 comments
691 views