I encountered the following error message when I run a report:
REP-1401:'beforereport' Fatal PL/SQL Error Occured.
The beforereport trigger calls a PL/SQL packages, which is fairly complicated
package. What it does is to do some calculation according to business rules,
then populate the data to some tables. The packages is successfully compiled.
But each time I run this report, I got this error message. And oracle help
manual doesn't provide much useful hint for this message.
However, if I run this pacakge manually in sqlplus, then run the report.
It works. (in this case, package is not called from report actually). So
the problem looks like the report can't call this package successfully. Does
anyone have the similar problem? How to I correct this?
We are running Oracle 7.3.4.3. Report builder 3.0. PL/SQL 2.3.4.3.0
Any help, hint would be very much appreciated! Thank you all in advance!
Brian Yan
Georgette P Cornio