Neoview Guide to Stored Procedures in Java (R2.2)

ON invent.partloc
FOR EACH STATEMENT
REFERENCING NEW as newqty
WHEN ( SUM(newqty.qty_on_hand) > 500 )
CALL sales.lowerprice();
For information about the CREATE TRIGGER syntax, see the Neoview SQL Reference Manual.
Calling an SPJ in a Trigger 71