随笔分类 -  Oracle EBS Report

摘要: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 P... 阅读全文
posted @ 2016-03-01 09:38 全威儒 阅读(1265) 评论(0) 推荐(0)
摘要: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@ebs12v... 阅读全文
posted @ 2016-03-01 09:37 全威儒 阅读(1535) 评论(0) 推荐(0)
摘要:select --&p_hint distinct user_name, decode ( greatest (u.start_date, ur.start_date, r.start_date, t... 阅读全文
posted @ 2016-03-01 09:04 全威儒 阅读(401) 评论(0) 推荐(0)
摘要:+---------------------------------------------------------------------------+ 总帐管理系统: Version : 12.0.0 Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved. GLTRBALD module: 试算表 - 明细 +-... 阅读全文
posted @ 2015-12-04 17:49 全威儒 阅读(1645) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2015-11-04 19:26 全威儒 阅读(438) 评论(0) 推荐(0)
摘要:查看EBS中BI Publisher的版本问题,Oracle提供了如下的几种方法: 从BI Publisher产生的报表文件查看 通过系统已打过的补丁(Patch)来决定,通过补丁号和BI Publisher的版本对应关系得出最终的版本 基于MetaInfo.class文件的版本号来决定,通过MetaInfo.class文件的版本号和BI Publisher的版本对应关系得出最终的版本 由于... 阅读全文
posted @ 2015-11-04 17:02 全威儒 阅读(827) 评论(0) 推荐(0)
摘要: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-Busi... 阅读全文
posted @ 2015-11-04 17:00 全威儒 阅读(3017) 评论(0) 推荐(0)
摘要:BIP Deskotop 11.119.00.0 (32-bit)Office 2013 (32-bit)Win 7 (64-bit)The current certification matrix seems to say this is supported, however I am having the following problem:1. I have an existing RTF ... 阅读全文
posted @ 2015-11-03 00:28 全威儒 阅读(4655) 评论(0) 推荐(0)
摘要:具体使用方法:1、添加用户参数p_conc_request_id2、在BeforeReport trigger中添加srw.user_exit('FND SRWINIT'); 和AfterReport trigger中添加srw.user_exit('FND SRWEXIT');3、添加用户参数p_output_format4、在BeforeReport trigger中添加UP... 阅读全文
posted @ 2015-11-02 20:41 全威儒 阅读(2971) 评论(0) 推荐(0)
摘要:方案1: 在 rtf template 里头添加 =T("域")。 方案2: 加个无中断空格 0xA0 In the rtf template, use the “Insert -> Symbol” function to insert a very small 0xA0 (NO-BREAK SPACE) character (font size 1 o... 阅读全文
posted @ 2013-11-29 15:24 全威儒 阅读(745) 评论(0) 推荐(0)
摘要:Oracle EBS 提供多种报表的开发和输出形式,由于MS Excel在处理数据方面的优势明显,报表输出用Excel打开是很常见的开发项。 但是正是由于Excel的“过于智能而不智能”,导致有时输出字段会被Excel自动处理,导致数据错误。 例如: 系统内部字段,物料编码/订单标号 等等字段在数据库内存储的格式为 varchar, 在某些... 阅读全文
posted @ 2013-07-05 11:08 全威儒 阅读(1030) 评论(0) 推荐(0)
摘要:11i Report –> error messageREP-3000: Internal error starting Oracle Toolkit1. su – root[root@ebs11vis ~]# vncserver :0New 'ebs11vis.oracle.com:1 (root)' desktop is ebs11vis.oracle.com:0Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/ebs11vis.oracle.com:0.log[ 阅读全文
posted @ 2013-05-05 20:15 全威儒 阅读(763) 评论(0) 推荐(0)
摘要:Oracle Reports 无法识别日期类型 1. xml 文件结构如下, NEED_BY_DATE 格式掩码: dd/MM/yyyy 2. rtf 文件没做任何处理,只是直接显示字段 NEED_BY_DATE 3. rtf 加载 xml 得出的数据 EXCEL 文件,无法识别 NEED_BY_DATE 日期类型 4. 查看打开报表的客户端系统日... 阅读全文
posted @ 2013-04-03 16:56 全威儒 阅读(1838) 评论(0) 推荐(0)
摘要:Oracle Reports Builder 在SQL查询语句做了ORDER BY,但在跑出来的XML文档中,还是得不到预期想要得到的结果。 因为在GROUP显示的每个字段中,还有属性设定:分隔次序(升序/降序) 阅读全文
posted @ 2013-03-28 14:35 全威儒 阅读(385) 评论(0) 推荐(0)
摘要:Q1: 报表参数可以输入多个发票号,每个发票可以查到多条详细ITEM记录. 现在问题是一页最多打印5条ITEM记录 比如输入2个发票号,第一个发票查到14条ITEM记录,第二个发票查到6条ITEM记录,则报表一共是5页, 希望页码分别是: 1/3 , 2/3 , 3/3 , 1/2,... 阅读全文
posted @ 2013-02-05 15:41 全威儒 阅读(1695) 评论(0) 推荐(0)
摘要:Oracle Developer 6i Path \orant\NET80\ADMIN\tnsnames.ora Oracle Developer 10g Path \DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora EBS12VIS = (DESCRIPTION = (ADDRESS_LIST = (A... 阅读全文
posted @ 2013-01-16 10:08 全威儒 阅读(520) 评论(0) 推荐(0)
摘要:問: 如何用sql实现ap_payments中的应付帐款与gl_balance中对应的应付科目中的同一币种的应付额相等? 我的意思就是如何从ap_payments中获取截止某一会计期间的应付帐款,但总数应该与同时的GL_balances中的应付帐款相等(同一币种) 答: 这个不是SQL该做的事情,AP明细帐与GL总帐余额能否一值和方案、用户操作有很大关系,比如是否有GL手工帐,其他... 阅读全文
posted @ 2012-12-21 14:25 全威儒 阅读(1894) 评论(0) 推荐(0)
摘要:SELECT api.invoice_num "Invoice_Num", api.invoice_date "Invoice_Date", aps.due_date "Due_Date", ROUND (SYSDATE - api.invoice_date) "Days", pv.segment1 "Vendor_Num", pv.vendor_name... 阅读全文
posted @ 2012-12-21 14:04 全威儒 阅读(1846) 评论(0) 推荐(0)
摘要:--适用于R12版本 select hca.account_number "Customer_Num", hp.party_name "Customer_Name", rct.trx_number "Invoice_Num", fnd_flex_ext.get_segs('SQLGL', 'GL#', 50370, gcc.code_combination... 阅读全文
posted @ 2012-12-21 14:01 全威儒 阅读(3748) 评论(0) 推荐(0)
摘要:1.在报表触发器BeforeReport中调用用户出口函数 FND SRWINIT 来初始化环境:取得并发程序相关信息和预制文件信息 Parameter:------------P_SET_OF_BOOKS_ID='1001'P_CHART_OF_ACCOUNTS_ID='50268'P_REPORT_TYPE='B'P_KIND='L'P_CURRENCY_COD... 阅读全文
posted @ 2012-11-28 13:56 全威儒 阅读(2444) 评论(0) 推荐(1)