oracle8.0
begin
:1 = acs_rel.new (
rel_id => null,
rel_type => 'application_link',
object_id_one => :this_package_id,
object_id_two => :target_package_id,
context_id => :this_package_id,
creation_user => :user_id,
creation_ip => :id_addr
);
end;
begin
:1 = acs_rel.new (
rel_id => null,
rel_type => 'application_link',
object_id_one => :target_package_id,
object_id_two => :this_package_id,
context_id => :this_package_id,
creation_user => :user_id,
creation_ip => :id_addr
);
end;