Hi guys, I started to use the toad eclipse plug-in recently and my aim is to have it replace PL/SQL developer which I used previously. I have a connection set up and I'm able to edit .bod and .pak, compile and execute them. I have a package which calls another package. Take this as an example. My package is calling a function from a different package called cp_other_package. The name of the function is test. Is there any way that I can open the other package and view its code without having to go and find it manually. begin cp_other_package.test() ... Thanks,
↧