日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Pa interface issue——PA_EXCEED_ROUND_LIMIT

發布時間:2025/3/8 编程问答 19 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Pa interface issue——PA_EXCEED_ROUND_LIMIT 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

最近處理一個PA_TRANSACTION_INTERFACE_ALL的Error

Error_code:PA_EXCEED_ROUND_LIMIT

原因是PA_EXCEED_ROUND_LIMIT is null or too small for cost*invoice_rate - cost*actual_rate.

就是說limit的value為空或者不滿足金額*當前匯率與金額*錄入時匯率的差額。

問題的難點在于,interface中的rate記錄的是錄入時匯率,需要自己去查詢當前import時的匯率。

Oracle:

?PA_EXCEED_ROUND_LIMIT error messages has been raised to find the root cause and below is oracle response:

?

Symptoms: Using a Projects super user responsibility and the Navigation is Project Super User -> Desktop Integrator -> Create Document.
When ?uploading the records for the Transactional currency ?the record gets rejected during transaction import. Rejection Reason is: ' PA_EXCEED_ROUND_LIMIT ?Functional currency cost is not within the rounding limit'? Functional rate was provided.

Cause: Value for Functional Rounding Limit was not provided

Solution: Provide a value for Functional Rounding Limit in the Web ADI template.

The field ACCT_EXCHANGE_ROUNDING_LIMIT, if passed will be used as the tolerance limit between the Functional Raw Cost entered by the user and the Functional Raw Cost converted from the transactional cost using the exchange rates. So if the user is not passing a value for this field then its assumed that the ACCT_EXCHANGE_ROUNDING_LIMIT is ZERO and system expects the Functional Raw Cost entered by the user and the functional raw cost converted from transaction? raw cost to be same

?

處理pa interface的時候,transaction_status_code有如下幾個:

PO Rejected in post-import
P Pending
R Rejected
PR Rejected in pre-import
I Imported
A Accepted

同時有幾個標準的triggers在pa interface上,所以reimport的時候需要注意。因為import程序會抓取audit表的數據,只有當update transaction_status_code的時候會重寫。當然也可以從app直接進行import

轉載于:https://www.cnblogs.com/Eatangel/archive/2012/01/30/2332132.html

總結

以上是生活随笔為你收集整理的Pa interface issue——PA_EXCEED_ROUND_LIMIT的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。