Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Format of Report parameter (date datatype) gets changed for Right to Left

Shehzeer vpFeb 13 2019 — edited Feb 13 2019

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.

Comments
Post Details
Added on Feb 13 2019
2 comments
456 views