Job Updater Parameter Values

The Job Updater Parameter Values (JOBUPDPV) page can be used to set up values for job parameters and other reference table column updates. These values are referenced on the Job Updater page, which are picked up by the Job Parameter Updater batch job. Values can either be a value literal (constant) or a function or expression of some other column value.

For example:

PREV_MONTH_FY is defined as (${CURR_APD} == 1)? ${CURR_FY} - 1 : ${CURR_FY}

Previous month fiscal year value will be evaluated at runtime based on the value of CURR_APD (Current Accounting Period) and CURR_FY (Current Fiscal Year). Assume that CURR_APD is calculated as 1(January) and CURR_FY is calculated as 2023 then PREV_MONTH_FY will be calculated as 2022.

The system by default calculates values for the following entries in the Job Parameter Values table.

Field Information