Oracle Application Express 5: Developing Web Applications — Question 12

Jenny has a form page based on ORDER_ITEMS. For certain product types, she needs to redirect to a modal dialog page to ask for additional information, before validating or processing the record on page submission.
Which processing point should Jenny select for the branch?

Answer options

Correct answer: B

Explanation

The correct answer is B, 'After Processing', because this allows Jenny to handle additional requirements after the initial processing of the form data. The other options are not suitable; 'Before Computations' occurs too early in the process, while 'After Submit' and 'Processing' do not provide the right timing for the additional information requirement.