最近处理一个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相关推荐

  1. chrome 固定缩放比例_您如何调整Google Chrome浏览器的用户界面缩放比例?

    chrome 固定缩放比例 Everything can be going along nicely until a program gets a new update that suddenly t ...

  2. vim 命令模式 筛选_10个步骤的筛选器模式

    vim 命令模式 筛选 过滤器是仅在某些情况下应应用的模式. 在原始帖子中 ,我提供了一个非常简单的示例,旨在演示如何应用它. 在这篇文章中,我提供了一个更详细的示例,该示例还旨在说明何时以及为什么应 ...

  3. 10个步骤的筛选器模式

    过滤器是仅在某些情况下应应用的模式. 在原始帖子中 ,我提供了一个非常简单的示例,旨在演示如何应用它. 在这篇文章中,我提供了一个更详细的示例,该示例还旨在说明何时以及为什么应用它. 介绍 该职位包括 ...

  4. 工业相机 linux驱动软件,菲力尔FLIR-灰点Point Grey工业相机Linux Ubuntu18.04系统驱动Spinnaker-2.0.0.147-amd64/arm64...

    注册登陆后可查看附件和大图,以及购买相关内容 您需要 登录 才可以下载或查看,没有帐号?注册会员 x 菲力尔FLIR-灰点Point Grey工业相机Linux Ubuntu18.04系统驱动Spin ...

  5. AM335x添加WiFi模块WILC1000

    基于TI 的PSDK的linux和文件系统添加wilc1000.sdk版本:ti-processor-sdk-linux-am335x-evm-06.03.00.106. 1.硬件连接 wilc100 ...

  6. Gox语言的指针类型及其操作-GX12

    Gox语言中的指针类型,以及如何取地址/取引用或者解引用,看下面的例子代码就基本清楚了. // 注:本代码例子中仅适用于Gox语言在使用Qlang-like引擎时// b是用内置函数new新创建的一个 ...

  7. Gerrit version 2.14.20 is now available

    Gerrit version 2.14.20 is now available 今天发现2.14版本的又有个个更新了.现在2.14更新到2.14.17版本了. gerrit.war 历史版本下载 各个 ...

  8. 5种基于Web的免费Photoshop替代品

    Photo: Auntie P 照片:阿姨P For many designers, Photoshop is the only graphics program that will ever cut ...

  9. Xcode 6 Bug:Interface Builder文件中的未知类

    本文翻译自:Xcode 6 Bug: Unknown class in Interface Builder file I upgraded to Xcode 6 beta 4 and now my A ...

最新文章

  1. 团队作业9--beta版本测试报告及发布说明
  2. 网易架构师深入讲解Java开发!BAT等大厂必问技术面试题
  3. Linux/deppin 中安装、卸载软件的几种命令
  4. java中的基本小程序_12个用Java编写基础小程序经典案例(收藏篇)
  5. 思科路由器Ez×××解决地址重叠测试
  6. verilog之编程应该注意的事项
  7. 使用电脑开发的,连个黑屏休眠都不会设置?
  8. java api es_中间件系列之ElasticSearch-3-Java API操作ES
  9. HTML5 新属性的讲解
  10. springboot日志写入mysql_springboot运用logback将日志写入数据库
  11. 借鸡生蛋术–砍价小程序的推广变现教学
  12. 学校计算机房的制度,小学计算机房管理制度
  13. STM32控制舵机及其原理
  14. OpenCV的图像分类基础知识
  15. 纬度和经度的最大长度是多少?
  16. word自动添加题注,带章节编号并根据章节重新开始编号
  17. Linux 29岁啦!这29个重大事件你有必要了解一下
  18. 可以删除电脑文件的c语言程序,win7电脑c盘都有哪些文件可以删除
  19. TIOBE 8 月编程语言排行榜:数据挖掘和人工智能语言强势崛起!
  20. python 二项分布_Python-二项式分布

热门文章

  1. dsm php,docker dsm是什么?
  2. java 线程安全list_JAVA并发编程实战-线程安全性
  3. 极光推送 android 最新,Android——快速集成极光推送-Go语言中文社区
  4. linux7 telnet乱码,CentOS7安装配置telnet-server
  5. mysql 相关搜索_MySQL单词搜索相关度排名
  6. C语言(CED)钢条最优切割收益
  7. 32位和64位机器上C语言数据类型的大小
  8. (三)C语言之九条语句
  9. 计算机重应用,装了一大堆应用,iPhone6会变重吗?
  10. 最全的mysql 5.7.13_最全的mysql 5.7.13 安装配置方法图文教程(linux) 强烈推荐!