How can I extract the value of LEGAL_ENTITY_IDENTIFIER from XLE_ENTITY_PROFILES table if in HR_ALL_ORGANIZATION_UNITS_F table it's null the LEGAL_ENTITY_ID field?
Hi @Gian Luca Triglia
Welcome to FAW community. This is an Question to Fusion team.
@Emily Cikovsky-Oracle Can you please move this Thread to fusion team.
Regards,
Arjun
Hi! We can't move threads to the Fusion forums on Customer Connect, FYI.
Also this is tagged for Publisher, which is a question for us, not the Fusion team - but it's not clear to me from the question whether it's about Publisher or the Fusion data source, so I'll ping the OA PMs and see what they say, then circle back.
Thanks!
HI @Emily Cikovsky-Oracle
As per my internal search its comes under Fusion HCM.
@Mallikarjuna Kuppauru-Oracle, @Emily Cikovsky-Oracle I need a SQL query for a BI report to extract the LEGAL_ENTITY_IDENTIFIER, starting from a department. I'm sorry if the question is'nt posted in the correct area of the forum, tell me where I can post it.
HI @Gian Luca Triglia
Below is the correct forum to post the question.
You can close this thread ?
SELECT xep.LEGAL_ENTITY_ID, xep.NAME AS LEGAL_ENTITY_NAME FROM XLE_ENTITY_PROFILES xep
You can start with following query
SELECT dept.ORGANIZATION_NAME AS DEPARTMENT_NAME, bu.BUSINESS_UNIT_NAME, le.NAME AS LEGAL_ENTITY_NAME, le.LEGAL_ENTITY_IDENTIFIER FROM HR_ORGANIZATION_UNITS dept JOIN PER_BUSINESS_UNIT_ORGS buo ON dept.ORGANIZATION_ID = buo.ORGANIZATION_ID JOIN FUN_BUSINESS_UNITS bu ON bu.BU_ID = buo.BU_ID JOIN HR_LEGAL_ENTITIES_F leg ON bu.LEGAL_ENTITY_ID = leg.LEGAL_ENTITY_ID JOIN HZ_LEGAL_ENTITIES le ON leg.LEGAL_ENTITY_ID = le.LEGAL_ENTITY_ID WHERE SYSDATE BETWEEN leg.EFFECTIVE_START_DATE AND leg.EFFECTIVE_END_DATE AND dept.ORGANIZATION_TYPE = 'DEPARTMENT' ORDER BY dept.ORGANIZATION_NAME;
Hope it helps
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks