Oracle EBS Shipping(WSH)模块日志收集方法

A. To generate a debug file from the Shipping Transaction or Quick Ship forms

Set the following profile options:

OM: Debug Level - set to 5

WSH: Debug Enabled - set to Yes

WSH: Debug Level - set to Statement

WSH: Debug Log Directory - any directory that can be written to by the database

To check, run the following SQL statement:

Code:select value from v$parameter where name = 'utl_file_dir'Set profile option WSH: Debug Log Directory at the Site & Application Level.

In the Shipping form go to Tools and check the Debug box. This will print out a file name - NOTE down this file name.

Perform the action you wish to debug.

Go to Tools and uncheck Debug.

After you have completed generating the debug file, please set thevalue of the profile OM: Debug Level back to 0 and WSH: Debug Enabledset to No, otherwise there will be some performance impact. Retrievethe debug file from the directory specified in step 1.

B. To generate debug information for Pick Release :

Set the following profile options:

OM: Debug Level - set to 5

INV: Debug Trace - set to Yes

INV: Debug Level - set to 11

FND: Debug Log Enabled - set to Yes

FND: Debug Log Level - set to Statement

FND: Debug Log Module = set to wms.plsql.%

WSH: Debug Enabled - set to Yes

WSH: Debug Level - set to Statement

In the Release Sales Order for Picking form go to Tools and check the Debug box.

Submit the pick release.

Provide the Pick Selection List Generation log file.

C. To generate debug information for Interface Trip Stop - SRS:

Set the following profile options:

OM: Debug Level - set to 5

INV: Debug Level - set to 10

WSH: Debug Enabled - set to Yes

WSH: Debug Level - set to Statement

Set the Debug Level parameter to 1 (Debugging ON) .

Submit the job.

Provide the log file.

D. To generate debug information for an APIs:

Set the following profile options:

OM: Debug Level - set to 5

INV: Debug Level - set to 10

WSH: Debug Enabled - set to Yes

WSH: Debug Level - set to Statement

WSH: Debug Log Directory - set to a valid writeable directory path

Add the following line of code in the wrapper script which calls the API:

Code:DECLARE

l_file_name VARCHAR2(32767);

l_return_status VARCHAR2(32767);

l_msg_data VARCHAR2(32767);

l_msg_count NUMBER;

BEGIN

fnd_profile.put('WSH_DEBUG_MODULE','%');

fnd_profile.put('WSH_DEBUG_LEVEL',WSH_DEBUG_SV.C_STMT_LEVEL);

wsh_debug_sv.start_debugger(l_file_name,l_return_status,l_msg_data,l_msg_count);

Submit the job.

Provide the log file.

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉

本文系统来源:php中文网

oracle ebs wsh picking batch,OracleEBSShipping(WSH)模块日志收集方法相关推荐

  1. oracle ebs系统日志,OracleEBS各个模块日志收集的方法

    select value from v$parameter where name = 'utl_file_dir'; The User must have write privilege to thi ...

  2. oracle ebs hr模块表,oracle ebs常用表结构及分类模块.doc

    oracle ebs常用表结构及分类模块 Oracle application 表结构 表结构,WHO字段来实现 通过菜单HELP 下的HISTORY 来找表 2. 通过LAST_QUERY来判断所使 ...

  3. 选项类 oracle ebs,Oracle EBS工具选项:关闭其他表单修改方法

    Oracle EBS里 工具-关闭其他表单 如果被勾选上,用户在打开一个Form的时候,就会关闭其他的Form,保证只有一个Form存在. 如果想开启此选项,则可以通过下面两种方式 1)每个职责单独设 ...

  4. oracle EBS查进程,UNIX/LINUX 上针对Oracle EBS 11i的运行的所有进程状态的查询方法:

    ..........[@more@]UNIX/LINUX 上针对Oracle EBS 11i的运行的所有进程状态的查询方法: 查看Oracle db进程 ps –ef|grep ora_ 查看Net8 ...

  5. oracle ebs版本查看,怎么查看oracle ebs的系统版本号以及各模块的版本号 | 码农网...

    查看oracle ebs系统的系统版本号以及oracle ebs各个模块的版本号,可以通过下面的SQL来实现: (1)查看oracle ebs系统版本 SELECT fpg.applications_ ...

  6. oracle ebs wsh picking batch,ebs 11i 订单相关表结构学习及销售到出仓所经历的表

    1接口表: a)OE_HEADERS_IFACE_ALL:此表为多组织表,用于将销售订单头插入开放接口.该表存储来自于其他子系统需要导入OM模块的订单头信息, 该表导入时必须输入的字段/条件: ORD ...

  7. oracle fnd file.log,OracleEBSWIP模块DebugLog收集方法

    How to generate WIP debug log files in ONLINE cases? For 11.5.10 and above, the WIP debug log files ...

  8. Oracle EBS OM销售订单行状态“施实”处理方法

    问题症状: 1.销售订单行的状态为"施实" 2.发运事务处理的对应的"行状态"为"已连接"和"下一步"为"不适 ...

  9. 转:oracle ebs po模块一揽子采购协议小结

    转自:http://yedward.net/?id=193 oracle ebs po模块一揽子采购协议小结 本文总结oracle ebs 采购订单(po)模块一揽子采购协议的相关知识,总结如下: 1 ...

最新文章

  1. LeetCode简单题之二叉树的层平均值
  2. java通过kerberos认证连接hdfs并写数
  3. Java技术专题之JVM你的内存泄露了吗?
  4. matlab在绘图区加格栅,实验二(2) MATLAB绘图
  5. AI顶会组团“改版”:NeurIPS DDL推迟3周,ICLR连赞助商都要开视频,CVPR还在死撑...
  6. 舞蹈 | 拉丁美洲的节奏
  7. springMVC 几种页面跳转方式
  8. linux系统文件查找实验报告,Linux 文件查找与打包
  9. 还在为系统迁移烦恼?掌握这些“基本法”解锁更多可能
  10. JavaScript判断页面当前浏览设备为移动端还是PC端,实现自动加载对应端页面
  11. 《C和指针》读书笔记
  12. JBoss AS7 JNDI和EJB 3.1命名更改
  13. 计算机语言缺省,揭秘物联网必学语言——C语言与C++的区别
  14. YV12 and NV12异同,
  15. 用chkconfig配置linux自启动服务,用chkconfig配置linux自启动服务
  16. 推荐一套linux视频-----很棒
  17. 为何你就是那个求职困难户?
  18. 苹果手机投屏到Windows
  19. K-Means算法与FCM算法
  20. css实现椭圆绕圈动画

热门文章

  1. 50种推广网站的方法
  2. android 系统音量的刻度,android中获取屏幕信息,做标准刻度的尺子
  3. [量子客]3月全球量子计算发展内参
  4. 整车电子电气仿真测试解决方案
  5. TensorRT - 自带工具trtexec的参数使用说明
  6. 荐读 | 英特尔:初探 “边缘控制”
  7. MindMapper头脑风暴视图功能如何用
  8. swoft学习笔记之request请求
  9. 【无标题】自己也DIY充电宝,带照明功能的。
  10. 视频监控三大标准比较 ONVIF不负众望