IMPORTANT Actions and Considerations
One-Week Lag Between Readiness Documents Live and Help Center Live
Because Oracle readiness documents (What's New and New Feature Summary) are live one week before the monthly update is applied to Test environments, some links to documentation included in the readiness documents will not work until after the Oracle Help Center update is complete when the monthly update is applied to Test environments.
In addition to the applicable Important Actions and Considerations discussed in the Cloud EPM Platform section below, this update includes Important Actions and Considerations specific to:
- Cloud EPM Platform
- Financial Consolidation and Close
- Planning
- Profitability and Cost Management
- Enterprise Profitability and Cost Management
CLOUD EPM PLATFORM
Deprecation of Java 8 for EPM Automate
Starting with the August (25.08) update, EPM Automate will discontinue the use of Java 8. Instead, it will start using Java 17.
Windows users of EPM Automate are not affected by this change because the Windows installer ships with the required Java distribution. Because the use of EPM Automate on macOS X, Linux/UNIX operating systems is dependent on a user installed Java version, users of such operating systems must update to Java 17 to continue using EPM Automate.
Applies to: Account Reconciliation, Enterprise Data Management, Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Narrative Reporting, Planning, Profitability and Cost Management, Tax Reporting
Cube Refresh to Validate for Conflicting Metadata Names
Starting with an upcoming update (currently targeted at the second quarter of 2025), Cube Refresh will validate for conflicting metadata (member or dimension names). The recommendations will surface as warnings to the user. If an application is found to have conflicting metadata names, the Cube Refresh will complete with a new status called "Completed with Warnings." Customers can then correct the metadata names and avoid erroneous behavior and potential bugs. Customers can also view the validation warnings on the Jobs console.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Upcoming Changes to the Permission Required to Create Forms, Dashboards, and Library Folders
In a future update, Oracle plans to change the permissions required to create forms, dashboards, and sub folders. With this change, users assigned to the Power User predefined role will require write access to the folder in which they create forms, dashboards, or sub folders.
Currently, all users assigned to the Power User predefined role can create forms, dashboards, and sub folders in folders to which they have read access.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Future Direction for Forms and Dashboard 1.0
Starting with the June 2025 (25.06) update, Oracle plans to de-support Forms 1.0 and Dashboards 1.0. Also effective with the June update (25.06) all new environments will be deployed with Forms 2.0 and Dashboards 2.0 only; the option to switch to Forms 1.0 will no longer be available.
Customers are advised to change application settings from Dashboards 1.0 to 2.0 and convert their dashboards from 1.0 to 2.0 as soon as possible. Gaps found in Dashboards 2.0 should be reported using the Service Request process so that Oracle Support can evaluate if the request is justified and, if so, resolve them.
For more information, see Forms 1.0 and Dashboard 1.0 Statement of Direction. You will need to sign into Oracle Support to access this document.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Plan to Discontinue Support for New Infolets
Starting with the September (25.09) update, Oracle will no longer support new infolets and customers will no longer see the option to create infolets.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Removal of Support of Native Mode Option for Smart View Ad Hoc Behavior Application Setting
The Native mode option for the Smart View Ad Hoc Behavior application setting is no longer supported in Smart View.
While customers can continue using Native mode, this mode is no longer supported for escalations and enhancements.
Standard is the ad hoc mode upon which all enhancements in Cloud EPM are being delivered.
Oracle stopped supporting Native mode at the end of year 2024. Customers on Native mode are advised to convert the Smart View Ad Hoc Behavior application setting for their environments to Standard mode and test their use cases.
Any gaps found should be logged as an enhancement to Standard mode. Enhancements should be logged on the Customer Connect EPM Platform Idea Lab as soon as possible for Oracle to review.
Perform the following steps to begin working with Standard mode in your test environment:
- In Application Settings, change Smart View Ad Hoc Behavior to Standard.
- In Smart View, open worksheets created in Native mode and reconnect.
- Refresh the sheets.
NOTES:
-
The expectation for existing Native mode worksheets is that they will work “as is” when the setting is changed to Standard. New ad hoc sheets will only be created in Standard mode using Standard features.
-
Smart Forms are not supported in Standard mode. There is no plan to support them in Standard mode.
For additional information, see Smart View Ad Hoc Behavior Option and Saved Ad Hoc Grids in Working with Oracle Smart View for Office.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Job Scheduling Migration in Data Management/Data Integration
With the addition of the new Job Scheduling feature in Data Integration in the September (24.09) update, customers must migrate any existing job schedules from Data Management to the EPM Platform Job Scheduler console. The scheduling functionality accessed from the user interface in Data Management has now been deprecated. To support the migration to the new job scheduler, a new script titled "Migrate Schedules to Platform Jobs Scheduler" is available from System Maintenance Tasks in Data Management.
Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, Planning, Tax Reporting
The new scheduling functionality is not available in Profitability and Cost Management and Account Reconciliation.
The EPM Platform Job Scheduler console is not available for Account Reconciliation customers. These customers will need to automate any existing scheduled jobs in Data Management using EPM Automate or rest calls outside of Account Reconciliation.
Calculation Manager Errors and Considerations Enforcement
In a future update, Calculation Manager will enforce the execution of the Errors & Considerations diagnostic tool for any rule being launched, validated, or deployed. This enhancement is scheduled to coincide with the enhancement to the Rules listing page. Administrators will see the Rule Status indicating if there are Errors and/or Considerations in the listing page in addition to the Errors & Considerations tab in Calculation Manager.
Rules will continue to deploy and execute even with Errors or Considerations. In all cases, existing rules that are already deployed will continue to run as-is without any change in behavior. However, Oracle Support will require all Errors to be cleared before reviewing any issues submitted for such rules. Any remaining Considerations will require justification for why they are not cleared before Oracle Support will review any such rules.
Applies to: Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Change in Behavior for Grids Created from Groovy and REST APIs for ASO Cubes
In a future update, the suppression behavior for grids created via Groovy DataGridDefinitionBuilder and the exportdataslice REST API for ASO cubes will be made consistent with that of the run time data grids created using the Form Designer. Previously, if a grid was built for an ASO cube in Groovy or REST API, then the system used the NON EMPTY MDX clause to suppress missing rows when the suppressMissingBlocks flag was true. Now, when a grid is built for an ASO cube, it will use the NON EMPTY MDX clause when suppressMissingRows is true, and suppressMissingBlocks will be ignored. This means that ASO grids with suppressMissingRows true and suppressMissingBlocks false will now start using MDX. Likewise, ASO grids with suppressMissingRows false and suppressMissingBlocks true will no longer use MDX. Grids where the suppressMissingRows and suppressMissingBlocks flags had the same value will not be impacted. These changes may result in a change in behavior or performance for some ASO grids. If this happens and is undesirable, consider toggling the value of suppressMissingRows from the builder or the JSON payload in case of the REST API.
Applies to: Financial Consolidation and Close, FreeForm, Planning, Tax Reporting
Oracle Financial Reporting Statement of Direction
Please refer to the announcement on Cloud Customer Connect in the Enterprise Performance Management Resource Center: Announcing Updated Guidance on Cloud EPM Financial Reports Deprecation
Please refer to the Statement of Direction for Oracle Financial Reporting:
Oracle Support Document KB62016 (EPM Cloud Financial Reporting Statement of Direction)
Please note that the Oracle Financial Reporting de-support date has been finalized for June 2025.
For more information:
- See Appendix B in the Designing with Reports Guide: Migrating Reports from Financial Reporting.
- On June 8, the most recent Oracle Cloud Customer Connect event, Migrating Your Financial Reporting to Reports, was presented. There is a presentation, an event recording, and an FAQ sheet accessible. In order to view the event recording and documentation, you must log in to Cloud Customer Connect.
Start Using the New URLs for Oracle Help Center Libraries
When accessing Enterprise Performance Management and Enterprise Data Management libraries on the Oracle Help Center, update your bookmarks to use the new URLs. For example, the new Planning library URL is https://docs.oracle.com/en/cloud/saas/planning-budgeting-cloud/index.html
The older URLs, such as https://docs.oracle.com/cloud/latest/planning-budgeting-cloud/index.html are currently being redirected, so the best practice is to use the new URLs.
Start using these new Oracle Help Center URLs now for the libraries for Enterprise Performance Management and Enterprise Data Management:
- Account Reconciliation
https://docs.oracle.com/en/cloud/saas/account-reconcile-cloud/index.html - Enterprise Data Management
https://docs.oracle.com/en/cloud/saas/enterprise-data-management-cloud/index.html - Enterprise Performance Management
https://docs.oracle.com/en/cloud/saas/epm-cloud/index.html - Enterprise Profitability and Cost Management
https://docs.oracle.com/en/cloud/saas/enterprise-profitability-cost-management-cloud/index.html - Financial Consolidation and Close
https://docs.oracle.com/en/cloud/saas/financial-consolidation-cloud/index.html - FreeForm
https://docs.oracle.com/en/cloud/saas/freeform/index.html - Narrative Reporting
https://docs.oracle.com/en/cloud/saas/enterprise-performance-reporting-cloud/index.html - Planning
https://docs.oracle.com/en/cloud/saas/planning-budgeting-cloud/index.html - Profitability and Cost Management
https://docs.oracle.com/en/cloud/saas/profit-cost-cloud/index.html - Tax Reporting
https://docs.oracle.com/en/cloud/saas/tax-reporting-cloud/index.html
Applies to: Account Reconciliation, Enterprise Data Management, Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Narrative Reporting, Planning, Profitability and Cost Management, Tax Reporting
FINANCIAL CONSOLIDATION AND CLOSE
Member Formula Changes for Enhanced Organization by Period (EOBP) Applications
After you upgrade from 25.02 to 25.03, the CalcStatus formula changes for the FCCS_CSTATUS FILTER and FCCS_NSTATUS FILTER system members are not updated in Enhanced Organization by Period (EOBP) applications. To apply the formula changes, you must manually run the Enable Features option without selecting any features.
Importing Enhanced Organization by Period Applications
Importing an application that has the Enhanced Organization by Period (EOBP) feature enabled into a non-EOBP environment is not supported.
PLANNING
Change in Behavior for Duplicate Members Being Returned While Using MDX
Starting with the August (25.08) update, the behavior for removing duplicate members for MDX flows will be made consistent with the behavior for removing duplicate members for non-MDX flows.
Currently, certain flows in Planning use MDX expressions such as “Suppress Missing Block” for BSO, “Suppress Missing Rows” for ASO, and “Database suppression” for both ASO and BSO. When MDX is not used, duplicate members are removed from a single row or column definition. In some cases, the duplicate removal in a single row or column definition was silently failing leaving unexpected duplicate members. We are fixing the MDX flow behavior to match the non-MDX behavior which correctly removes duplicates.
Just like the existing non-MDX flow, you can force duplicates by adding them in separate row/column definitions. This existing functionality will not change.
This change will impact Planning forms, Smart View, Reports Groovy grids, and REST grids.
PROFITABILITY AND COST MANAGEMENT
REST API Supported Media Types
The supported media type for all Profitability and Cost Management REST APIs is "application/json".
You must always set the "Content-Type: application/json" header, to avoid the "Unsupported Media Type" error.
This requirement has always been documented in the REST API for Oracle Enterprise Performance Management Cloud guide. If your REST API calls have been working without this header, or with a different media type, you will now need to correct your API calls to use and specify the supported media type.
Oracle Profitability and Cost Management Application Type Statement of Direction
The Oracle Profitability and Cost Management Application Type Statement of Direction provides an overview of the strategic plans and future direction of Oracle Profitability and Cost Management Cloud Service and Oracle Enterprise Performance Management Enterprise Cloud Service Profitability and Cost Management business process. Included is information about the change in Development focus to the newer Enterprise Profitability and Cost Management Application Type available exclusively with Enterprise Performance Management Enterprise Cloud Service.
Oracle Support Document 2955235.1 (Oracle Profitability and Cost Management Application Type Statement of Direction)
ENTERPRISE PROFITABILITY AND COST MANAGEMENT
Issues with Member Selection When Connecting to the Models or Designer Screen Using Connections From Another Environment
When connected to the Models screen or the Designer screen using Connections from another environment, you may experience an unexpected error message while selecting members, or the Member Selector dialog may not always open as expected. To work around this issue, access these screens directly from within Enterprise Profitability and Cost Management.