Mirror of Oracle documentation

Converted for search and offline reading. Authoritative source: Oracle. Diagrams and some complex tables are simplified — check the PDF when in doubt.

5 Customizing Batch Schedules

Overview

POM comes with a standard set of Oracle Retail Application Batch Schedules, such as Merch, AIF, RSP, and so on. These Batch Schedules support the various Oracle Retail Products and are built and maintained by the corresponding Oracle Retail product teams. However, there is a need for customers be able to tailor these Batch Schedules or build custom ones. POM provides a number of customization capabilities for use by customers to modify these Batch Schedules or create new custom ones to meet their needs.

This chapter discusses the various customization use cases and how a customer can address them within POM.

Note

Support and maintenance for customizations, as well as any batch failures of custom jobs, are the retailer’s responsibility. In addition, retailers should carefully evaluate the impact of all customizations to existing schedules, given that these could extend the batch window.

Customization Use Cases

The following are some of the common customization tasks that can be performed in the POM application.

#
Query
How To?
1
How can I use POM to run my own
ReST-enabled custom jobs that are not
dependant on an existing Retail cloud
schedule?
1.
Create a
Custom Batch Schedule.
2.
Create
Custom Job Typeswithin the custom
schedule that includes the required ReST
services.
3.
Create Custom Process and add a new job to
the process associating it with the created
job type.
4.
Execute the custom process from theBatch
Monitoringscreen.

Implementation Guide G58508-01 Copyright© 2026, Oracle and/or its affiliates.

#QueryHow To?
2How can I run my own ReST-enabled
custom jobs in between two jobs of
the nightly schedule of an Oracle
1.
Create
Custom Job Typeson an existing
schedule.

Retail service from POM?
2.
Create Custom Process and add a new job to
the process associating it with the created
custom job type.
3.
Create Custom Dependencies in the nightly
schedule with the new custom job.
3How can I create my own ReST-
enabled custom jobs and schedule to
run at a specifc day/time?
1.
Create
Custom Job Typeson an existing
schedule.
2.
Create Custom Process and add a new job to
the process associating it with the created
custom job type.
3.
Use the Scheduler Administration screen to
schedule the job to run at a specifc day/
time.
4How can I run an existing job as part
of my own custom process?
1.
Create Custom Process and add a new job to
the process using the Add Existing Job
option or Import Job from Existing Process.
2.
Use the Scheduler Administration screen to
schedule the job to run at a specifc day/
time.
5How can I construct my own fow
with the list of processes, jobs, and
dependencies according to my own
requirements?
Use
Custom Entities
6How can I change a job and its
dependencies of a seeded fow or a
process?
Use
Custom Entities
Create a fow, add process to the fow, import
existing job(s) from a seeded process to the fow
and change the dependencies as per the
requirement.
7Can I re-use a base nightly job to run
on ad hoc basis?
Use
Custom Entities
Create a custom fow, add a process to the fow,
then add a new job to the process using theAdd
Existing Joboption and selectNightlywhen
prompted for the cycle.
8How can I run RDS jobs from POM?Refer to the
Retail Data Store Integration section
in the “Integration” chapter of this guide.

Custom Batch Schedule

This section details the various steps needed to create an entirely new custom Batch Schedule within POM.

A Batch Schedule is composed of two parts:

1. Schedule Configuration – Defines the structure and environment of the Batch Schedule. It defines the name of the Schedule, the URLs of the Job Agents that will run the Jobs within the Schedule, and defines any properties for the Schedule.

Implementation Guide G58508-01 Copyright© 2026, Oracle and/or its affiliates.

Add Custom Dependency


In this guide