转自:https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=159554764441028&id=378221.1&displayIndex=4&_afrWindowMode=0&_adf.ctrl-state=mrb9ed1i9_4

RMA Line stuck in AWAITING_RETURN or AWAITING_RETURN_DISPOSITION (文档 ID 378221.1) 转到底部

In this Document

  Symptoms
  Cause
  Solution
  References

APPLIES TO:

Oracle Order Management - Version 11.5.10.0 to 12.1.3 [Release 11.5.10 to 12.1]
Oracle Order Management - Version 12.2.5 to 12.2.5 [Release 12.2]
Information in this document applies to any platform.

SYMPTOMS

Data corruption observed in case of RMA. User received the qty into inventory but RMA Line is stuck in "AWAITING_RETURN" or "AWAITING_RETURN_DISPOSITION" status.

CAUSE

Failed interfacing between Purchasing and Order Management Modules. The information related to receiving is not interfaced back to Order Management.

SOLUTION

Apply standalone patch 5358811

Go through the Read Me of the patch 5358811 and make use of the following scripts

ontd0015.sql : 
-------------- 
Use this script to progress RMA Lines against which material has been received, but the Lines are stuck in AWAITING_RETURN_DISPOSITION status.

ontd0018.sql : 
-------------- 
Use this script to progress RMA Lines against which material has been received, but the Lines are stuck in AWAITING_RETURN status.

Apply the recommended patches from the Read Me in order to avoid similar data corruption in future

To prevent new occurrences see Note 257491.1 for receiving patches to be applied for 11.5.8, 11.5.9 and 11.5.10. If you are on 11.5.10 release then also apply OM Patch 4957570.

NOTE: Process Manufacturing (OPM) customers can encounter the same problem, but the scripts ontd0015.sql and ontd0018.sql are not suitable for an OPM environment. Instead for OPM issues, please refer to Note 472799.1 and Note 866933.1 which give the OPM versions of the two scripts.

NOTE : This can also be used in R12, but requires the following to be run before executing the script:
exec MO_GLOBAL.SET_POLICY_CONTEXT('S',&org_id);

For R12 version of script ontd0018.sql see Note 1538193.1.

For R12 version of script ontd0015.sql please use the Patch 18307579:R12.ONT.B

REFERENCES

BUG:5439174 - DATA FIX: DATACHECK: RECEIVED RMA LINES STUCK, 17
NOTE:257491.1 - RMA Closed or Awaiting Return Disposition; RMA Receipts Errored/Pending in Transaction Status Summary
NOTE:472799.1 - RMA Line Is Stuck In Status 'Awaiting Return Disposition' (OPM Environment)
NOTE:866933.1 - RMA Line Is Stuck In Status "Awaiting Return" (OPM environment)
NOTE:1538193.1 - R12 RMA Stuck in AWAITING_RETURN in Order Management - Received and Delivered in Inventory - ONTD0018.SQL
NOTE:739401.1 - R12 Diagnostics APPS CHECK Report: OMCHECK.sql

