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
Source code: https://github.com/FrendsPlatform/Frends.OracleFusion/tree/main/Frends.OracleFusion.SubmitEssJob
Task Parameters
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
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
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
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?

