Recent content by msctxn

  1. M

    Calling stored procedure

    I wasn't. Problem now solved. Thanks.
  2. M

    Calling stored procedure

    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...
Back
Top