Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get Business Unit name in BI Report

ShivamKumarAug 31 2018 — edited Oct 10 2018

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 ?

Thanks,

Shivam

This post has been answered by AshishHCM on Aug 31 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2018
Added on Aug 31 2018
5 comments
25,700 views