Job actions
- FlatAmount: Applies the amount across the configuration set including dated values and apply the amount to single period.
- QuantityXRate: Applies the amount across the configuration set including dated values and apply the amount to single period.
- PercentOfPeriodic: Applies the amount across the configuration set including dated values.
- PercentOfAnnualized: Applies the amount to a single period including dated values.
- YTDRanges.
The staging table is WFB_JobAction.
The Job Action business object is used in these dimensions and cubes:
- Dimensions:
- WBDACTION
- Cubes:
- WBCCALCULATION
- WBCCONFIG_ACTION_ORDER
- WBCCONFIG_SCENARIO
The Job Action business objects is related to these business objects:
- Entity
- Organization
- Salary, Benefit, Cost Definition
- Job
This table describes the Job Action business object:
Field | Type | Mandatory | Description |
---|---|---|---|
Entity | [nvarchar] (200) NOT NULL |
Y | Unique entity ID in the Entity business object that is activated in the configuration set. |
BenefitCostCode | nvarchar (200) NOT NULL |
Y | Unique ID of the Benefit or Cost in the Salary, Benefit, Cost
Definition business objects. The related table is Benefit Cost, the field is BenefitCostCode. |
JobID | [nvarchar] (200) NOT NULL |
Y | Unique job ID in the Job business object. The related table is Job, the field is JobID. |
EffectiveStart | [datetime] NULL |
Y | Effective start date for the benefit or cost action. Required for job actions if the date type in the benefit definition is Calendar Date. The related table is BenefitCost, the field is DateType. If the user specifies an effective start date for other benefit, the start date is not imported. |
EffectiveEnd | [datetime] NULL |
Y/N | Effective end date for the benefit or cost action. Do not specify EffectiveEnd for these calculation types:
The end date of the action must be greater than or equal the start date of the action. |
Value1 | [float] (53) NULL |
N | Amount of the benefit or cost action. If the calculation type is YTDRanges, do not specify a value for Value1 as Value1 does not apply to YTDRanges. If the calculation type is not YTDRanges and the definition does not have dated values:
If Value1 is specified, it must be greater than 0. |
Value2 | [float] (53) NULL |
N | Amount of the benefit or cost action. If the QuantityXRate calculation type does not have dated values, these rules apply:
Not used by other calculation types. If Value2 is specified, it must be greater than 0. |