Oracle Reports (MOSC)

MOSC Banner

How to get Business Unit name in BI Report ?

edited Sep 13, 2018 5:03AM in Oracle Reports (MOSC) 1 commentAnswered

Hi Oracle Experts,

I am building a report and need to get Business Unit name in the output report but there are no Key Fields in the BU table to join with. Can you please tell me what are the key fields which can be joined?

I am using the below SQL to get the BU names:

select ORG.* from HR_ORG_UNIT_CLASSIFICATIONS_X CLS, HR_ALL_ORGANIZATION_UNITS_F_VL ORG

where CLS.ORGANIZATION_ID = ORG.ORGANIZATION_ID

and CLS.classification_code = 'FUN_BUSINESS_UNIT'

The Organization_ID filed are not KEY field with other tables, can anyone guide me ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center