Ja, så här: create or replace trigger trg after insert on emp for each row begin myproc(:new.empno, :new.ename); end;