Quantcast
Channel: Oracle Maniacs' Notes » Personalization
Browsing latest articles
Browse All 14 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Profile 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Restrict 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 Article

Image may be NSFW.
Clik here to view.

Restrict 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Personalize 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 Article


Image may be NSFW.
Clik here to view.

SQL 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 Article


Image may be NSFW.
Clik here to view.

Switch 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
Browsing latest articles
Browse All 14 View Live