Displays unset ITOS
select itos.param_name || ' [' || ito.object || ']' as unset_itos
from if_transaction_objects_setting itos
join if_transaction_objects ito on ito.id = itos.object
where itos.param_value = '[unset]'
order by itos.object, itos.param_name;