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!