oracle8.1.6 declare id integer; begin id := acs_group.new(group_name => :group_name); insert into jb_conference_groups (group_id) values (id); end;