I am creating list for tabs and want to add one icon beside my tabs for capturing click event using below code but any icon or image not getting added what is correct way to add icon or image through query
SELECT null,
PRICEITEM_CD label,
'#action$selectpriceitemcode?priceitemcd='|| PRICEITEM_CD as target,
'#APEX_FILES#apex_ui/img/favicons/app-artwork-catalog.png' image,'YES' is_current
FROM "CISADM"."CI_PRICEITEM"