没有合适的资源?快使用搜索试试~ 我知道了~
首页Oracle Forms Builder开发文档
Oracle Forms Builder开发文档
需积分: 49 507 浏览量
更新于2023-03-03
评论
收藏 2.92MB PDF 举报
Oracle E-Business Suite Develper's Guide 12.2.pdf,EBS开发学习文档。内容详细,但都是英文。需要耐心地学习了。加油!
资源详情
资源评论
资源推荐

Oracle® E-Business Suite
Developer's Guide
Release 12.2
Part No. E22961-16
September 2018

Oracle E-Business Suite Developer's Guide, Release 12.2
Part No. E22961-16
Copyright © 1995, 2018, Oracle and/or its affiliates. All rights reserved.
Primary Author: Sara Woodhull, Mildred Wang
Contributing Author: Shivangi Agarwal, Santiago Bastidas, Eric Bing, Kevin Brown, George Buzsaki, Anne
Carlson, Steven Carter, Robert Farrington, Paul Ferguson, Hani Georgi, Cliff Godwin, Kevin Hudson, Clara
Jaeckel, Gustavo Jimenez, Taka Kamiya, Vinod Khatri, George Khoury, Robert Nix, Gursat Olgun, Lisa
Parekh, Ishan Shrivastava, Mike Skees, Jan Smith, Susan Stratton, Leslie Studdard, Martin Taylor,
Senthilnathan Vedi, Akila Velu, Venkata Vengala, Peter Wallack, Aaron Weisberg, Maxine Zasowski
This software and related documentation are provided under a license agreement containing restrictions on
use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your
license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license,
transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse
engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is
prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If
you find any errors, please report them to us in writing.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on
behalf of the U.S. Government, then the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software,
any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are
"commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-
specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the
programs, including any operating system, integrated software, any programs installed on the hardware,
and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No
other rights are granted to the U.S. Government.
This software or hardware is developed for general use in a variety of information management applications.
It is not developed or intended for use in any inherently dangerous applications, including applications that
may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you
shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its
safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this
software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of
their respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are
used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron,
the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro
Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information about content, products,
and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly
disclaim all warranties of any kind with respect to third-party content, products, and services unless
otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates
will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party
content, products, or services, except as set forth in an applicable agreement between you and Oracle.
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at
http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Oracle customers that have purchased support have access to electronic support through My Oracle Support.
For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.
com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.

iii
Contents
Send Us Your Comments
Preface
1 Overview of Coding Standards
Overview of Coding Standards................................................................................................ 1-1
The Standard Development Environment................................................................................1-5
Overview of Building an Oracle E-Business Suite Application............................................ 1-11
2 Setting Up Your Application Framework
Overview of Setting Up Your Application Framework........................................................... 2-1
3 Preparing for Online Patching
Introduction...............................................................................................................................3-1
Preparing the Environment
.......................................................................................................3-4
Running the Readiness Reports................................................................................................3-4
Running the Online Patching Database Standards Checker
................................................... 3-6
Running the Global Standards Compliance Checker (GSCC)................................................ 3-6
4 Preparation of Customizations in a Release 12.2 Upgrade
Preparation of Customizations in a Release 12.2 Upgrade.......................................................4-1
5 Handling Customizations in an Online Patching-Enabled Environment
Introduction
...............................................................................................................................5-1
Online Patching Considerations...............................................................................................5-1

iv
Applying Customizations......................................................................................................... 5-4
The Custom Synchronization Driver File.................................................................................5-4
6 Developer Guidelines for Customizations in an Online Patching-Enabled
Environment
Overview................................................................................................................................... 6-1
7 Database Object Development Standards for Online Patching
Overview................................................................................................................................... 7-1
8 XML Definition File Utilities
Overview................................................................................................................................... 8-1
XDF Generation Utility.............................................................................................................8-1
XDF Comparison Utility .......................................................................................................... 8-6
9 Building Database Objects
Overview of Building Your Database Objects......................................................................... 9-1
Using Cost-Based Optimization............................................................................................... 9-1
Tracking Data Changes with Record History (WHO)..............................................................9-1
Oracle Declarative Constraints................................................................................................. 9-4
LONG, LONG RAW and RAW Datatypes............................................................................... 9-6
LONG to CLOB Conversion Procedures.................................................................................. 9-6
Columns Using a Reserved Word.............................................................................................9-8
Views......................................................................................................................................... 9-8
Sequences................................................................................................................................ 9-10
Table Registration API............................................................................................................9-11
10 Using PL/SQL in Oracle E-Business Suite
Overview of Using PL/SQL in Oracle E-Business Suite........................................................ 10-1
Replacements for Oracle Forms Built-ins
.............................................................................10-10
Coding Item, Event and Table Handlers.............................................................................. 10-13
11 Setting the Properties of Container Objects
Setting the Properties of Container Objects
...........................................................................11-1
Modules...................................................................................................................................11-1
Windows
..................................................................................................................................11-2
Canvases ................................................................................................................................. 11-5
Blocks
.......................................................................................................................................11-6
Regions ................................................................................................................................. 11-13

v
12 Setting the Properties of Widget Objects
Setting the Properties of Widget Objects............................................................................... 12-1
Text Items................................................................................................................................ 12-1
Date Fields......................................................................................................................... 12-2
Display Items ..........................................................................................................................12-3
Poplists ................................................................................................................................... 12-4
Option Groups ........................................................................................................................12-5
Check Boxes ............................................................................................................................12-5
Buttons ....................................................................................................................................12-5
Lists of Values (LOVs)
........................................................................................................... 12-7
LOV Behaviors...................................................................................................................12-8
LOVs in ENTER-QUERY Mode.......................................................................................12-10
Alerts .....................................................................................................................................12-10
Editors ...................................................................................................................................12-11
Flexfields .............................................................................................................................. 12-11
Setting Item Properties..........................................................................................................12-11
Using APP_ITEM_PROPERTY.SET_PROPERTY............................................................ 12-11
Item Properties with Unique Oracle E-Business Suite Behavior...................................... 12-12
Impact of Item-level and Item-instance-level Settings .................................................... 12-16
Setting Properties at Design Time....................................................................................12-16
Setting Visual Attributes Programmatically.................................................................... 12-16
13 Controlling Window, Block, and Region Behavior
Controlling Window Behavior................................................................................................13-1
Positioning Windows Upon Opening.................................................................................... 13-1
Closing Windows.................................................................................................................... 13-2
Setting Window Titles Dynamically...................................................................................... 13-3
Controlling Block Behavior.................................................................................................... 13-4
Coding Master-Detail Relations
............................................................................................. 13-4
Coordination Between Windows............................................................................................13-5
Implementing a Combination Block
...................................................................................... 13-6
Coding Tabbed Regions..........................................................................................................13-8
Definitions
......................................................................................................................... 13-8
Tabbed Region Behavior....................................................................................................13-9
Three Degrees of Coding Difficulty
................................................................................. 13-10
Implementing Tabbed Regions............................................................................................ 13-11
Creating the Layout in Forms Developer..............................................................................13-11
Coding Your Tab Handler
.....................................................................................................13-13
Tab Handler Logic.................................................................................................................13-13
剩余715页未读,继续阅读
















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0