Steps to modify CUSTOM.PLL
Here are the steps in short to modify CUSTOM.pll file - R12
Prerequisites :
Ensure that you have following files downloaded into your local machine before working on the CUSTOM.pll file.
APPCORE.pll
APPDAYPK.pll
FNDSQF.pll
Steps :
Step1 : Download the CUSTOM.PLL file from AU/resource top.
Step2 : Open the Oracle Forms Builder, and open the CUSTOM.pll file.
Step3 : Double click on the CUSTOM*(Package Body)
Step4 : Add the code for the required event and for the desired form in the Package Body
Step5 : Save the changes.
Step6 : Compile the CUSTOM.pll file.(CTRL + SHIFT + K)
Step7 : Upload(File Transfer using FTP tools) the updated CUSTOM.pll file to AU/resource top
Step8 : Login to UNIX box and navigate to AU/resource top
Step9 : Use the following command to create executable file(*.plx)
frmcmp_batch module=CUSTOM.pll userid=
Credits to
http://oracleebsgeeks.blogspot.com/2011/04/steps-to-modify-custompll.html
Comments
Post a Comment