How can i call a procedure which is private in a package for doing unit testing?
I have a package and there is a procedure which is private and i made changes in that private procedure and wanted to do unit testing.
how can i call that private procedure.
package.private procedure is not working...
Thanks.