Change Corporate Branding in Oracle EBS R12.2

Very often, there is a requirement to change the corporate branding, from the standard Oracle logo to the logo of the company or customer. How do we do this? In this post, I’ll show you how.

The corporate branding image is visible at two places.

  • On the top-left corner of the Home Page after you login into an E-Business Suite Instance, and
  • On the top-left corner of the login page.

Let’s look at how we can replace the standard Oracle logo with a customer logo, for each of these cases.

1.Corporate Branding on the HomePage

Changing the Oracle logo on the top-left corner of the Home Page is pretty much straight forward.

All you need to do is copy the customer logo in $OA_MEDIA directory in both Run and Patch editions.

For example, i have copied the file “RishOraDev_white_2.png” in $OA_MEDIA directory.

[oracle@apps ~]$ cd $OA_MEDIA
[oracle@apps media]$ pwd
/u01/install/APPS/fs1/EBSapps/comn/java/classes/oracle/apps/media
[oracle@apps media]$ ls -lrt RishOraDev_white_2.png
-rw-r--r-- 1 oracle oinstall 2975 Sep 11  2021 RishOraDev_white_2.png

Repeat the same step in the Patch file system.

Next, login through an user having System Administrator Responsibility, and navigate to the System Profile Values form.

Navigation : System Administrator > Profile > System

Query for the profile option “Corporate Branding Image for Applications”.

At the Site level, enter the name of the file that we copied to the OA_MEDIA directory and Save.

Navigate to Functional Administrator Responsibility and Clear All Cache.

Clear the browser cache.

Login again and the change should be reflected, as shown below.

2.Corporate Branding on the login screen

To incorporate branding image in the login page, following steps need to be followed.

Source the Run edition file system and navigate to the OA_MEDIA directory. And move the customer logo in this directory, in my case, the name of the file is “RishOraDev_white_3.png”.

[oracle@apps ~]$ echo $FILE_EDITION
run
[oracle@apps ~]$ cd $OA_MEDIA
[oracle@apps media]$ pwd
/u01/install/APPS/fs1/EBSapps/comn/java/classes/oracle/apps/media

Look for the file “oracle_white_logo.png”. This is the Oracle logo that is displayed in the login page.

[oracle@apps media]$ ls -lrt oracle_white_logo.png
-rw-r--r-- 1 oracle oinstall 2975 Sep 11  2021 oracle_white_logo.png

Backup the file “oracle_white_logo.png”.

[oracle@apps media]$ mv oracle_white_logo.png oracle_white_logo_bkp.png
[oracle@apps media]$ ls -lrt oracle_white_logo*
-rw-r--r-- 1 oracle oinstall 1018 Aug 22  2019 oracle_white_logo_dark.png
-rw-r--r-- 1 oracle oinstall 2975 Sep 11  2021 oracle_white_logo_bkp.png

Rename the file “RishOraDev_white_3.png” to “oracle_white_logo.png”.

[oracle@apps media]$ mv  RishOraDev_white_3.png oracle_white_logo.png
[oracle@apps media]$ ls -lrt oracle_white_logo*
-rw-r--r-- 1 oracle oinstall 1018 Aug 22  2019 oracle_white_logo_dark.png
-rw-r--r-- 1 oracle oinstall 2975 Sep 11  2021 oracle_white_logo.png
-rw-r--r-- 1 oracle oinstall 2975 Sep 11  2021 oracle_white_logo_bkp.png

Repeat the same step in the Patch file system.

Stop all services.

[oracle@apps scripts]$ sh adstpall.sh

Restart all services.

[oracle@apps scripts]$ sh adstrtal.sh

Clear browser cache and bring up the login page. The Oracle branding logo should now be replaced by the new logo.

Note: Both these tasks can be achieved through OAF Personalization, which I would demonstrate in a future post.

References

4 responses to “Change Corporate Branding in Oracle EBS R12.2”

  1. […] Change Corporate Branding in Oracle EBS R12.2 | RishOraDev … […]

  2. […] one of previous posts, I had shown how to change the Corporate Branding in an Oracle E-Business Suite instance. In this […]

  3. Sebastian Ahn avatar
    Sebastian Ahn

    Very helpful, much appreciated!

    Would it also be possible to have the branding logo(on the HomePage) work as a link button to the EBS home by clicking it? It would be really fantastic If you have an idea and could share it!

  4. ayuugin0904 avatar
    ayuugin0904

    Very helpful, much appreciated!

    Would it also be possible to have the branding logo work as a link button to the EBS home by clicking it? It would be really fantastic If you have an idea and could share it!

Leave a Reply

I’m Rishin

Welcome to RishOraDev. I am an Oracle ACE. I created this space to document my journey through Oracle Cloud (OCI/OIC), Fusion Applications and the evolving world of Artificial Intelligence to help fellow developers navigate the Oracle ecosystem!

Let’s connect

Discover more from RishOraDev's Oracle Blogs

Subscribe now to keep reading and get access to the full archive.

Continue reading