You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/integrations/oracle_epm_tax_reporting.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,7 +526,7 @@ Import an uploaded collection CSV for a year, period, and configured frequency d
526
526
|`year`| string | Yes | Collection year member, for example FY26; tenant-specific. |
527
527
|`period`| string | Yes | Collection period member, for example Jan; tenant-specific. |
528
528
|`frequencyDimensions`| json | No | JSON object of additional collection-interval frequency dimension names and member strings. Preserve case. For template deployment supply all configured dimensions \(up to four\), including Year/Period when applicable. |
529
-
|`jobName`| string | No |Exact deployed rule, ruleset, or saved job definition name. Names are case-sensitive. |
529
+
|`jobName`| string | No |Optional name for this supplemental job submission, not a deployed Planning job definition. |
530
530
|`waitForCompletion`| boolean | No | Wait at most 120 seconds, subject to the execution deadline. Default false. Timeout or local cancellation does not cancel the Oracle job; check its status before resubmitting. |
531
531
532
532
#### Output
@@ -557,7 +557,7 @@ Deploy Supplemental Data templates for a collection interval. Empty templates de
557
557
|`templates`| array | Yes | Template name array. An explicit empty array deploys ALL templates for the interval; use named templates to limit scope. |
558
558
|`frequencyDimensions`| json | No | JSON object of additional collection-interval frequency dimension names and member strings. Preserve case. For template deployment supply all configured dimensions \(up to four\), including Year/Period when applicable. |
559
559
|`resetWorkflows`| boolean | No | Reset existing form workflows during deployment \(default false\). |
560
-
|`jobName`| string | No |Exact deployed rule, ruleset, or saved job definition name. Names are case-sensitive. |
560
+
|`jobName`| string | No |Optional name for this supplemental job submission, not a deployed Planning job definition. |
561
561
|`waitForCompletion`| boolean | No | Wait at most 120 seconds, subject to the execution deadline. Default false. Timeout or local cancellation does not cancel the Oracle job; check its status before resubmitting. |
0 commit comments