Oracle Global Human Resources Cloud Payroll Implementation Specialist — Question 29
Your project requires a loop through the same package logic 24/7. You must be able to purge those executions when required. How do you accomplish this?
(Choose the best answer.)
Answer options
- A. Link the last step of the package to its first step to create an infinite loop.
- B. Create a scenario from the package, add the scenario as the last step in the package, run it asynchronously, and then save and regenerate this scenario.
- C. Create a scenario from the package, add the scenario as the last step in the package, run it asynchronously, and then save.
- D. Drag the package to the last step in the package, run it asynchronously, and then save.
Correct answer: B
Explanation
The correct answer is B because it describes a process that allows for continuous execution and gives the option to regenerate the scenario, which is necessary for purging executions. Options A and D are incorrect as they do not provide a method for purging executions, and C lacks the regeneration step required for this functionality.