Customizing Resource Manager

This appendix describes the customization information of Resource Manager.

This appendix covers the following topics:

Extending Resource Manager BC4J Objects

OA Framework provides support for programmatically extending Oracle E-Business Suite application functionality. You can refer to the Extending OA Framework Applications discussion in the Oracle Application Framework Developer's Guide for general instructions on how to extend an Oracle E-Business Suite application.

Some applications may contain "final" BC4J objects that are not safe to extend. The following BC4J object in Resource Manager should not be extended or at least discuss with Oracle before you do:

Expert mode ViewObject - The following is a list of extendable view objects in expert mode. Subclassing an expert mode view object is inherently fragile; if the base class SQL SELECT statement changes, your subclass may break after an upgrade. If you choose to extend an expert mode view object, please test the extension carefully after each upgrade.