I'm building a simple page with two popup LOV . Each popup has a table and the second is on cascading data from the one. I made a DA on the first popup Lov. This is my configuration:


This is the query on the secon popup LOV

When I run the page, I get the error message from the browser console:
"
Uncaught RangeError: Maximum call stack size exceeded
at String.replace (\<anonymous>)
at se (desktop\_all.min.js?v=20.1.0.00.11:2)
at Function.se.matchesSelector (desktop\_all.min.js?v=20.1.0.00.11:2)
at Function.k.filter (desktop\_all.min.js?v=20.1.0.00.11:2)
at j (desktop\_all.min.js?v=20.1.0.00.11:2)
at k.fn.init.not (desktop\_all.min.js?v=20.1.0.00.11:2)
at d.getValue (desktop\_all.min.js?v=20.1.0.00.11:44)
at d.h \[as getValue\] (desktop\_all.min.js?v=20.1.0.00.11:16)
at d.o \[as isEmpty\] (desktop\_all.min.js?v=20.1.0.00.11:16)
at d.afterModify (desktop\_all.min.js?v=20.1.0.00.11:44)"
I'm using ORACLE ape x version 20.1.
Anyone can help me to set well these items?