‎2014 Oct 07 10:58 AM
Dear Colleagues,
I am trying to access a package interface of another package into my package...
When I do this I get an error that "Package is too deeply nested" which is a bit cryptic to me...
Could you please help me in understanding what this means, additionally do you have some documentation which gives examples of how package interfaces should work...?
Thanks and Best Regards,
Varun
‎2014 Oct 07 5:00 PM
Hello Rao,
a package can only declare use access to package interfaces contained in the dependcy control list of the parent package or sibling packages. For any other package interface one can only use it indirectely via a package interface that adheres to the above criteria.
In case you run the package check in SExx there is an option to start the explain tool. The explain tool offers a possibility to add use access definition - if possible -.
Hope this helps
Klaus
‎2014 Oct 07 5:00 PM
Hello Rao,
a package can only declare use access to package interfaces contained in the dependcy control list of the parent package or sibling packages. For any other package interface one can only use it indirectely via a package interface that adheres to the above criteria.
In case you run the package check in SExx there is an option to start the explain tool. The explain tool offers a possibility to add use access definition - if possible -.
Hope this helps
Klaus