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

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

There is a newer version: 6.6.11
Show newest version
CREATE OR REPLACE TRIGGER BI_OBBLIGAZIONE
AFTER INSERT
on OBBLIGAZIONE
for each row
DISABLE
begin
IF :NEW.ESERCIZIO = 2006 And :NEW.CD_ELEMENTO_VOCE != '1.01.452' Then
  ibmerr001.RAISE_ERR_GENERICO('Funzione al momento non disponibile.');
END IF;
end;
/






© 2015 - 2024 Weber Informatics LLC | Privacy Policy