# SubmitEssJob

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Unknown

Source code: <https://github.com/FrendsPlatform/Frends.OracleFusion/tree/main/Frends.OracleFusion.SubmitEssJob>

{% tabs %}
{% tab title="Parameter: Input" %}

| Name                      | Description                                                                                                                                                                          |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| JobPackageName : `String` | <p>The job package name (path to the ESS job).</p><p><br>Default: <code>-</code><br>Example: <code>/oracle/apps/ess/financials/payables/invoices/transactions/</code></p>            |
| JobDefName : `String`     | <p>The job definition name.</p><p><br>Default: <code>-</code><br>Example: <code>APXIAWRE</code></p>                                                                                  |
| ESSParameters : `String`  | <p>ESS job parameters as a comma-separated string. Use #NULL for null values.</p><p><br>Default: <code>-</code><br>Example: <code>12345,#NULL,#NULL,#NULL,678,#NULL,#NULL</code></p> |
| {% endtab %}              |                                                                                                                                                                                      |

{% tab title="Parameter: Connection" %}

| Name                  | Description                                                                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| BaseUrl : `String`    | <p>Oracle Fusion instance base URL.</p><p><br>Default: <code><https://example.oraclecloud.com></code><br>Example: <code><https://example.oraclecloud.com></code></p> |
| Username : `String`   | <p>Oracle Fusion username.</p><p><br>Default: <code>-</code><br>Example: <code><john.doe@example.com></code></p>                                                     |
| 🗝Password : `String` | <p>Oracle Fusion password.</p><p><br>Default: <code>-</code><br>Example: <code>MySecretPassword123</code></p>                                                        |
| ApiVersion : `String` | <p>API version for the fscmRestApi endpoint.</p><p><br>Default: <code>latest</code><br>Example: <code>latest OR xx.xx.xx.xx</code></p>                               |
| {% endtab %}          |                                                                                                                                                                      |

{% tab title="Parameter: Options" %}

| Name                             | Description                                                                                                                    |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| ThrowErrorOnFailure : `Boolean`  | <p>Whether to throw an error on failure.</p><p><br>Default: <code>True</code><br>Example: <code>true</code></p>                |
| ErrorMessageOnFailure : `String` | <p>Overrides the error message on failure.</p><p><br>Default: <code>-</code><br>Example: <code>Custom error message</code></p> |
| {% endtab %}                     |                                                                                                                                |

{% tab title="Result: Result" %}

| Name                 | Description                                                                                                                    |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Success : `Boolean`  | <p>Indicates if the task completed successfully.<br>Example: <code>true</code></p>                                             |
| RequestId : `String` | <p>ESS job request ID.<br>Example: <code>1234</code></p>                                                                       |
| Error : `Error`      | <p>Error that occurred during task execution.<br>Example: <code>object { string Message, Exception AdditionalInfo }</code></p> |
| {% endtab %}         |                                                                                                                                |

{% tab title="Changelog" %}

## Changelog

### \[1.0.0] - 2026-03-11

#### Added

* Initial implementation
  {% endtab %}
  {% endtabs %}
