I have a query similar to :
SELECT empno, empname, deptno
FROM EMP
in a tabular form, where deptno
is a SELECT LIST containing all of the records in DEPT. I'm trying to use empno
in a sub-select within the LOV query in order to limit the number of DEPT records returned.
How do I reference EMPNO from a tabular form withing an LOV query?