git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
CREATE OR REPLACE TRIGGER "EFT_NOM".cg$BIS_PROFILE_OPTIONS
|
||||
|
||||
BEFORE INSERT ON PROFILE_OPTIONS
|
||||
|
||||
|
||||
BEGIN
|
||||
-- Application_logic Pre-Before-Insert-statement <<Start>>
|
||||
-- Application_logic Pre-Before-Insert-statement << End >>
|
||||
|
||||
cg$PROFILE_OPTIONS.cg$table.DELETE;
|
||||
cg$PROFILE_OPTIONS.cg$tableind.DELETE;
|
||||
cg$PROFILE_OPTIONS.idx := 1;
|
||||
|
||||
-- Application_logic Post-Before-Insert-statement <<Start>>
|
||||
-- Application_logic Post-Before-Insert-statement << End >>
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user