Executing a package from a different schema.
570330Apr 2 2007 — edited Apr 2 2007I have a problem in creating a package,say PKG in schema A, which accesses another package PKG from an other schema say schema B.All execute privs are given for Schema A from Schema B .When i try to compile this package,it gives an error "Carrier_spec_Generate_Fare is not a Procedure and is undefined".
FYI,i am able to execute this package from schema A,but not able to call this from an other package.