postgresql7.1
update acs_objects
set last_modified = current_timestamp,
modifying_user = :caller_id,
modifying_ip = :caller_ip
where object_id = :ticket_id;
update ttl_tickets
set name = :name,
message = :message,
message_format = :message_format
where ticket_id = :ticket_id;