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!

19.2 LOV based on Web Source - Limit the result set

TomekNov 27 2019 — edited Nov 30 2019

I have a form that uses Cascading LOV's which are based on the Web Source Module (REST calls).

The first item selects the Department and the second one needs to bring "Aliases" based on the department selected. I tried many variations and cannot get it to work properly. It seems like I cannot reference an item (in this case P11_ORG_NUMBER) within the "Post Processing SQL Query". If I hard code the "org number" to specific value it works fine but adding "org = :P11_ORG_NUMBER" results in no data at all. I tried various options to reference an item "&P11_ORG_NUMBER." or V('P11_ORG_NUMBER') and nothing seems to be working.

Am I doing something wrong or is it a bug in 19.2.

Here is my setup:

Screen Shot 11-27-19 at 10.31 AM.JPG

Screen Shot 11-27-19 at 10.32 AM.JPG

LOV setup based on Web Source:

Screen Shot 11-27-19 at 10.35 AM.JPG

An page item setting to use the LOV

Screen Shot 11-27-19 at 10.37 AM.JPG

Screen Shot 11-27-19 at 10.36 AM.JPG

This post has been answered by Carsten Czarski-Oracle on Nov 29 2019
Jump to Answer

Comments

Post Details

Added on Nov 27 2019
4 comments
456 views