5.1.2.5 Access User Extension through Scheduler
You can access the User Extension using the Scheduler service.
To access User Extension using the scheduler service:
- From the LHS menu, navigate to Operations and Processes, select Scheduler, and then select Define Batch. For more details, see Define Batch.
- From the LHS menu, navigate to Operations and
Processes, select Scheduler, and then select
Define Task. For more details, see Define Tasks.
- Task Type: REST
- Component: Select Execute Custom PLSQL.
- Under Task Parameters, select/enter the following:
- CustomPLSQL Definition: Select the relevant user extension function.
- CustomPLSQL Params: Enter the required parameters with
comma separator. For example, USD,200.
- When function has only BatchId
and MisDate as parameters:
For Example,
then CustomPLSQL Params text field will have the following value:FUNCTION FN_UPDATE_TRANSFERRATE_CUSTOM (BatchID varchar2, MisDate varchar2) RETURN NUMBER
BATCH_RUN_ID_01,20250408
- When function has BatchId and
MisDate and other optional Parameter:
For Example
then CustomPLSQL Params text field will have the following value:FUNCTION FN_UPDATE_TRANSFERRATE_CUSTOM (BatchID varchar2, MisDate varchar2, LEGAL_ENTITY varchar2, CURRENCY_CODE varchar2) RETURN NUMBER
BATCH_RUN_ID_01,20250408,LE1,USD
- When function has only BatchId
and MisDate as parameters:
- Save the Task.
- From the LHS menu, navigate to Operations and Processes, select Scheduler, and then select Execute Batch.
- From the LHS menu, navigate to Operations and Processes, select Scheduler, and then select Monitor Batch. For more information, see Monitor Batch.
- Select the Batch and then select the MISDATE and the
Batch name. Select the latest execution and click
Start Monitor.
The UI displays the Status of the batch.