Oracle APEX - Set Page Items to NULL

David FerrolDavid Ferrol
1 min read
begin 
  apex_util.set_session_state('P1_ITEM1', null);
  apex_util.set_session_state('P1_ITEM2', 'some value');
end;
0
Subscribe to my newsletter

Read articles from David Ferrol directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

David Ferrol
David Ferrol

I ❤️ Oracle APEX