All Downloads are FREE. Search and download functionalities are using the official Maven repository.

expsigladb.Trigger.ai_liquidazione_iva.trg Maven / Gradle / Ivy

There is a newer version: 6.6.11
Show newest version
CREATE OR REPLACE TRIGGER AI_LIQUIDAZIONE_IVA
  AFTER INSERT
  on LIQUIDAZIONE_IVA
  for each row
DISABLE
begin
--
-- Trigger di attivato sull'inserimento in tabella liquidazione_iva
--
-- Date: 07/02/2003
-- Version: 1.0
--
-- Dependency: CNRCTB005
--
-- History:
--
-- Date: 07/02/2003
-- Version: 1.0
-- Creazione
--
-- Body:
--
 if :new.report_id = 0 then
  IBMERR001.RAISE_ERR_GENERICO('Funzione temporanemante sospesa');
 end if;
end;
/






© 2015 - 2024 Weber Informatics LLC | Privacy Policy