Oracle Fusion Data Intelligence Idea Lab

Fixed Asset Employee Name and Employee Number missing from ERP Offering

Needs Votes
16
Views
0
Comments
Molly P
Molly P ✭✭✭

We implemented ERP offering in FDI and are looking for a subject area that contains the Employee Name and Employee Number fields in FDI. Upon checking, we found these columns as part of ERP->Data Lineage Documentations as part of "Financials - Assets Transactions” and "Financials - Assets Analysis” subject area.

ie. SELECT
"Financials - Assets Analysis"."Assignment Details"."Employee Name" s_1,
"Financials - Assets Analysis"."Assignment Details"."Employee Number" s_2
FROM "Financials - Assets Analysis"

And

SELECT
"Financials - Assets Transactions"."Assignment Details"."Employee Name" s_1,
"Financials - Assets Transactions"."Assignment Details"."Employee Number" s_2
FROM "Financials - Assets Transactions"

As per the current design, these two HCM attributes (Employee Name and Number) will appear and be available only if the HCM module (i.e. Workforce Management / FA_WRKFRC_MGMT) is enabled.

We are looking for a way to get these columns while using ERP offering area and not activating HCM Workforce Management module. These fields are in the Fixed Assets fusion apps UI and should therefore be available to users of the ERP module.

1
1 votes

Needs Votes · Last Updated