Tag Archives: customization

There are numerous scenarios for each customer to customize the standard Application. The following sample code demonstrate how to pop up an error message when customer business validation fails. This note provides a detail steps for customizing the standard application … Continue reading

Here is a sample code could be used to make all the responsibilities read only for a specific user. I am sure we can use it in different variations. 1. Open the Custom.pll in the Form Builder. 2.Add the following … Continue reading

1. Create UNIX Shell script using naming convention filename.prog 2. Place in the custom PRODUCT_TOP/bin directory- 3. Set protection on the Host Program 4. Link with program fndcpesr: Ex: link -s $FND_TOP/bin/fndcpesr $XXX_TOP/bin/hostprog Note: Exclude the .prog extension 5. Register … Continue reading

Template Form in Oracle Apps This document provides an overview of the template form. This form derives its importance from the fact that this form is the starting point of all development involving forms. The document highlights the importance of … Continue reading

Oracle Reports (Report 6i) – Technical – Interview – Question Answers Question: How many types of columns are there and what are they Formula columns: For doing mathematical calculations and returning one value Summary Columns: For doing summary calculations such … Continue reading

Hello Friends, here i am posting some of basic oracle applications questions , will try to collect more and put in future posts, here i am putting quite easy and basic questions. If you like to know Questions of any … Continue reading

Distinction between configuration, personalization, and extensibility. Configuration provides setup and administrative choices using the native features of the product. Some configuration examples include: Profile Options User-defined fields (Flexfield) Function Security Setup Data Security Setup and a lot more…. Personalization enables … Continue reading