Oracle
1Z0-141 · Question #30
You need to restrict access to a form. Access must be limited to particular times of the day and to certain authorized users. You write a procedure (get_authorization) in the form that checks the…
The correct answer is A. Pre-Form at form level. See the full explanation below for the reasoning.
Question
You need to restrict access to a form. Access must be limited to particular times of the day and to certain authorized users. You write a procedure (get_authorization) in the form that checks the username of the person logging on and validates the time of day. If the person is not authorized to use the form at that time, the following code is executed:
... MESSAGE ('You are not authorized to access the form at this time'); RAISE FORM_TRIGGER_FAILURE; What is the best trigger from which to call this procedure?
Options
- APre-Form at form level
- BWhen-Validate-Item at form level
- CWhen-New-Form-Instance at form level
- DPre-Block on the first enterable block
- EWhen-Validate-Item on the first enterable item
- FPre-Text-Item on the first navigable text item in the first navigable block
How the community answered
(64 responses)- A83% (53)
- B2% (1)
- C3% (2)
- D9% (6)
- E3% (2)
Community Discussion
No community discussion yet for this question.