GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Apps Technical

 Print  |  
Question:  What is the use of CUSTOM Library in Oracle Apps?



February 02, 2006 05:12:00 #5
 Bonthu N Reddy   Member Since: Visitor    Total Comments: N/A 

RE: What is the use of CUSTOM Library in Oracle Apps?...
 

         Custom Library allows extensions of oracle application modules with out 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 ' .

Cheers,

Bonthu N Reddy.

     

 

Back To Question