I have package with around 30 proc/functions. This gets invoked from servel places. At one place it's using only 2 functions out of 30. When packages gets invoked it will load all proc/functions in the memory. However, in this case it's a overhead. Is there any way to avoid this?
Note :- I can not create these two proc/functions again.