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…
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_…
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  …
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…
Modified: 27-Oct-2013 Type: HOWTO In this Document Goal Solution References APPLIES TO: BI Publisher (formerly XML Publisher) - Version 11.5 to 12.1 [Release 11.5 to 12.1] BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Release 5] Inf…
前提: BI publisher下载地址: http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.html?ssSourceSiteId=ocomen http://www.cnblogs.com/quanweiru/p/5229801.html R12: How to add Microsoft Excel as Type to the Create Template List of Values i…
http://www.cnblogs.com/lzsu1989/archive/2012/10/17/2728528.html   Oracle  EBS 提供多种报表的开发和输出形式,由于MS Excel在处理数据方面的优势明显,报表输出用Excel打开是很常见的开发项. 但是正是由于Excel的“过于智能而不智能”,导致有时输出字段会被Excel自动处理,导致数据错误.   例如: 系统内部字段,物料编码/订单标号 等等字段在数据库内存储的格式为 varchar, 在某些业务或者需求下,编码…
原文地址: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…
我相信很多人在做项目的都碰到过Excel数据导出的需求,我从最开始使用最原始的HTML拼接(将需要导出的数据拼接成TABLE标签)到后来happy的使用开源的NPOI, EPPlus等开源组件导出EXCEL,但不久前,我在一个项目碰到一个需求:要将几个分别有近60多万的数据源导出到Excel中,我们先不要讨论这个需求本身是否合理,客户就是要这样.我先后用NPOI和EPPlus,都发现同一个问题:OutOfMemoryException,我电脑12G内存居然不够用? 的确内存溢出了,但内存还剩下好…
原文地址: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…