DECLARE  -- Change the following two parameters  VAR_TEMPLATECODE  VARCHAR2(100) := 'CUX_CHANGE_RPT1'; -- Template Code  BOO_DELETEDATADEF BOOLEAN := TRUE; -- delete the associated Data Def.BEGIN  FOR RS IN (SELECT T1.APPLICATION_SHORT_NAME TEMPLATE_…
XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create Template General > Type Can't find "Microsoft Excel" [root@ebs12vis ~]# mkdir /home/patch [root@ebs12vis ~]# chown -R applmgr:dba /home/patch…
In this Document   Purpose   Questions and Answers   References APPLIES TO: Oracle Process Manufacturing Financials - Version 11.5.9 to 12.1.3 [Release 11.5 to 12.1] Information in this document applies to any platform. All reports that uses XML publ…
原文地址:XML Publisher Using API’s Applications Layer APIsThe applications layer of XML Publisher allows you to store and manager data sourcesand templates through the Template Manager user interface via the XML PublisherAdministrator responsibility. You…
Modified: 29-Mar-2014 Type: HOWTO In this DocumentGoal   Solution   1. Based upon an output file generated by XML Publisher   2. Based upon the applied patches   2.1. Oracle E-Business Suite 11i   2.2. Oracle E-Business Suite Release 12.0 and 12.1  …
1.XML Publisher定义数据 2.XML Publisher定义模板 模板类型选择Microsoft Excel,默认输出类型选择Excel,上传.xls模板 3.定义并发程序 4.定义请求 请求输出格式选择XML 5.制作Excel模板(97-2003格式保存) http://docs.oracle.com/cd/E21764_01/bi.1111/e13881/T527073T571887.htm Creating Excel Templates This chapter cove…
原文地址:OAF与XML Publisher集成 有两种方式,一种是用VO与XML Publisher集成,另一种是用PL/SQL与XML Publisher集成 用VO与XML Publisher集成 用VO生成数据.AM里调用 在application module新增方法: import oracle.jbo.XMLInterface; import oracle.xml.parser.v2.XMLNode; public XMLNode getReportXMLNode(String k…
 xml publisher根据条件显示或隐藏列 <?if@column:condition? > -- <?end if?> 样例: 依据PROJECT_FLAG标签显示或隐藏项目号的列 IF 项目号 EI IF PROJECT_NUMBER EI IF:<? if@column:PROJECT_FLAG='Y'?> EI:<? end if? > 注意:相应的PROJECT_FLAG须要同一时候在头和行上有相应的标签 <? xml versio…
生成XML数据源有两种方式. 一种是使用存储过程,返回一个clob作为xml数据源. 另一种是直接使用VO中的数据生成xml数据源. 方法一参考: Oracle XML Publisher技巧集锦 OAF与XML Pulisher集成 方式二: CO if ( "PrintDis".equals(l_enent)) { String DistributionId = pageContext.getParameter("DistributionId"); parame…