One form calling another
I am developing a custom form to be incorporated into Oracle Applications. I am using APP_NAVIGATE.EXECUTE in the WHEN-BUTTON-PRESSED trigger to call a secondary form. When I exit the secondary form I would like the control to return to this trigger so that I can execute additional code. How can I do that? Currently this does not happen.
Any help is appreciated. Thanks. |