Setting Up Business Events in Oracle Assets

This appendix covers the following topics:

Business Event System Seed Data for Oracle Assets

The Oracle Workflow Business Event System, introduced in Release 2.6, allows products to seed business events and event subscriptions. The seeded business events in Oracle Assets are listed below.

You can define subscriptions to seeded events that specify the processing to perform when these events occur.

Asset Addition Event

The Asset Addition Event refers to adding assets via quick additions, detail additions, mass additions, and the Additions API.

To use the Asset Addition business event, navigate to the Add Event Subscriptions form and enter the required information such as system, event filter, and rule function. You use the rule function to define the procedure to be called for this business event. In this procedure, you make references to the required parameters provided by the Asset Addition Event. These parameters are:

The following table shows the subscription properties and values used in the Asset Addition Event:

Subscription Property Value
System <local system>
Event Filter oracle.apps.fa.addition.asset.add
Rule Data Key
Rule Function User-defined (custom procedure)

Asset Retirement Event

The Asset Retirement Event refers to retiring assets via individual and mass retirements, mass external retirements, and the Retirement API.

To use the Asset Retirement business event, navigate to the Add Event Subscriptions form and enter the required information such as system, event filter, and rule function. You use the rule function to define the procedure to be called for this business event. In this procedure, you make references to the required parameters provided by the Asset Retirement Event. These parameters are:

The following table shows the subscription properties and values used in the Asset Retirement Event:

Subscription Property Value
System <local system>
Event Filter oracle.apps.fa.addition.asset.add
Rule Data Key
Rule Function User-defined (custom procedure)

Asset Transfer Event

The Asset Transfer Event refers to transferring assets via individual and mass transfers, mass external transfers, and the Transfer API.

To use the Asset Transfer business event, navigate to the Add Event Subscriptions form and enter the required information such as system, event filter, and rule function. You use the rule function to define the procedure to be called for this business event. In this procedure, you make references to the required parameters provided by the Asset Transfer Event. These parameters are:

The following table shows the subscription properties and values used in the Asset Transfer Event:

Subscription Property Value
System <local system>
Event Filter oracle.apps.fa.addition.asset.add
Rule Data Key
Rule Function User-defined (custom procedure)

Related Topics

To View and Maintain Event Subscriptions, Oracle Workflow Developer's Guide.