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
- 12.2 E-Business Suite Applications Framework SSWA Pages Corporate Branding Custom Logo Not Reflecting On Login Page (Doc ID 2125617.1)
- How to change the Corporate Branding Image System Wide in the E-business Suite (Doc ID 395663.1)
- R12 Login Page: How To Personalize The Logo On The E-Business Suite Login Page (Doc ID 849752.1)
Pingback: http ebs oracle login com Account Portal Instructions Help Guide - trustne.com
Pingback: Customizing Oracle E-Business Suite Login Page in R12.2.5 or higher | RishOraDev's Oracle Blogs