Hook Points That Update Employee Data

Hook Point Name Placement of Hook Point How You Can Use the Hook Point

EmployeeUpsert_Hook1

In the integration flow to update employee data as soon as the input from Siebel CRM reaches Oracle Fusion Middleware. For more information, see Step 1 in Explanation of Callouts.

Manipulate the input from Siebel CRM as soon as it reaches Oracle Fusion Middleware.

EmployeeUpsert_Hook2

In the integration flow to update employee data before this integration calls the UPDATE_DRIVER method. For more information, see Step 5 in Explanation of Callouts.

Manipulate the input to the UPDATE_DRIVER method.

EmployeeUpsert_Hook3

In the integration flow to update employee data before this integration sends the output from the UPDATE_DRIVER method to Siebel CRM. For more information, see Step 6 in Explanation of Callouts.

Manipulate the output from the UPDATE_DRIVER method.

AddressUpsert_Hook1

In the integration flow to update an address as soon as the input from Siebel CRM reaches Oracle Fusion Middleware.

Manipulate the input from Siebel CRM as soon as it reaches Oracle Fusion Middleware.

AddressUpsert_Hook2

In the integration flow to update an address before this integration calls the UPDATE_COMMON_ADDRESS method.

Manipulate the input to the UPDATE_COMMON_ADDRESS method.

AddressUpsert_Hook3

In the integration flow to update an address before this integration sends the output from the UPDATE_COMMON_ADDRESS method to Siebel CRM.

Manipulate the output from the UPDATE_COMMON_ADDRESS method.

For more information about each flow described in this table, see Integration Flows That Update Employee Data in Real Time.