what is the diff between custom.pll and form personalization?
Tell me one example?
Answers were Sorted based on User's Feedback
Answer / emmanuel - tcs
I agree with above answer.
Mainly we use custom.pll for any major code changes are
there.
when ever a small changes required like message population
and disable and enable of the fileds, Mandatory or non-
mandatory fileds -- like this with out touching the code we
can complete with Forms Personlization.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / nagaraju
Custom.pll is one Programming Link Library file which is
provided by oracle apps. Using Custom.pll we can change the
Working Process of the Form, i.e if the form need more
customization we have to goto custom.pll.Expecially in HRMS
we have special triggers to change the form functionality.
Form Personalization is doing same functionality of the
custom.pll but if need more customization in the standard
form or custom form, better to do the modifications in the
custom.pll
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / sanjay basera
Yes all the answers are correct .
custom.pll is a progamatic methology.But if multiple
developer are workig in same custom.pll it cause version
headache so generally we go for form personalization
in form personalization we can easily alter the features of
form . we cann call built it ,display messages ,can add
menus in tool .can work in stored procedure
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / mandar
Agree with above answers. Be aware form personalization is
also not supported by oracle.
| Is This Answer Correct ? | 2 Yes | 8 No |
35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?
What is instead of trigger in where we will use?
How can u find custom top? where its located? How to find custom top in front end?
Explain oracle apps architecture.
What is oracle soa suite?
What is multi org?
what is repeting frame?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
What is the Use of User Exit in Oracle apps and when we are developeing the new report you need to pass one parameter called P_CONC_REQUEST_ID,what is the use of this parameter and is it mandatory.Can't we develop report without this User exit's and P_CONC_REQUEST_ID parameter
How many phases of implementation and what are those.
can we execute one concurrent program through another concurrent program?