DBA Data[Home] [Help]

TRIGGER: XDB.Folder23_TAB$xd

Source

Description
"XDB"."Folder23_TAB$xd" before delete or update on "XDB"."Folder23_TAB" for each row 
Type
BEFORE EACH ROW
Event
UPDATE OR DELETE
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS OLD
Body
BEGIN  IF (deleting) THEN xdb.xdb_pitrig_pkg.pitrig_del('XDB','Folder23_TAB', :old.sys_nc_oid$, '072A853A9A0308B5E0401490C8C45FCE' ); END IF;   IF (updating) THEN xdb.xdb_pitrig_pkg.pitrig_upd('XDB','Folder23_TAB', :old.sys_nc_oid$, '072A853A9A0308B5E0401490C8C45FCE', user ); END IF; END;