Home >Database >Mysql Tutorial >Oracle EBS如何enable 请求界面 View XML按钮

Oracle EBS如何enable 请求界面 View XML按钮

WBOY
WBOYOriginal
2016-06-07 17:18:431366browse

Oracle EBS如何enable 请求界面 View XML按钮,查看请求,然后点诊断(Diagnostic)后,有个View XML按钮,不过有时可用,有时确实

查看请求,然后点诊断(Diagnostic)后,,有个View XML按钮,不过有时可用,有时确实灰的,为什么?

Oracle EBS如何enable 请求界面 View XML按钮


要做到View XML启用需要做两点准备工作:

1. Output必须为XML:

Oracle EBS如何enable 请求界面 View XML按钮

Output Format改成XML后跑的请求可到output路径下查到对应的xml文件(oXXXXX.out),
如果提交请求的时候选了rtf模板并且输出格式为pdf,则还可以找到相应的PDF文件:
select outfile_name from fnd_concurrent_requests where request_id = 5818917;
-bash-3.2$ pwd
/u01/tm12/inst/apps/SID_hostname/logs/appl/conc/out
-bash-3.2$ ls *5818917*
FNDSCURS_5818917_1.PDF  o5818917.out
-bash-3.2$ head -n 3 o5818917.out



-bash-3.2$ head -n 3 FNDSCURS_5818917_1.PDF
%PDF-1.4
5 0 obj
-bash-3.2$


2. 必须有个Layout与之关联,Layout的定义与BIP相同(Data Definition->Template,注意Code要与请求的short name一致)

Oracle EBS如何enable 请求界面 View XML按钮


现在,View XML按钮已经可以点了

Oracle EBS如何enable 请求界面 View XML按钮


linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn