oracle8.1.6
begin
:1 := journal_entry.new(
journal_id => :journal_id,
object_id => :object_id,
action => 'comment',
action_pretty => 'Comment',
creation_user => :user_id,
creation_ip => :ip_address,
msg => :msg );
end;
select content_item.get_title(:item_id) from dual
select acs_object_id_seq.nextval from dual