A small Oracle APEX intermezzo about apex_string.plist_put. Its kind of a weird set of functions/procedures where keys and values are put in one long apex_t_varchar2. The first key is put in slot 1, the first value is put in slot 2, etc …
declare
l...