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

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

There is a newer version: 6.6.11
Show newest version
CREATE OR REPLACE TRIGGER BU_PDG_ESERCIZIO_BLOCCO_TEMP
BEFORE UPDATE
OF STATO
ON PDG_ESERCIZIO 
REFERENCING NEW AS NEW OLD AS OLD
FOR EACH ROW
DISABLE
Declare
Begin
--
-- Trigger temporaneo
--
--

  If :New.STATO = 'CG' Then
    IBMERR001.raise_err_generico('Funzione non disponibile');
  End If;
end;
/






© 2015 - 2024 Weber Informatics LLC | Privacy Policy