G Appendix: MFP Scheduling in JOS/POM
MFP CS provides a default job schedule with a detailed list of jobs with pre-defined dependencies with RI and AIF schedules in RAP integration. The customer can easily customize their batch process by controlling the batch control files without changing the batch schedule. Each batch job in MFP is connected to hooks in the batch control files that can be changed by customers. The MFP job flow only contains daily and weekly jobs. Jobs scheduled daily are scheduled to run every day and jobs scheduled to run weekly are scheduled to run only on Sunday by default.
The following table shows the list of jobs in MFP Schedule. Only jobs with Template configuration entries are pre-configured for the MFP Template version. The rest of the jobs are placeholder jobs to allow changes to the schedule of the jobs or to add more jobs by changing the batch control file. Each MFP job calls the same set names in the batch control file without _JOB in the name, which in turn allows it to call respective *hook_ jobs, so even if it is not linked to a batch set. The batch can be controlled without changing the job flow by adding or changing the hooks.
For more details about the implementation of JOS/POM, see the Oracle Retail Predictive Application Server Cloud Edition Implementation Guide. For more details about how to use JOS/POM to schedule and maintain the job flows, see the Oracle Retail JOS/POM User Guide.
MFP Job Name | Description/Comments | Daily/Weekly | Template Configuration |
---|---|---|---|
MFP_PRE_EXP_START_JOB |
Dummy Job, to specify the start of pre-batch exports. |
Daily |
|
MFP_PRE_EXP_RDX_D_JOB |
To schedule any daily data imports from RAP integration before the calc cycle. |
Daily |
|
MFP_PRE_EXP_OBS_D_JOB |
To schedule any daily data imports from Object Storage before the calc cycle. |
Daily |
Exports Standard Plans, if the Export Daily Plans Boolean is enabled. |
MFP_PRE_EXP_RDX_W_JOB |
To schedule any weekly data imports from RAP integration before the calc cycle. |
Weekly |
Exports Plans to RI, if RDX is enabled. |
MFP_PRE_EXP_OBS_W_JOB |
To schedule any weekly data imports from Object Storage before the calc cycle. |
Weekly |
Exports Standard Plans Weekly, if the Export Weekly Plans Boolean is enabled. |
MFP_PRE_EXP_END_JOB |
Dummy job to specify the end of pre-batch exports. |
Daily |
|
MFP_COM_HIER_IMP_START_JOB |
Dummy job to specify the start of a common hierarchies import. |
Daily |
|
MFP_COM_HIER_IMP_RDX_D_JOB |
To schedule any daily common hierarchy imports from RAP integration. |
Daily |
|
MFP_COM_HIER_IMP_OBS_D_JOB |
To schedule any daily common hierarchy imports from Object Storage. |
Daily |
|
MFP_COM_HIER_IMP_RDX_W_JOB |
To schedule any weekly common hierarchy imports from RAP integration. |
Weekly |
Imports common hierarchies from RI, if RDX is enabled. |
MFP_COM_HIER_IMP_OBS_W_JOB |
To schedule any weekly common hierarchy imports from Object Storage. |
Weekly |
Loads common hierarchy files from Object Storage, if uploaded. |
MFP_COM_HIER_IMP_END_JOB |
Dummy Job, to specify the end of a common hierarchies import. |
Daily |
|
MFP_COM_DATA_IMP_START_JOB |
Dummy job to specify the start of common data imports. |
Daily |
|
MFP_COM_DATA_IMP_RDX_D_JOB |
To schedule any daily common data imports from RAP integration. |
Daily |
|
MFP_COM_DATA_IMP_OBS_D_JOB |
To schedule any daily common data imports from Object Storage. |
Daily |
|
MFP_COM_DATA_IMP_RDX_W_JOB |
To schedule any weekly common data imports from RAP integration. |
Weekly |
Imports data files from RI, if RDX is enabled. |
MFP_COM_DATA_IMP_OBS_W_JOB |
To schedule any weekly common data imports from Object Storage. |
Weekly |
Loads data files from Object Storage, if uploaded. |
MFP_COM_DATA_IMP_END_JOB |
Dummy job to specify the end of common data imports. |
Daily |
|
MFP_HIER_IMP_START_JOB |
Dummy job to specify the start of application-specific hierarchies import. |
Daily |
|
MFP_HIER_IMP_RDX_D_JOB |
To schedule any daily application-specific hierarchy imports from RAP integration. |
Daily |
|
MFP_HIER_IMP_OBS_D_JOB |
To schedule any daily application-specific hierarchy imports from Object Storage. |
Daily |
|
MFP_HIER_IMP_RDX_W_JOB |
To schedule any weekly application-specific hierarchy imports from RAP integration. |
Weekly |
Imports application-specific hierarchies from RI, if RDX is enabled. |
MFP_HIER_IMP_OBS_W_JOB |
To schedule any weekly application-specify hierarchy imports from Object Storage. |
Weekly |
Imports any application-specific hierarchies from Object Storage. |
MFP_HIER_IMP_END_JOB |
Dummy job to specify the end of application-specific hierarchies import. |
Daily |
|
MFP_PRE_DATA_IMP_START_JOB |
Dummy job to specify the start of application-specific data imports before the calc cycle. |
Daily |
|
MFP_PRE_DATA_IMP_RDX_D_JOB |
To schedule any daily application-specific data imports from RAP integration before the calc cycle. |
Daily |
|
MFP_PRE_DATA_IMP_OBS_D_JOB |
To schedule any daily application-specific data imports from Object Storage before the calc cycle. |
Daily |
|
MFP_PRE_DATA_IMP_RDX_W_JOB |
To schedule any weekly application-specific data imports from RAP integration before the calc cycle. |
Weekly |
|
MFP_PRE_DATA_IMP_OBS_W_JOB |
To schedule any weekly application-specific data imports from Object Storage before the calc cycle |
Weekly |
|
MFP_PRE_DATA_IMP_END_JOB |
Dummy Job to specify the end of application-specific data imports before the calc cycle |
Daily |
|
MFP_BATCH_AGG_START_JOB |
Dummy job to specify the start of the Batch Aggregation Cycle. |
Daily |
|
MFP_BATCH_AGG_D_JOB |
To schedule any daily batch aggregation jobs. |
Daily |
Runs Daily Batch Calcs or Aggregations. |
MFP_BATCH_AGG_W_JOB |
To schedule any weekly batch aggregation jobs. |
Weekly |
Runs Weekly Batch Calcs or Aggregations. |
MFP_BATCH_AGG_END_JOB |
Dummy job to specify the end of the Batch Aggregation Cycle. |
Daily |
|
MFP_POST_DATA_IMP_START_JOB |
Dummy job to specify the start of application-specific data imports after the calc cycle. |
Daily |
|
MFP_POST_DATA_IMP_RDX_D_JOB |
To schedule any daily application-specific data imports from RAP integration after the calc cycle. |
Daily |
|
MFP_POST_DATA_IMP_OBS_D_JOB |
To schedule any daily application-specific data imports from Object Storage after the calc cycle. |
Daily |
|
MFP_POST_DATA_IMP_RDX_W_JOB |
To schedule any weekly application-specific data imports from RAP integration after the calc cycle. |
Weekly |
Imports Forecasts from RI, if RDX is enabled. |
MFP_POST_DATA_IMP_OBS_W_JOB |
To schedule any weekly application-specific data imports from Object Storage after the calc cycle. |
Weekly |
|
MFP_POST_DATA_IMP_END_JOB |
Dummy Job, to specify the end of application-specific data imports after the calc cycle. |
Daily |
|
MFP_POST_EXP_START_JOB |
Dummy job to specify the start of post-batch exports. |
Daily |
|
MFP_POST_EXP_RDX_D_JOB |
To schedule any daily data exports from RAP integration after the calc cycle. |
Daily |
|
MFP_POST_EXP_OBS_D_JOB |
To schedule any daily data exports from Object Storage after the calc cycle. |
Daily |
|
MFP_POST_EXP_RDX_W_JOB |
To schedule any weekly data export from RAP integration after the calc cycle. |
Weekly |
|
MFP_POST_EXP_OBS_W_JOB |
To schedule any weekly data exports from Object Storage after the calc cycle. |
Weekly |
|
MFP_POST_EXP_END_JOB |
Dummy job to specify the end of post-batch exports. |
Daily |
|
MFP_WB_BUILD_START_JOB |
Dummy job to specify the start of workbook build/refresh jobs. |
Daily |
|
MFP_WB_BUILD_D_JOB |
To schedule any workbook build/refresh steps daily. |
Daily |
Runs daily scheduled workbook builds and refresh. |
MFP_WB_BUILD_W_JOB |
To schedule any workbook build/refresh steps weekly. |
Weekly |
Runs weekly scheduled workbook builds and refresh. |
MFP_WB_BUILD_END_JOB |
Dummy job to specify the end of workbook build/refresh jobs. |
Daily |
|
MFP_ADHOC_XX_JOB |
To schedule any adhoc jobs with the batch execution set name as a parameter. XX varies from 01 to 10. 10 Jobs available to schedule any adhoc steps with any set name as the parameter. |
Adhoc |
|