runSupplementalDataReport
Generates relational reports that display data from Supplemental Data Manager.
Supplemental Data Reports are grouped as Non-Consolidation Reports in Financial Consolidation and Close and Tax Reporting. See "List of Predefined Reports and Parameters" section in Generate Report for Financial Consolidation and Close and Tax Reporting in the REST APIs for Oracle Fusion Cloud EPM guide for a list of reports you can generate and the parameters for generating them.
Applies to
Financial Consolidation and Close, and Tax Reporting.Required Roles
- Service Administrator
- Power User
- User
- Viewer
Usage
epmautomate runSupplementalDataReport FILE_NAME GROUP_NAME REPORT_NAME REPORT_FORMAT [Param=value] where:
-
FILE_NAMEis a unique file name for the report. -
GROUP_NAMEis the name of the group with which the report is associated. -
REPORT_NAMEis a unique name for the report to be generated. -
REPORT_FORMATis one of the following formats for the report:- HTML (not supported for graphs and charts)
- XLSX (not supported for graphs)
- CSV
- CSV2
REPORT_FORMATCSVdoes not permit the formatting of data based on a template whileCSV2does. GeneratingCSV2formatted report takes more time compared toCSVoutput. Param=value, optionally identifies the required parameters for generating the report. For example, to generate theAt Risk Tasksreport, which takes aschedule namewith the valuemonthlyand aperiodwith the valueJan, specify"schedule name"=monthly period=Jan.
Example
epmautomate runSupplementalDataReport Example_File_name Group1 "At Risk Tasks" html "schedule name"=monthly period=Jan