Tuesday, 9 June 2026

Implementing Corporate Branding and Custom Logo Configuration in Oracle EBS 12.2.x

Corporate Branding in Oracle E-Business Suite (EBS) enables organizations to customize the application's visual appearance by displaying company logos, banners, and brand-specific images. This customization enhances the user experience, strengthens corporate identity, and provides a consistent look and feel across Oracle Applications. In Oracle EBS 12.2.x, branding images are typically configured through profile options and stored in the OA Framework media repository, allowing organizations to replace default Oracle branding with their own corporate identity.

Purpose

  • Display company logo in Oracle EBS pages.
  • Provide a customized look and feel.
  • Improve user recognition and corporate identity.
  • Commonly used after Oracle EBS upgrades, clones, or new implementations.

Where It Appears

Typically in:

  • Login page
  • Home page
  • Navigator page
  • Self-Service (OA Framework) pages
  • Application headers

Example Steps

1. Create a logo image (PNG/JPG/GIF).

2. Upload it to the EBS web server under: $OA_MEDIA
Action is performed on the Application server:
i. Open a telnet/PuTTY session to the Application server and source Applications environment.
ii. Navigate to the $OA_MEDIA directory.
iii. Copy the custom image file to this directory and make sure the image size is 155*20 pixels and permissions are set properly.

3. Set the profile option: 
Change profile option:
i. Login to Applications as System Administrator.
ii. Select: System Administrator > Profile - System.
iii. Query profile "Corporate Branding Image for Oracle Applications".
iv. Change the SITE level value to "(OA_MEDIA_PATH)/Company_Name_logo.gif"
v. Save the change.

4. Clear cache:
Functional Administrator -> Core Services -> Caching Framework -> Clear All Cache

5. Restart Apache if necessary.

No comments:

Post a Comment