Re: Error 307: Too many declarations of 'RUN_PRODUCT' match this call
Date: Fri, 22 Jan 1999 00:15:08 -0500
Message-ID: <36A8095C.9435E27A_at_erols.com>
This is a bug in Oracle, even if you do not need to pass a PARMLIST to the
report, and specify NULL as you could in forms 4.5, you will get this err.
Oracle told us to generate a dummy PARMLIST and supply that in the statement. I
don't have the specific code right now, but if you need it, I will get it from
work. Email me if you need it.
We had to change some 50+ forms/reports for this BUG.
Georgette P Cornio
Lisa Soong wrote:
> I am trying to call a report from within a form. In my 'WHEN-BUTTON-PRESSED'
> trigger for a button inside the form I have just one line:
>
> run_product(reports, 'radrpt', synchronous, runtime, filesystem, null);
>
> where radrpt.rdf is my report. When I try to compile this PL/SQL, I get the
> error:
> Error 307 at line 1 column 1
> Too many declarations of 'RUN_PRODUCT' match this call
>
> What am I doing wrong? What does this error mean? I would really appreciate
> it if anyone can help me on this.
> BTW, I'm using Form Builder 5.0 and Report Builder 3.0
>
> Thanks in anticipation.
>
> ~Lisa
Received on Fri Jan 22 1999 - 06:15:08 CET