Change the popup lov values this will fire an alert box.
Notice that the alert box hides behind the popup.
Region source
select "LAST_NAME"
, APEX_ITEM.POPUP_FROM_QUERY(
10
,DEPARTMENT_ID
,'Select dep.department_name
, dep.department_id
from oehr_departments dep'
) POPUP_LOV
, APEX_ITEM.POPUPKEY_FROM_QUERY(
20
,DEPARTMENT_ID
,'Select dep.department_name
, dep.department_id
from oehr_departments dep'
) POPUPKEY_LOV
from OEHR_EMPLOYEES
There are 3 dynamic actions all with selection type "jQuery selector" and the event onchange.
The popup_lov has the selector "[name='f10']"
The popupkey display value has the selector "[name='f20']"
The popupkey return value has the selector "[name='f21']"