create or replace trigger tests
  before insert  on aaaa  
  for each row
begin
  aaa(:new.id);
end tests;