views:

25

answers:

0

I have an Oracle package which contains user-defined functions and procedures, including two user-defined functions which are called from SELECT and UPDATE statements.

The functions in question are defined before the procedures that call them.

This piece of code compiles and works fine on Oracle 10g but won't compile on 9i. The code should work as-is according to Oracle's own documentation.

Any idea why it would throw this error on 9i?