I'm using Oracle APEX v4.2 on Oracle 11g DB.
I currently have a page item (P10_JOB_INFO), which is a select list with a pre-assigned Named LOV (i.e. JOBS_LOV) under the page item's List of Values section.
What I would like to achieve and unsure if possible is based on a radio group selection via a Dynamic Action change/click, switch the Named LOV currently assigned to P10_JOB_INFO to now use another Named LOV such as MGR_JOB_LOV.
Is this possible via a Dynamic Action and/or Oracle APEX API?