What is the difference between Form Personalization and CUSTOM.pll in Oracle Apps?

1 Answers
Answered by suresh

Understanding the Difference between Form Personalization and CUSTOM.pll in Oracle Apps

If you are working with Oracle Apps and looking to customize the behavior of forms, it is important to understand the distinction between Form Personalization and CUSTOM.pll. These two methods serve as essential tools for implementing specific functionalities within the application.

Form Personalization

Form Personalization in Oracle Apps allows users to make changes to the behavior of forms without the need for custom coding. This feature provides a user-friendly interface that enables developers to define rules, actions, and conditions for form fields and buttons. Form personalization is a powerful tool for configuring the application's behavior based on user requirements.

CUSTOM.pll

On the other hand, CUSTOM.pll is a custom library in Oracle Apps that allows developers to write custom code to modify the behavior of forms. Unlike Form Personalization, CUSTOM.pll requires coding knowledge and expertise to implement specific functionalities within the application. This method offers more flexibility and control over the customization process but may also require more technical skills.

Focus Keyword: Oracle Apps Form Personalization vs CUSTOM.pll

In conclusion, while Form Personalization provides a user-friendly approach to customize form behavior in Oracle Apps without coding, CUSTOM.pll offers a more advanced and flexible method for developers to implement custom functionalities using coding. Understanding the difference between these two approaches can help you choose the most suitable method for your customization needs within Oracle Apps.

Answer for Question: What is the difference between Form Personalization and CUSTOM.pll in Oracle Apps?