oracle8.1.6
begin
:1 := us_selection.new (
package_id => :package_id,
title => :title,
description => :description,
bind_vars => :bind_vars,
context_id => :package_id,
creation_user => :user_id,
creation_ip => :creation_ip);
end;
begin
us_selection.edit (
selection_id => :selection_id,
title => :title,
description => :description,
bind_vars => :bind_vars,
modifying_user => :user_id,
modifying_ip => :modifying_ip);
end;
begin
us_selection.delete (
selection_id => :selection_id);
end;