自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Shawn的ADF空间

本Blog主要记录个人在开发学习ADF过程中积累的技巧和心得

  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

原创 EBS 11i 组织结构

1,关于业务组织(BG,Business Group)一般一个Instance设置一个,并且直接用系统默认的改名即可;如果自己新建,有些地方的Profile要改,没必要。BG位于组织结构的最高层,可以理解为独立的一个划分,用来屏蔽HR相关数据(比如员工信息)。 N: INV/Setup/Organizations/Organizations 找到Setup Business Group并改名为SCF Business Group 之前需要设置Profile:HR:User Type->HR User

2010-11-18 21:21:00 622

原创 解决Form运行时FRM-18127错误

Error Message: FRM-18127: Failed to start One-Button-Run HTTP Server to Run Form on the Web 这个问题困扰了我很久,在ONT上的解决办法行不通,下面的方案是可行的。Error Cause: The implementation class (OBRhttpServer) of the One-Button-Run HTTP server could not be found or the method to st

2010-11-17 23:59:00 1652

原创 Oracle Form FRM-18122异常

<br />先装了Oracle Form 10g,一切正常;安装了Discover后,启动Oracle Forms Builder后报错:FRM-18122: Form Builder Debugger failed to initialize。<br /> <br />Google上搜索,设置 FORMS90_CLASSPATH<br />d:/oracle/ids9i/forms90/java/importer.jar;d:/oracle/ids9i/forms90/java/debugger.ja

2010-11-17 22:14:00 2801 1

转载 R12的帐套新功能粗解

在11i里,帐套叫做SOB,即Set of Book;R12里面,帐套叫做Accounting setup,一个Accounting setup对应一个主帐套,就是所谓的Primary Ledger。<br /><br />一个法人实体(Legal entity)或者一个集团Group可以共用一套Accounting setup,只要符合以下5个特征:<br />1. 帐户结构相同(Chart of account);<br />2. 会计期间相同(Accounting calendar);

2010-11-12 16:48:00 1424 1

原创 Application Developer Guide R12 阅读笔记(Part 3)-- Form开发步骤

Form开发步骤开发与Oracle Applications交互的form的基本步骤:1,复制TMPLATE form并重命名2,将必须的库添加到重命名后的form中,其实TEMPLATE form自带了一些库。3,创建form blocks,item,LOVs,以及其他的对象,并使用合适的属性类,4,创建window layout,需要遵循Oracle Applications User Interface Standards for Forms-Based Products5,添

2010-11-01 22:51:00 769 1

翻译 Application Developer Guide R12 阅读笔记(Part 2)-- Application开发步骤

<br />Applicaiton开发步骤<br />开发一个与Oracle Applications交互的Application的步骤:<br />1,注册application,参考Oracle Application System Administrator's Guide-Configuration<br />2,设置application目录结构,参考Oralce Application Developer's Guide<br />3, 修改合适的环境文件,参考Oracle Ap

2010-11-01 22:49:00 641

翻译 Application Developer Guide R12 阅读笔记(Part 1)--开发管理可以参考的文档

--管理1,Oracle Applicaitons Installation Guide: Using Rapid Install这个文档的阅读对象是安装和更新Oracle Applicatons的人员。内容包含运行Rapid Install以及执行Oracle Applications R12的fresh安装,或者从11i更新到R12。该文档还包含安装技术栈的步骤。2,Oracle Applications System Administrator's Guide Documentat

2010-11-01 22:47:00 852

给Select One Choice设置默认值

给Select One Choice设置默认值

2012-10-16

createWithParams

使用createWithParams创建新记录

2011-11-11

Dump AM pool stastic information

Dump AM pool stastic information

2011-11-10

关闭AM Pool的测试代码

JDev: Always Test Your App with ApplicationModule Pooling turned off相关代码

2011-11-10

一次删除多行代码实例

JDeveloper 11.1.2.0开发的实现多行删除的Sample代码。

2011-09-21

ADF BC 初始化顺序测试代码

ADF BC 初始化顺序测试代码,基于Oracle JDeveloper 11.1.1.3.0。

2011-07-20

JVM更新用DLL文件

EBS R11,打开时IE报错,更新该DLL文件后,文件解决。

2010-11-01

浅谈oracle xml publisher 功能与使用

ORACLE XML Publisher这个工具已经发布很久了,但是之前一直没有对其具体的功能和使用进行过研究和测试,经过几天的研究和测试,现将其部分主要功能和使用方法做以简述。 先介绍一下我进行测试的环境。应用环境是 Oracle EBS 11.5.8,XML Publisher版本为Oracle XML Publisher Desktop 5.6.2。 本文章主要简单介绍ORACLE XML Publisher以下几个功能和使用方法。 1. ORACLE XML Publisher的安装及配置 2. Template Builder For Word 的使用 3. Template Viewer 的使用 4. 使用WORD进行报表制作 5. Template Builder高级应用

2009-05-19

Oracle® Applications Developer's Guide R12

This guide is written for the application developer and assumes you have a working knowledge of the following: • Oracle Forms Developer. If you have never used Oracle Forms Developer, we suggest you attend one or more of the relevant training classes available through Oracle University. • PL/SQL and the Oracle database. If you have never used Oracle10g or PL/SQL, we suggest you attend one or more of the relevant training classes available through Oracle University. • The Oracle Applications graphical user interface. To learn more about the Oracle Applications graphical user interface, read the Oracle Applications User's Guide. In addition, this guide assumes you have a working knowledge of the following: • The principles and customary practices of your business area. • Computer desktop application usage and terminology.

2009-05-19

零基础学JavaScript PPT

零基础学JavaScript的ppt。非常好的学习资料。

2008-10-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除