How to Submit Batch Jobs

Most batch jobs are submitted via a batch scheduler. Refer to Batch Scheduler Integration for information about the integration with the Oracle Scheduler.

Batch jobs may be configured as Timed, which means they will automatically be run based on the timer frequency.

You can manually submit your adhoc background processes or submit a special run for one of your scheduled background processes using the online batch job submission portal.

The system provides a REST web service (using the inbound web service F1-SubmitJob) to create a batch job submission request from an external system. Note that no parameter defaulting occurs when submitting a record using a web service. All the desired parameter values must be provided.