Previous  Next          Contents  Index  Navigation  Glossary  Library

Events Passed to the CUSTOM Library

The CUSTOM library receives two different kind of events, generic and product-specific. Generic events are common to all the forms in Oracle Applications. These events are:

The ZOOM event occurs when the user invokes Zoom from the menu (Action->Zoom) or the toolbar. The EXPORT event occurs after an export operation is complete (Action->Export).

The CUSTOM library also receives some product-specific events associated with the business rules of that product (for example, OE_LINES_PRICING). Please refer to the Open Interfaces Manual for your Oracle Applications product to see what product-specific events, if any, are passed to CUSTOM.

Additional Information: For further instructions on using events other than ZOOM in the CUSTOM library, please see the Oracle Applications Developer's Guide

See: When to Use the CUSTOM Library

See Also

Customizing Oracle Applications with the CUSTOM Library

Writing Code for the CUSTOM Library

CUSTOM Library Package Procedures

Coding Zoom

Support and Upgrading

Example of Implementing Zoom Using the CUSTOM Library


         Previous  Next          Contents  Index  Navigation  Glossary  Library