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 |
How many typres of Purchase order and what are those.
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
can we use anchor propery in XML reports?if yes?explain?
can we write sql statement in Format trigger?
what is the prerequisite for defining unit of measure?
we are inserting,update and delete the data we can do simultaniously, but it will show error in updation? what to do?
Can we create tables in apps schema?
Tell me some thing about SQL-LOADER.
In what situation u create the BPA.
What is SET-OF-BOOKS?
where u do setup of operating unit?