Convert select result into colon separated string
Brought to you by:
patrick_wolf,
praganitsch
APEX uses a colon separated string for different widgets like multi-select-lists, checkboxes and shuttles. But it's a lot of typing to convert a assignment table result into a colon separated string so that APEX can process it.
Add a function which gets a ref cursor and converts the result into a colon separated string.