Total Pageviews

May 4, 2026

5/04/2026 10:57:00 AM

 


Can We Change the Logo Based on Business Unit in Oracle Cloud ERP?

A Practical Guide for Oracle Fusion Cloud ERP Administrators and Consultants

In multi-business unit organizations, branding consistency across different divisions is a common requirement. Whether it's a large conglomerate with multiple subsidiaries or a company operating under different brands, stakeholders often ask:

“Can the Oracle Cloud ERP logo change dynamically based on the employee’s Business Unit?”

Short Answer: Not natively for the main application header logo. However, there are smart workarounds depending on your use case.


Understanding the Limitation

Oracle Cloud ERP (Fusion Applications) uses a global Appearance setting to control the application logo visible in the top navigation bar. This setting is configured in:

  • Sandbox → Tools → Appearance

Once published, the same logo applies to all users across the entire environment. There is no built-in profile option, security context, or personalization feature that allows the logo to switch automatically based on the user’s assigned Business Unit (BU), Legal Entity, or Department.

This global behavior is by design — Oracle prioritizes a unified user experience across the platform.


Where Dynamic Logos Are Possible

Good news! You can implement Business Unit-specific logos in several areas:

1. BI Publisher Reports & Documents (Most Common Requirement)

  • Payslips
  • Invoices
  • Purchase Orders
  • Tax Invoices
  • Custom reports

How to do it:

  • Upload multiple logos in the Asset Library or as File Attachments.
  • Use conditional logic in RTF templates:
XML
<?if:BusinessUnitName='BU_India'?>
   <fo:external-graphic src="url('Logo_India.png')" ... />
<?elseif:BusinessUnitName='BU_USA'?>
   <fo:external-graphic src="url('Logo_USA.png')" ... />
<?end if?>

This is the most widely used and stable solution.

2. Recruiting / Career Sites

Oracle Recruiting allows different logos per Organization, Business Unit, or Legal Employer in the Asset Library. Very useful for companies with multiple brands.

3. Custom Redwood Pages (Advanced)

Using Visual Builder Studio (VBS) or Redwood, you can create custom dashboards or self-service pages where the logo changes dynamically based on the logged-in user’s Business Unit (using Groovy or EL expressions).


Workarounds for Application Header Logo

ApproachFeasibilityComplexityRecommendation
Global Appearance SettingHighLowUse single corporate logo
Multiple Sandboxes/ThemesLowHighNot recommended
Custom Redwood HeaderMediumVery HighOnly for heavy customizations
Browser ExtensionsLowLowNot enterprise viable

Best Practice: Stick to one primary corporate logo for the application header to maintain a clean, professional experience.


Recommendations

  1. Define Your Real Need Clarify whether the requirement is for:
    • Application header, or
    • Output documents (reports, PDFs)
  2. Use Asset Library Effectively Centralize all brand logos in the Asset Library for easy reuse.
  3. Document the Decision Many organizations face this requirement. Document the chosen approach and get stakeholder sign-off.
  4. Raise an Enhancement Request If dynamic header branding per Business Unit is critical for your organization, log an ER with Oracle Support or post on Oracle Cloud Customer Connect.

Conclusion

While Oracle Cloud ERP does not support dynamic logo switching in the main application header based on Business Unit today, you have powerful options for reports, documents, and career sites. For most companies, implementing BU-specific logos in BI Publisher outputs solves 80–90% of the business need.


Next
This is the most recent post.
Older Post
 
Related Posts Plugin for WordPress, Blogger...