Files
mip/Data/BulkLoad/EFT/Nominations/plsql/cg$bis_homepage_element.trg

18 lines
490 B
Plaintext

CREATE OR REPLACE TRIGGER "EFT_NOM".cg$BIS_HOMEPAGE_ELEMENT
BEFORE INSERT ON HOMEPAGE_ELEMENT
BEGIN
-- Application_logic Pre-Before-Insert-statement <<Start>>
-- Application_logic Pre-Before-Insert-statement << End >>
cg$HOMEPAGE_ELEMENT.cg$table.DELETE;
cg$HOMEPAGE_ELEMENT.cg$tableind.DELETE;
cg$HOMEPAGE_ELEMENT.idx := 1;
-- Application_logic Post-Before-Insert-statement <<Start>>
-- Application_logic Post-Before-Insert-statement << End >>
END;
/