Fires after either of the following events:
Definition Level form
SELECT statements, unrestricted Built-ins
Enter Query Mode no
Use a Post-Logout trigger to audit or to perform tasks on an Oracle Forms application that does not require or affect the RDBMS or other data source.
If you call certain Built-ins from within one of the Logout triggers, the results are undefined. For example, you cannot call COPY from a Pre-Logout trigger because Pre-Logout fires after the Leave the Form event. Because the form is no longer accessible, a COPY operation is not possible.
If this trigger fails while leaving the form, there is no effect.
If this trigger fails and you have initiated a call to the LOGOUT Built-in from within the trigger, FORM_FAILURE is set to TRUE.
LOGOUT