Previous  Next          Contents  Index  Navigation  Glossary  Library

CUSTOM.STYLE

Summary

function custom.style(event_name varchar2) return integer;

Description

This function allows you to determine the execution style for some product-specific events. You can choose to have your code execute before, after, or in place of the code provided in Oracle Applications. See the Open Interface Manual for your Oracle Applications product for a list of events that are available through this interface. Note that some product-specific events may not support all execution styles. CUSTOM.STYLE does not affect generic form events or Zoom.

Additional Information: Oracle Applications Developer's Guide

See Also

Customizing Oracle Applications with the CUSTOM Library

Writing Code for the CUSTOM Library

Events Passed to the CUSTOM Library

When to Use 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