I’m trying to replicate the code found in:
http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:59412348055
I did a copy and paste job. The package audit_pkg and the body compiled fine. But when I added the triggers the debug says “too many declarations for check_val” …
Everything I’ve found says 10g supports overloading (or at least doesn’t say otherwise).
Thoughts?
The procedure declarations in the package specification must match EXACTLY the declarations in the package body. This is where I usually encounter this error.