Frends.OracleFusion.SubmitEssJob / 1.1.0
Summary
Submits an ESS job and returns its request identifier straight away without waiting, since Fusion jobs run asynchronously.
Typical use — starting a Fusion job; pair it with the status Task, as a successful submission says nothing about whether the job succeeded
Essential parameters for ESS job execution.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| JobPackageName | String |
– | /oracle/apps/ess/financials/payables/invoices/transactions/ |
The job package name (path to the ESS job). |
| JobDefName | String |
– | APXIAWRE |
The job definition name. |
| ESSParameters | String |
– | 12345,#NULL,#NULL,#NULL,678,#NULL,#NULL |
ESS job parameters as a comma-separated string. Use #NULL for null values. |