Personalize OAF Pages: Add an image on a page
We can add images within OAF pages using personalization very easily. The images can represent anything, from giving a message to the employees to adding graphics to make the page aesthetically...
View ArticleProfile Options for OAF page personalization
This is a list of some profile options that are related to OAF pages. These profile options are essential for working on OAF personalization. Personalize Self-Service Defn – Set the value to Yes to...
View ArticleHow to set a form to auto-query on opening
Oracle provides a mechanism to directly open a transaction without querying it from the form. This process is demonstrated here. How do we achieve automatically querying the form for records based on a...
View ArticleRestrict users to view specific records on Oracle Apps forms
We wanted to create a special Lookup that will be updated and maintained by a group of users. If we give access to the standard lookup form to users they will get access to all lookups. We created a...
View ArticleRestrict users from creating or deleting records on a form
We had created a new function for the Lookup form in a previous article. On that function we had restricted the user from viewing any other lookup on the function definition itself. There are 2 main...
View ArticleHow to modify a form LOV using forms personalization
A List of Values (LOV) within a form can be modified using Forms Personalization. By LOV we mean that LOV that is embedded within the form. This LOV was created within the development phase. Let us...
View ArticleHow to add links on Oracle Apps OAF menus
In previous articles I have talked about OAF page personalizations to add buttons, links, etc. When we need to add a link on the OAF page containers/regions we need to follow the personalization...
View ArticlePersonalize OAF Pages: Add an OAF Page as a new section into an existing OAF...
We have a requirement to add a region on a seeded OAF page. Within this region we would like to display certain projects data for the logged in user. The requirement: Log into Oracle We would like to...
View ArticleSQL to list all form personalizations in Oracle
The following query will provide the dump of all form personalizations in Oracle. SELECT ffcr.function_name, ffcr.form_name, ffcr.SEQUENCE "P Seq", ffcr.enabled "Rule Enabled?",...
View ArticleSwitch off all personalizations on OAF pages
We can turn off all personalizations on OAF pages by setting a profile option. Here is an example. Seeded Supplier creation OAF page Personalize the page The personalization is to make the field,...
View Article