1.

Framework Screens To Meet Your Corporate Standards. How Will You Do It?

Answer»

You will need to do the below steps:

  • Go to Mid Tier, and open $OA_HTML/cabo/styles/custom.xss
  • Enter below text( change colours as needed)

<style name=”DarkBackground”>
<property name=”background-color”>#000066</property>
</style>
<style name=”TextForeground”>
<property name=”color”>#0000FF</property>
</style>

  • cd $OA_HTML/cabo/styles/CACHE
  • Take a BACKUP of all the css files.
  • Delete all the files of following PATTERN oracle-desktop*.css

The idea here is to delete the cache. NEXT time when you logon to Oracle Apps Self Service, the Framework will rebuild the css file if found MISSING for your browser.

You will need to do the below steps:

<style name=”DarkBackground”>
<property name=”background-color”>#000066</property>
</style>
<style name=”TextForeground”>
<property name=”color”>#0000FF</property>
</style>

The idea here is to delete the cache. Next time when you logon to Oracle Apps Self Service, the Framework will rebuild the css file if found missing for your browser.



Discussion

No Comment Found