TOTVS CRM | SFA - 12.1.2501
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
fnseqcadastropergresulopca_aud()
Parameters
Name
Type
Mode
Definition
DECLARE nSeq int; BEGIN EXECUTE 'select nextval(''seqCadastroPergResulOpca_Aud'');' INTO nSeq; new.id:= nSeq; return new;END