Apps To Fusion

.......Our Journey from Apps To Fusion

 
  • Increase font size
  • Default font size
  • Decrease font size



Where is this OA Framework component personalized

E-mail
User Rating: / 1
PoorBest 
Sometimes you get runtime errors in OA Framework self service pages due to some unwarranted personalizations.
For example, someone can create a text input accidentally as a message link or someone might add a controller class that is not yet deployed.
 
The issue becomes intriguing because a custom component can be added to an OA Framework page at various levels of personalization. 
 
Also, even if you know the name of the page where the error occurred, yet that page might consist of several nested regions, and one of those regions might have the culprit personalized component at one of the personalization leves.

This article presents a simple example in pursuit of finding the controller class which exists in personalization layer.
This can be applied for any OA Framework component in MDS. All you need to do is to run a simple SQL statement to query MDS Repository in JDR tables.
Let us assume that user sees an error as shown below

In this case, the controller is not found. The page can have dozens of shared regions, and we may not know which region and at which level does this controller exist.

Run a SQL as shown below, for the error component xxa2fSetupDetailsPageCO

SELECT jdr_mds_internal.getdocumentname(ja.att_comp_docid) AS customized_document, 
       ja.att_name, 
       ja.att_value 
  FROM jdr_attributes ja 
 WHERE att_value LIKE '%xxa2fSetupDetailsPageCO%';


This will show that the custom OAF component in question exists against page SetupDetailsPG at site level
/oracle/apps/per/selfservice/appraisals/webui/customizations/function/HR_STANDARD_APPRAISAL_SS/SetupDetailsPG


To confirm this fact, see this controller from the application




Comments (2)add
Record Navigation Link
written by ASaharya , October 05, 2010
Hi,
I need to move the record navigation Link (Previous / Next) from right side of the page to the left. How do I do that?
report abuse
vote down
vote up
Votes: +0
customize
written by Thanhnd , October 26, 2010
Hi Anil
i have some problem about customize in OAF, i have already read some your tutorial about OAF but i didn't see it. Can you show me some example about customize in OAF.
I hope receive your email

thanks
report abuse
vote down
vote up
Votes: -1
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
Last Updated ( Thursday, 10 June 2010 07:27 )  

Related Items

Search apps2fusion