Hi Mufasa,
I can see exactly what you're saying and you are correct. However, we're using Designer to do the design and we've a PL/SQL block in there which is used to generate the triggers. We been able to use the exact same bit of code so far, but now need to be able to get at the table name. Now, rather than us altering every trigger (although we probably will have to), we'd like a standard bit of code that retrieves the name and is passed to a single procedure for processing. Although we do have 200 triggers it'd be nice if the code was duplicate so I don;t have to do it 200 times.... it's a nice theory anyway.
Whatever - what I really need is a way to tell within a trigger, which table fired it.
Thanks again for you input
Darren