Mapping JDE fields to Oracle Fusion
Hi,
I am mapping JDE fields to Oracle Fusion through FBDI templates but have following challenges:
- For larger tables, need to use multiple .csv files to load complete data into fusion due to size restrictions in .csv file.
- Data from JDE to Fusion can be converted through UBE or Table Conversion. But there is no standard UBEs or Table Conversion to meet the table requirements for Fusion as data fields for Fusion table might be scattered in multiple JDE tables.
Approach being used currently:
- Map JDE fields to FBDI templates provided by oracle.
- Write SQL Queries to fetch data from JDE tables (Performance being affected)
0