Hi,
I run reports from forms with something alike :
"
set_report_object_property(repid, REPORT_OTHER, param_string);
v_rep := RUN_REPORT_OBJECT(repid);
"
I call a reports from the forms, this reports call in Before-Report Trigger, a function in a library LIB-REP, attached to this reports.
When I run the forms it goes in error :
REP 1401 'beforereport' : fatal error
ORA 06508 PL/SQL : could not find program unit being called
Any help please?
Thanks a lot!!
Vincent
I run reports from forms with something alike :
"
set_report_object_property(repid, REPORT_OTHER, param_string);
v_rep := RUN_REPORT_OBJECT(repid);
"
I call a reports from the forms, this reports call in Before-Report Trigger, a function in a library LIB-REP, attached to this reports.
When I run the forms it goes in error :
REP 1401 'beforereport' : fatal error
ORA 06508 PL/SQL : could not find program unit being called
Any help please?
Thanks a lot!!
Vincent