Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Forward Declaration in Pkg Body
klabu wrote:
> Is there anything wrong with FORWARD-DECALRING all local modules in package
> body,
> whether I really "need" to or not
> so that I don't have to worry about their sequence in the package body ?
>
> 10gR2
Normally that would be done in the package specification, not the package body.
And, no, there isn't anything 'wrong' with that practice.
David Fitzjarrell Received on Thu Dec 14 2006 - 13:33:12 CST