select
p.id,
apex_string.get_initials(p.created_by) user_icon,
p.created comment_date,
lower(p.created_by) user_name,
' ' comment_text,
'Delete' actions,
' ' attribute_1,
' ' attribute_2,
' ' attribute_3,
' ' attribute_4,
t.created task_created,
t.created_by task_owner,
t.task_name task_name,
'u-color-'||ora_hash(p.created_by,45) icon_modifier
from
eba_ut_chart_tasks t,
eba_ut_chart_projects p
where
t.project = p.id
order by t.created