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
Go To First  |  Previous Question  |  Next Question 
 Apps Technical  |  Question 27 of 124    Print  
What is the use of CUSTOM Library in Oracle Apps?

  
Total Answers and Comments: 6 Last Update: December 12, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 19, 2005 09:32:47   #1  
rajivk        

RE: What is the use of CUSTOM Library in Oracle Apps?
Custom library is used to perform the cutomizations reuired thru custom.pll.AS other plls are non editable and seeded oraacle has given provision to customize 1pll that is custom.pll or custom library for customizations.
 
Is this answer useful? Yes | No
September 05, 2005 06:26:47   #2  
PRASAD        

RE: What is the use of CUSTOM Library in Oracle Apps?
Hi, 
 
When ever user can enter any form then Custom.pll r read in to Buffer, if we want to Customize any existing forms means ( if we ristrict the User at some Condtions r if we want to show some Messages ) 
we will add some Procedures to this Custom.pll

 
Is this answer useful? Yes | No
September 28, 2005 06:01:54   #3  
Bhikshapathi        

RE: What is the use of CUSTOM Library in Oracle Apps?...
Custom.pll library is used to validate the existing base apps forms with out changing / modifying it. Custom.pll allows to modify the existing forms validtions.
 
Is this answer useful? Yes | No
January 18, 2006 10:42:09   #4  
Santosh Mudaliar        

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

Custom library or custom.pll give the programmer a flexibility to add code on allowed custom events . As custom .pll is general for all the forms that open in application , you have to specify in you code , the exact form name , block name , item name and event name where the code should execute.

However not all the events are supported in custom .pll but you can very control the behaviour of object and add logic to some extent with the help of custom .pll coding. For more information please refere Oracle Applications Developers Reference Manual


 
Is this answer useful? Yes | No
February 14, 2006 05:12:00   #5  
Bonthu N Reddy        

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.


 
Is this answer useful? Yes | No
December 12, 2006 05:44:41   #6  
naveen nagula        

RE: What is the use of CUSTOM Library in Oracle Apps?...
hi,CUSTOM.PLL is an library which exists in TEMPLATE.fmb ,it is an oracle form devloper PL/SQL library , which alows the developers to attach thier own custom code to the oracle applications without modifiying the orginal application code....it consists of two 2 function 1 procedure2 functions are 1 ZOOM_AVAILABLEthis is a function which returns boolean value ...this function always test on form_name and block_name , if the test is sucessful then this function returns TRUE else FALSEby default it returns FALSE2.STYLE: this is also function which determines the execution style of the formit contains three package variablescustom.strandardcustom.beforecustom.aftercustom.overide( i am not sure wehter it is over ride or in place..or some other name to it)by default it returns custom.strandard, which does not have any effect or modification on the form3. EVENT(PROCEDURE)This is a proceure
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape