oracle8.1.6
begin
:1 := acs_sc_impl.new(
:contract_name,
:name,
:pretty_name,
:owner
);
end;
begin
:1 := acs_sc_impl_alias.new(
:contract_name,
:impl_name,
:operation,
:alias,
:language
);
end;
begin
acs_sc_binding.new(
contract_name => :contract_name,
impl_name => :impl_name
);
end;
begin
acs_sc_impl.del(
impl_contract_name => :contract_name,
impl_name => :impl_name
);
end;