Is it possible to access the trigger_event (INSERT | UPDATE | DELETE) as a variable within a trigger (eg. :trigger_event). I am inserting a record into a trigger log file and I would like to insert the value of trigger_event in a column named ACTION in that record.
↧
How to access trigger_event as a variable in a trigger
↧