execute dot1ois0.pk_salt.CreateInitSaltBid(33,2006,5,130) works fine in PL/Sql Developer, however, when I use a TOraclePackage(pkgSalt) component I get the following error: "identifier DOT1OIS0.PK_SALT must be identified." What am I missing?
pkgSalt.PackageName = dot1ois0.PK_SALT...