12
返回列表 发新帖
楼主: 流泪战神

[供应链] 采购审批,错误3

[复制链接]
论坛徽章:
0
11#
发表于 2011-3-15 10:54 | 只看该作者
metalink上有一个相同错误信息问题的解决方案,Blanket release approval fails with Document manager Error 3 :POXDM-280 RVSRQ-125 RVSUT-085 [ID 553874.1]

请先按照这篇Note的方法先检查一下原因是否相同,如果是的话,按照其中的方案解决即可:

Cause

The releases have shipments with an invalid promised date. The promised date is set to 12/31/9999.

This can be checked by executing the following script:

SELECT pha.segment1, pha.po_header_id, pha.authorization_status
, pra.po_release_id, pra.release_num
, pla.line_num, pla.po_line_id, pda.po_distribution_id
, pll.line_location_id, pll.promised_date
FROM po_headers_all pha
, po_lines_all pla
, po_distributions_all pda
, po_line_locations_all pll
, po_releases_all pra
WHERE pra.release_num = &release_num
AND pra.po_release_id = pll.po_release_id
AND pll.line_location_id = pda.line_location_id
AND pda.po_line_id = pla.po_line_id
AND pla.po_header_id = pha.po_header_id
AND pha.segment1 = '&blanket_num'
AND pha.org_id = &org_id;

----------------------------------------以上原因分析,下面是解决方案-------------------------------
Solution

To implement the solution, please execute the following steps:

1. Run the script poresrel.sql in the $PO_TOP/sql to reset the release to status Incomplete. For more information see Note 390023.1: How To Reset a Document To Incomplete/Requires Reapproval For Isolated Cases
2. Navigate to Purchase Orders > Releases
3. Query the involved release
4. Correct the promised date and save the changes
5. Resubmit the release for approval

[ 本帖最后由 lkfi 于 2011-3-15 10:56 编辑 ]

使用道具 举报

回复
论坛徽章:
2
咸鸭蛋
日期:2012-11-29 15:57:332013年新春福章
日期:2013-02-25 14:51:24
12#
发表于 2011-3-15 11:35 | 只看该作者
这个没用,我试过该方案

在PO审批环节中,如果审批人通过未结单据进入FORM后改了PO后,特别容易出现错误单据-3的这种错误,审批人修改PO我们这边主要是财务去核对PO借记账号

使用道具 举报

回复
论坛徽章:
147
马上有车
日期:2014-11-13 16:47:51罗罗诺亚·索隆
日期:2018-10-20 14:03:35蒙奇·D·路飞
日期:2017-11-13 12:17:49金牛座
日期:2016-05-23 13:37:17金牛座
日期:2016-04-07 08:27:38天枰座
日期:2016-03-31 08:48:23猴赛雷
日期:2016-02-23 10:04:242016猴年福章
日期:2016-02-23 09:58:342015年新春福章
日期:2015-03-06 11:57:312015年新春福章
日期:2015-03-04 14:51:12
13#
 楼主| 发表于 2011-3-15 14:05 | 只看该作者
SELECT pha.segment1, pha.po_header_id, pha.authorization_status
, pra.po_release_id, pra.release_num
, pla.line_num, pla.po_line_id, pda.po_distribution_id
, pll.line_location_id, pll.promised_date
FROM po_headers_all pha
, po_lines_all pla
, po_distributions_all pda
, po_line_locations_all pll
, po_releases_all pra
WHERE pra.release_num = &release_num
AND pra.po_release_id = pll.po_release_id
AND pll.line_location_id = pda.line_location_id
AND pda.po_line_id = pla.po_line_id
AND pla.po_header_id = pha.po_header_id
AND pha.segment1 = '&blanket_num'
AND pha.org_id = &org_id;
===
没有结果返回,应该不是这个原因。。。

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表