Modify an Existing Custom Library

To discuss Oracle Forms & Reports related technical issues.
Post Reply
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Modify an Existing Custom Library

Post by ahmadbilal »

Modify an Existing Custom Library

Use the following steps if you have custom logic in your custom library (CUSTOM.pll) that you do not want to overwrite. You must place a line of code in the custom library that will call out to new library (ODPN.pll). After doing this, you will only need to recompile your existing CUSTOM.pll if you receive new versions of ODPN.pll with software upgrades.

1. 1. Backup your existing CUSTOM.pll to CUSTOM.pll.orig.
2. Copy the CUSTOM.pll from the $AU_TOP/resource folder on the Oracle Applications server to a client machine that has Oracle Forms Builder installed.
3. Copy the APPCORE2.pll from $AU_TOP/resource folder on the Oracle Applicationsserver to a client machine that has Oracle Forms Builder installed. This should be the same folder you used for step 2.
4. Locate the ODPNCustomPLL.zip file in the ORACLE folder where the Developer isinstalled and retrieve the ODPN.pll file. Then copy it to the client machine into same folder as previous file copies. Note that this library is not version-specific to 11i or R12.
5. Open CUSTOM.pll using Oracle Forms Builder and attach ODPN.pll. Place this file in the same folder on the client side as your CUSTOM.pll prior to the attachment.
6. Answer Yes, when asked to remove directory path.
7. Add the following code to the Event procedure:gkod_event (event_name, ?SPECIAL15?);
8. Ensure that no one is currently using Oracle Applications (web Forms). Shut down Oracle Forms Server service.
9. Copy the CUSTOM.pll and ODPN.pll files from the client to the $AU_TOP/resourcefolder on the Oracle Applications server.
10. Compile both the ODPN.pll and the CUSTOM.pll files using steps 5 and 6 in the previous section.

* Reference taken from UPK Content Administration Guide: CH 6 Help Menu Integration for the Oracle E-Business Suite


Source <b>http://ebusinessuite.wordpress.com/</b>
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests