|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 songwh 于 2011/10/8 19:19 编辑
一个PO的po_line_locations_all.unit_meas_lookup_code与po_lines_all.unit_meas_lookup_code两个字段,导致AP发票验证的时候失败? 哪位能解答下不?失败的信息为:
具有参数 (Invoice_id = **, Line_Location_id = ***, Inv_Currency_Code= **, rcv_transaction_id = **, PO_Unit_Price = **, Price_Tolerance = **)
的 AP_APPROVAL_MATCHED_PKG.Check_Price<-AP_APPROVAL_MATCHED_PKG.Execute_Matched_Checks<-AP_APPROVAL_PKG.Approval<-APXAPRVLUpdate the Dist Base Amounts
出现 User-Defined Exception:
calculate average price for price correction flag N;
紧急解决办法就是将po_line_locations_all.unit_meas_lookup_code改为po_lines_all.unit_meas_lookup_code,验证即可通过,但为什么会造成这两个不一致,我一直没找到原因.
|
|