Wednesday, 29 May 2013

What is the use of CUSTOM Library in Oracle Apps?

Custom Library allows extensions of oracle application modules without modifying module code Custom Library can found in $AU_TOP/res/plsql directory. After designing & developing u must replace ur code in custom library. After ur code has been written u must compile & Generate the library using oracle forms on the application server ( not the development machine ) & place in $AU_TOP/resource directory. .plx (executable code) is created when u generate .pll (librarary code) when u generate a library using the forms generator COMPILE_ALL parameter set to ' YES '.

No comments:

Post a Comment