Hi,
I am using Forms and reports 12c with Weblogic as server.
I am calling a report from Form using "run_report_object" and "Web.show_document".
I am passing a Date value from the Form to Report . --Date in this case is '18-jan-2001'
When I run the report, I get the error - REP-0091, REP-0613 and ORA-03147.
I have tried all different Input masks (for parameter in report) and tried changing to different formats while sending from Forms. But not working.
The report direction is "Right to Left". But even if I change it to "Left to right", it doesnot work.
If I change the User parameter from Date to Character, it works.