Previous  Next          Contents    Library

APIs With User Hooks

In Release 11, Oracle HRMS has supplemented the core product API functionality by the addition of API user hooks. These are locations in the HRMS APIs where additional customer specific logic can be executed.

When the API processing reaches a user hook, core product processing stops and any customer specific logic for that event is executed. Then, if no errors occur, the main API processing resumes.

You can use such extra logic to add functionality not supplied directly by Oracle Applications. This could include business events such as the following:

Attention: You should not manually edit the API source code files supplied by Oracle If you do modify these codes, Oracle Applications will be unable to support the product, and upgrades may not be possible. Oracle Applications only supports direct calls to the published APIs. Direct calls to any other server-side package procedures or functions that are written as part of the Oracle HRMS Applications suite are not supported.

List of APIs

The following APIs support all the API event points (before process; after process) :

Row Handlers

The Row Handlers on the following tables support all the Row Handler event points (after insert; after update; after delete) :


         Previous  Next          Contents    Library