declare
cc integer;
begin
pkg_elevator_ref.sp_elevator_ref_add(i_id => 351,
i_code => 'Testregist',
i_asset=> null,
i_phone=> null,
o_id => cc);
end;