update acs_objects
set last_modified = current_timestamp,
modifying_user = :modifying_user,
modifying_ip = :modifying_ip,
title = :label
where object_id = :symlink_id
update cr_symlinks
set target_id = :target_id,
label = :label,
description = :description
where symlink_id = :symlink_id
select label
from cr_symlinks
where symlink_id = :item_id