Hi All,
Can we execute a Program Unit(which calls a procedure) in background in Oracle Forms and allow users to perform other activities on Forms.
Execution of the Program Unit is expected to take sometime and the requirement is to NOT keep users waiting during the execution to take control.
The Program Unit will be triggered using a 'WHEN-BUTTON-PRESSED' trigger and will execute a procedure.
Form Version 10.1.2.3.0
Application: 12.2.4
Thanks.