How to remove
personalization in OAF
Now we are goin to learn how to remove the
personalization in OAF.
Step1:-
Login
to oracle application.
Step2:-
Switch
to Functional Administrator responsibility.
Step3:-
Click
on personalization tab.
Step4:- For
application, Enter the respective application name.
Step5:-
Click
on the Personalized Checkbox.
Step6:-
Click
Go.
Step7:-
Remove
or De-activate your personalization by selecting the personalization level at
which you made a particular personalization.
OR
Step1:-
Login
to oracle application.
Step2:-
Switch
to Functional Administrator responsibility.
Step3:-
Click
on personalization tab.
Step4:-
Click
on import/export sub tab menu.
Step5:-
For
application, Enter the respective application name.
Step6:-
Provide
the document path.
To get the path
Go to
sql developer run the following it will give the path.
begin
jdr_utils.listCustomizations('/oracle/apps/icx/por/reqmgmt/server/MyReqsGlanceVO');
//Give the page path on which u did
personalization or if u did extension provide on which u extended.
end;
Step7:-
Click
on Go.
Step8:-
select the personalization and delete it.