Business Rules Supported Events

The following system events are available to trigger business rules in independent mode. System events are stored in the bin/scripts/event folders.

Event Description
Before Extract This event is triggered before data is extracted from the source application. For example, you might use this event to run a calculation such as aggregating data or copying from a BSO cube to an ASO cube, use the Before Extract event before extracting data for data synchronization or data export.

Before Import

This event is triggered before the data is imported into the staging table. For example, you might use this event to run a business rule to generate a data file for processing.

After Import

This event is triggered after the data is imported into the staging table.

Before Load

This event is triggered before the data is loaded to the Oracle Enterprise Performance Management Cloud application. For example, you might use this event to run a custom clear script to clear the data before loading the new data.

After Load

This event is triggered after the data is loaded to the EPM Cloud application. For example, you might use this event to perform any calculations after the data is loaded.

Before Check

Called before the Check Rule.

After Check

This is event is called after the Check step and is the final event. For example, you might use this event to trigger a business rule that copies data to another version or to trigger another business rule to perform other downstream tasks.