> For the complete documentation index, see [llms.txt](https://docs.frends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frends.com/tasks/tasks/oracle-fusion.md).

# Oracle Fusion

Oracle Fusion offers cloud-based ERP, HCM, and CX solutions.

Frends offers seamless integration with [Oracle Fusion](https://en.wikipedia.org/wiki/Oracle_Fusion_Applications), enabling you to easily connect and automate data flows between your systems and Oracle Fusion applications.

Frends provides tasks that enable you to interact with Oracle Fusion services and incorporate Oracle Fusion operations into your integration workflows.

By leveraging Frends’ task-based approach, you can configure and customize Oracle Fusion integrations according to your specific requirements. Frends offers a wide range of tasks that facilitate integrations with various enterprise systems, services, and protocols.

## Use cases

Below you will find typical use cases for Oracle Fusion integrations and how they are implemented in Frends.

### Import bulk data to Oracle Fusion

By using the [`ImportBulkData`](/tasks/tasks/oracle-fusion/importbulkdata.md) task, we can create an integration that transforms incoming data from external systems and imports it into Oracle Fusion Cloud in bulk for further processing.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-b54270164c22481710b66408e2166e21684d1f10%2Foracle-fusion-import.svg?alt=media" alt=""><figcaption><p>OracleFusion</p></figcaption></figure>

### Submit and monitor an Oracle Fusion job

By using the [`SubmitEssJob`](/tasks/tasks/oracle-fusion/submitessjob.md) and [`GetEssJobStatus`](/tasks/tasks/oracle-fusion/getessjobstatus.md) tasks, we can create an integration that submits a background job in Oracle Fusion Cloud and checks the job status to determine when the processing has completed.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-3cf13dca72d1cbd7e868045e21e6eab46716d6bc%2Foracle-fusion-ess-job.svg?alt=media" alt=""><figcaption><p>OracleFusion</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.frends.com/tasks/tasks/oracle-fusion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
