Untitled
unknown
plain_text
a month ago
337 B
6
Indexable
CREATE OR REPLACE TRIGGER trg_pot_mandate_id AFTER INSERT OR UPDATE ON portfolio FOR EACH ROW BEGIN -- Commenting out the entire block for now /* IF (:new.mandate_id IS NOT NULL AND (INSERTING OR (:new.mandate_id != :old.mandate_id))) THEN syn_pkg_lkp_mandate.check_RI(:new.mandate_id); END IF; */ END; /
Editor is loading...
Leave a Comment