For the complete documentation index, see llms.txt. This page is also available as Markdown.

SubmitEssJob

Submits an Oracle Fusion ESS job and immediately returns the assigned Request ID.

Task version: 1.1.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

JobPackageName : String

The job package name (path to the ESS job).

Default: - Example: /oracle/apps/ess/financials/payables/invoices/transactions/

JobDefName : String

The job definition name.

Default: - Example: APXIAWRE

ESSParameters : String

ESS job parameters as a comma-separated string. Use #NULL for null values.

Default: - Example: 12345,#NULL,#NULL,#NULL,678,#NULL,#NULL

Name
Description

BaseUrl : String

Oracle Fusion instance base URL.

Default: https://example.oraclecloud.com Example: https://example.oraclecloud.com

Username : String

Oracle Fusion username.

Default: - Example: john.doe@example.com

🗝Password : String

Oracle Fusion password.

Default: - Example: MySecretPassword123

ApiVersion : String

API version for the fscmRestApi endpoint.

Default: latest Example: latest OR xx.xx.xx.xx

Name
Description

ThrowErrorOnFailure : Boolean

Whether to throw an error on failure.

Default: True Example: true

ErrorMessageOnFailure : String

Overrides the error message on failure.

Default: - Example: Custom error message

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

RequestId : String

ESS job request ID. Example: 1234

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Error.Message : String

Summary of the error. Example: Unable to submit ESS job.

Error.AdditionalInfo : Exception

Additional information about the error. Example: object { Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.OracleFusion.SubmitEssJob.

[1.1.0] - 2026-08-06

Changed

  • Updated copyright information to comply with Frends standards.

[1.0.0] - 2026-03-11

Added

  • Initial implementation

Last updated

Was this helpful?