RMA Line stuck in AWAITING_RETURN or AWAITING_RETURN_DISPOSITION (文档 ID 378221.1)相关推荐

  1. WIP Discrete Job or EAM Work Order remain stuck in Pending Close Status (文档 ID 158674.1)

    摘自:https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=184520598149910&id=158674.1&a ...

  2. ORA-01578和ORA-26040--NOLOGGING操作引起的坏块-错误解释和解决方案(文档ID 1623284.1)...

    ORA-01578和ORA-26040--NOLOGGING操作引起的坏块-错误解释和解决方案(文档ID 1623284.1) (一)NOLOGGING操作引起的坏块(ORA-01578和ORA-26 ...

  3. High Version Count Issues(SQL高Version Count) (文档 ID 296377.1)

    Troubleshooting: High Version Count Issues (文档 ID 296377.1) In this Document Purpose   Ask Questions ...

  4. Pre-Upgrade Utility---下载并运行Oracle数据库预升级实用程序 (文档 ID 1577379.1)

    如何下载并运行Oracle数据库预升级实用程序 (文档 ID 1577379.1) 文档内容 目标 脚本来源 解决方案 脚本指导 下载并安装说明 请参阅下表以确定您需要的pre-upgrade脚本的版 ...

  5. AL32UTF8/UTF8(Unicode)数据库字符集含义 (文档 ID 1946289.1)

    AL32UTF8/UTF8(Unicode)数据库字符集含义 (文档 ID 1946289.1) 适用于: Oracle Database Cloud Schema Service - 版本 N/A ...

  6. 【MOS】OCR/Vote disk 维护操作: (添加/删除/替换/移动) (文档 ID 1674859.1)

    [MOS]OCR/Vote disk 维护操作: (添加/删除/替换/移动) (文档 ID 1674859.1) 文档内容 目标 解决方案   准备磁盘   1. 磁盘大小   2. 裸设备或者块设备 ...

  7. 导出/导入DataPump参数TRACE - 如何诊断Oracle数据泵(文档 ID 286496.1)

    导出/导入DataPump参数TRACE - 如何诊断Oracle数据泵(文档 ID 286496.1) 1.介绍 在Oracle10g中,我们引入了新的数据库实用程序Export Data Pump ...

  8. sphinx索引分析——文件格式和字典是double array trie 检索树,索引存储 – 多路归并排序,文档id压缩 – Variable Byte Coding...

    1 概述 这是基于开源的sphinx全文检索引擎的架构代码分析,本篇主要描述index索引服务的分析.当前分析的版本 sphinx-2.0.4 2 index 功能 3 文件表 4 索引文件结构 4. ...

  9. java spark es_JavaSpark写RDD到ES时指定文档ID的

    spark版本:2.3 ES版本:7.1 问题描述: 在通过JavaSpark写入数据到ES过程中,需要对文档id进行手动指定. 在查询ES官网之后,返现官网介绍中是有次方法的: 可以看到,JavaE ...

最新文章

  1. [css] 使用css画出一个五角星
  2. LeetCode 2050. 并行课程 III(拓扑排序)
  3. .metadata是什么项目文件_《深入微服务》之 如何给老婆解释什么是微服务的基础框架SpringBoot?
  4. 修改服务器的共享内存大小,服务器共享内存大小能改么
  5. 这是我见过最全面的Python装饰器详解 没有学不会这种说法
  6. 机器学习之特征工程-特征选择
  7. 如何导入asl文件?ps制作知识
  8. 【干货】奢侈品线上消费圈层洞察-阿里妈妈.pdf(附下载链接)
  9. java集合的方法及使用详解
  10. 手机扣费软件大曝光 金山手机卫士帮您免费检测
  11. Ubuntu16.04 + ROS下串口通讯
  12. C语言小游戏,游戏设计,500+行代码
  13. 一个div在另一个div里垂直居中显示
  14. 2159: H.ly的小迷弟
  15. 常见概率分布的无记忆性分析
  16. 数字8(eight )题解
  17. 北京市医疗保障的不用定点的可以医保的医院查询步骤
  18. 配置网络接口的“IP“命令
  19. mysql table crashed_mysql Table Crashed
  20. iOS 边学边记 HLS协议 m3u8 ts详解

热门文章

  1. python3 tkinter 刷新标签图片
  2. python行业中性_【量化课堂】因子研究系列之四 -- 市值与行业的中性化
  3. Windows计算器切换模式
  4. Hack the box靶机 October
  5. Verilog实现快递柜
  6. javascript检测各种浏览器型号和版本、检测是否支持flash并显示版本
  7. 机器学习和深度学习相关问题总结
  8. 速知!二级建造师你满足报考要求吗?
  9. transformers之中mt5和t5的区别
  10. SAP PR采购申请的审批策略