PL/SQL Trigger Question

From: <raptnor_at_my-deja.com>
Date: Wed, 15 Nov 2000 18:25:28 GMT
Message-ID: <8uuked$ilq$1_at_nnrp1.deja.com>


[Quoted] [Quoted] I'm really new to PL/SQL so forgive me if this is a dumb question. Can [Quoted] you pass the new record to a PL/SQL procedure for processing? See below for code snippet.

CREATE OR REPLACE TRIGGER table_valid
BEFORE INSERT OR UPDATE ON some_table
FOR EACH ROW
DECLARE
BEGIN
   TABLE_ACTIONS.VALID_RECORD(new);
END; Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 15 2000 - 19:25:28 CET

Original text of this message