SELECT name attribute_name
,NVL(text_value, NVL(TO_CHAR(number_value), TO_CHAR(date_value))) VALUE
FROM wf_item_attribute_values
WHERE item_type = 'XXITEMTP'
AND item_key = 'XXITEMTP001'
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
No comments:
Post a Comment