Application Express User's Guide > Building an Application > Creating Lists of Values > Referencing Session State W...
You can reference session state by using bind variables. In the following example, this LOV only works if the item called my_deptno contains a valid department number.
my_deptno
SELECT ename, empno FROM emp WHERE deptno = :my_deptno