Hi,
I'm trying to understand what is the correct order of timing point sections in compound triggers.
In the documentation
http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/triggers.htm#LNPLS2006
it first says:
"Timing-point sections must appear in the order shown in Table 9-1. (...)

But then, in the example "Example 9-3 Compound Trigger Records Changes to One Table in Another Table" the order is : AFTER EACH ROW IS and then AFTER STATEMENT.