The Form Compiler displays compilation error messages during batch compilation and allows you to halt and resume compilation as well as navigate to error source.
If you click this button while in an interrupted state of compilation (as a result of clicking Interrupt) an alert appears warning you that going to the source of an error will abandon the batch compilation.
If compilation ends with no errors detected, the message Compilation completed successfully is displayed on the status line. If compilation ends with errors detected, the message Compilation completed with errors is displayed. You can click on an error in the Compilation Errors pane to display the PL/SQL editor and the program unit where the error is located.
If you click an error in the Compilation Errors pane while in an interrupted state of compilation (as a result of clicking Interrupt) an alert appears warning you that going to the source of an error will abandon the batch compilation. You can click Goto Error to present the PL/SQL editor and the program unit that contains the first error in the Compilation Errors list box.