Re: JBO-27122: SQL error during statement preparation.

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/JBO-27122-SQL-error-during-statement-preparation-tp1288p1291.html

This is a customization right?
I see a table named XXMT_OP_AP_CHECKS_ALL_UR_SUM in the query.
So, the problem is here;

apps.mt_online_process_java.get_tr_approve_amt(HeaderSum_urEO.BANK_ACCOUNT_NAME, HeaderSum_urEO.CHECK_DATE, HeaderSum_urEO.Attribute5,HeaderSum_urEO.CURRENCY_CODE) Approve_amt

Basically, the error is related with get_tr_approve_amt. Wrong number of arguments are given to that.

Send it to your developers with this info. So basically, check your customization.