fusion_import_bulk_data
Upload a data file to Oracle Fusion and queue import jobs. Verify the UCM account before confirming to prevent silent upload failures.
Instructions
Load a data file into Fusion (FBDI) and queue the import jobs.
Reads file_path from disk, uploads it to UCM, and submits each job in
jobs. THIS LOADS REAL DATA and cannot be recalled.
account is the UCM account, and it is the field that goes wrong quietly:
a file filed under the wrong account uploads successfully and is then
invisible to the import job, with no error anywhere. Confirm it against the
job's documentation, e.g. fin$/payables$/import$.
Each entry in jobs is {"name": "package,definition", "parameters": [...]}.
Note that these parameters are joined with COMMAS -- unlike
fusion_submit_job, whose parameters are separate elements. A parameter
containing a comma is refused rather than silently split; use
fusion_submit_job for those.
Args:
file_path: Local path of the file to upload.
account: UCM account, e.g. fin$/payables$/import$.
jobs: Import jobs to run, in order.
notification_code: The service's two-digit notification code.
confirmed: Set True only after explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| account | Yes | ||
| confirmed | No | ||
| file_path | Yes | ||
| notification_code | No | 10 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||