Best Of
Re: How to avoid IS accounting when scrap in P31114?
Hi Murilo Oliveira,
Thanks for your advice.
We tried a small customization in R31802A and transfer zero to F3102 for scrapped quantity. It seems working.
Many thanks for everyone's concerns.

Re: Patch 37531055: ORACLE APPLICATIONS RELEASE 12.2: CPU PATCH FOR APRIL 2025 FRC ?
I've checked the patch & tried to generate French Canadian language but this patch do not require French Canadian language.
BR,
Alexandru
Re: When will KVM support Windows 2025?
Hi There
Like earlier versions of Windows, Oracle developers are constantly working with KVM and Linux upstream to add support to the next Windows OS. Once support is added it will be timely announced. We have no exact date when that will happen.
Thanks
Nash Oudha
Re: Abnormal program termination. An internal error has occurred. Oracle installer10g install win 11
Also important Run as Administrator and you can get problems with virtual memory take also a look at.
Instructions on How to Install Forms Developer 10G Windows 10/11 (Doc ID 2925989.1)
Re: Is there a grafana app version for EM 24.1?
This is the first version of Oracle Enterprise Manager App for Grafana that supports Oracle Enterprise Manager 24ai Release, in addition to the Oracle Enterprise Manager 13c Release 5.
This version also supports the older Grafana 9.2.0 as well as the newer Grafana server 11.5.1. This would allow EM customers to use Oracle Enterprise Manager App seamlessly as they upgrade either or both EM and/or Grafana version on their environment.
This version also contains:
- Bug fix for repository query template variable
- SQL query changes for some panels in the 2 Exadata dashboards
- Uptake of latest versions of the Grafana dependencies
Customers can download the app from . For more details refer to the newly published documentation here: Oracle Enterprise Manager App for Grafana User's Guide.
https://www-sites.oracle.com/enterprise-manager/technologies/grafana/
Re: Open PO Migration Strategy
Thanks for reply. Consider below scenario:
A. Partially Received and Partially Billed (Example 100 qty Ordered 90 was received but 70 is billed)
Migration Plan1:
Return 20 qty in 11i system. Migrate 30 Qty, as out of 100 qty 70 is billed, so for 70 receiving and billing is complete. Now make MRR for 20 qty. in R12 instance.
But how to return if Onhand not available in 11i.
Migration Plan2:
Migrate 100 qty and update line location table and distribution table as 90 Received and 70 billed.
In this case accrual will be not be generated in R12 as receiving is done on 11i system and accrual will not get knock-off
Same will happen in scenario B
Kindly help and advise.
Re: Status of the Bug Bug 36707039 : CA YEAR-END DENTAL BENEFIT BOX 45 NOT WORKING EMPLOYEE WORKS IN MUL
Thank you for posting your thread regarding the status of Bug 36707039. The bug will be reviewed for the 2025 Canadian year-end season.
Best Regards,
TanyaM - Oracle
Re: DBMS_AUDIT_MGMT.INIT_CLEANUP failed with "ORA-01403: no data found"
Got a solution for the issue.
Before I remove the customized audit tablespace, use DBMS_AUDIT_MGMT.SET_AUDIT_TRAIL_LOCATION to set the tablespace back to the default SYSAUX. Then I can disable audit feature as normal.
After that, if the audit feature is enabled again, I can do init_cleanup successfully without issue.
Thanks,
Iris