Idea Summary
Overload apex_page.get_url with apex_t_varchar2 parameters for p_items and p_values. Automatically escape the values.
Use Case
If a parameter could have a comma in the value the current implementation (passing varchar2 strings) is problematic.