USER EXIT
Back to current versionRestore this version

A user exit is a spot in programming logic where a customer can insert their own logic. This can take several different forms, within the application.

A) User Calcs - This is a end-user oriented mechanism of inserting specific logic at various points in Benefits or Attendance processing, in the Payroll Cycle

B) Reactive Workflow - This is logic that is called just before the record being inserted / updated / deleted is committed to the database.

C) Specific Logic points that are configurable, but require a PL/SQL function to be defined