git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
17
Data/BulkLoad/EFT/Nominations/plsql/cg$bds_user_options.trg
Normal file
17
Data/BulkLoad/EFT/Nominations/plsql/cg$bds_user_options.trg
Normal file
@@ -0,0 +1,17 @@
|
||||
CREATE OR REPLACE TRIGGER "EFT_NOM".cg$BDS_USER_OPTIONS
|
||||
|
||||
BEFORE DELETE ON USER_OPTIONS
|
||||
|
||||
BEGIN
|
||||
-- Application_logic Pre-Before-Delete-statement <<Start>>
|
||||
-- Application_logic Pre-Before-Delete-statement << End >>
|
||||
|
||||
cg$USER_OPTIONS.cg$table.DELETE;
|
||||
cg$USER_OPTIONS.cg$tableind.DELETE;
|
||||
cg$USER_OPTIONS.idx := 1;
|
||||
|
||||
-- Application_logic Post-Before-Delete-statement <<Start>>
|
||||
-- Application_logic Post-Before-Delete-statement << End >>
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user