Setting Up Mass Triggers

Page Name

Definition Name

Usage

Mass Trigger Definition Page

GP_MT_TRG_DFN

Define which record activates the trigger.

Mass Trigger SQL Page

GP_MT_TRG_SQL

Specify which SQL objects must be executed in order to retrieve the population impacted by a mass trigger event.

View SQL Definition Page

GP_MT_SQLTXT_SEC

View the SQL definition.

Use the Mass Trigger Definition page (GP_MT_TRG_DFN) to define which record activates the trigger.

Navigation:

Set Up HCM > Product Related > Global Payroll & Absence Mgmt > Triggers > Mass Trigger Definitions > Mass Trigger Definition

This example illustrates the fields and controls on the Mass Trigger Definition page.

Mass Trigger Definition page

Field or Control

Description

Trigger Event ID

Associate a Trigger Event ID with the record (table) to link the mass trigger to the retroactive process ID that processes the generated payee triggers.

Ignore Terminated Employees

Select to ignore terminated employees when processing the mass trigger.

Field Name

List the fields that cause the system to generate a mass trigger event. Fields used as input parameters on the SQL Objects page need not be listed here. The system inserts them after saving.

Use the Mass Trigger SQL page ( GP_MT_TRG_SQL ) to specify which SQL objects must be executed in order to retrieve the population impacted by a mass trigger event.

Navigation:

Set Up HCM > Product Related > Global Payroll & Absence Mgmt > Triggers > Mass Trigger Definitions > Mass Trigger SQL

This example illustrates the fields and controls on the Mass Trigger SQL page.

Mass Trigger SQL page

Field or Control

Description

SQL Object ID

Select any stand alone SQL object defined in Application Designer. These objects contain placeholders for input parameters.

View SQL Definition

Click to access the SQL Definition page.

Sequence number

Enter the number of the respective placeholders in the SQL object.

Field Name

Enter the fields used to fill the SQL object placeholders at runtime. Available fields prompt from the record listed above. Once saved, the system adds these fields to the Mass Trigger Definition page.

Use the View SQL Definition page (GP_MT_SQLTXT_SEC) to view the SQL definition.

Navigation:

Select the View SQL Definition link on the Mass Trigger SQL page.

This example illustrates the fields and controls on the View SQL Definition page.

View SQL Definition page

Use this page to view a description of the SQL statement as well view the actual SQL text.