SQL ERROR

Error 6550 calling procedure:

ORA-06550: riga 3, colonna 5:
PLS-00306: numero o tipi di argomenti errati nella chiamata di 'H_CENTRO'
ORA-06550: riga 3, colonna 5:
PL/SQL: Statement ignored

The last SQL statement executed was:

begin
  if cn_clerus.AUTHORIZE then
    cn_clerus.h_centro(dicastero=>:B1,tema=>:B2,argomento=>:B3,sottoargomento=>:B4);
    commit;
  else
    :realm := OWA.PROTECTION_REALM;
  end if;
end;