Query in my View Object is set as below
SELECT 'Undefined' Meaning, '' description FROM DUAL
UNION ALL
SELECT 'Male' Meaning, '1' description FROM DUAL
I have a messageChoice item on page. I have ActionType: firePartialAction, Event: Update and Parameters: blank.

Whenever i select the meaning 'Undefined' from message choice list on UI(Running the page both from local machine and from server), its giving below error.
You are trying to access a page that is no longer active.
- The referring page may have come from a previous session. Please select Home to proceed.
Above Query on 12.1.3 Jdeveloper OAF page works perfectly fine.
Only on 12.2.10 Jdeveloper OAF page its causing issue/error. Jdev Patch that i have download is "Patch 31640893" according to the document "416708.1"
Please advice.
Thanks