I got a package with an overloaded procedure.
In the attachement I send a screenshot of the
generatede api. One procedure is mapped as a
field instead as a method.
this is the source of the package specification
CREATE OR REPLACE PACKAGE pkg_zam
IS
/**
==================================
====<br/>
* Project: Oracle Workshop (<a
href="http://.../workshop/doc/index.html">Doku
mentation</a>)<br/>
* Description: Steuert die Einarbeitung der
Zollanmeldungen.<br/>
*
-------------------------------------------------------
-----------------<br/>
* sources/db_design/ger_cre_pkg_zam.cps,
2002/12/12 gklinkmann <br/>
==================================
====<br/>
* @headcom
*/
/**
* Laden, Plausibilisiern und Wegschreiben
* der Daten aller Zollanmeldung
*/
procedure prc_load;
/**
* Laden, Plausibilisiern und Wegschreiben
* der Daten einer Zollanmeldung
*
* @param pi_sid_komm SID der
Zollanmeldung
*/
procedure prc_load(pi_sid_komm in number);
END pkg_zam;
Gero Klinkmann
Logged In: YES
user_id=86901
So, where is attachment ? :)
I suspect this bug is a duplicate of "643043 Procedure w/o
params appears as variable".
It is fixed in CVS and will appear in the next release.
Logged In: YES
user_id=667893
It seems my attachement lost in space. So I'm
waiting for the next release. The bug is to small, to
get a version from cvs.
Thanks, it's a great tool
Gero Klinkmann