Position actions
The staging table is WFB_PositionAction.
The Position Action business object is used in these dimensions and cubes:
- Dimensions
- WBDACTION
- Cubes
- WBCCALCULATION
- WBCCONFIG_ACTION_ORDER
- WBCCONFIG_SCENARIO
The Position Action business object is related to these business objects:
- Entity
- Organization
- Salary, Benefit, Cost Definition
- Position
This table describes the Position Action business object:
Field | Type | Mandatory | Description |
---|---|---|---|
BenefitCostCode | nvarchar (200) NOT NULL |
Y | Unique ID of the benefit, cost, salary in the Salary, Benefit,
Cost Definition business objects. The related table is table Benefit Cost, the field is BenefitCostCode. |
PositionID | [nvarchar] (200) NOT NULL |
Y | Unique position ID in the Position business object. The related table is Position, the field is PositionID. |
EffectiveStart | [datetime] NULL |
N | Effective start date for the benefit, cost, salary action. Required for position actions if the date type in the benefit definition is Calendar Date or the action is one of these types:
When the date type in the benefit definition is Calendar Date, these rules apply:
When the date type in the benefit definition is not the Calendar Date, the user should not specify a start date in the staging table. The start date is set based on the date type in the benefit definition and position attributes. A start date is not required for position actions if the date type in the definition is other than CalendarDate and the position action is one of these types:
The user should not specify a start date in the staging table. The start date is set based on the date type in the benefit definition and position attributes. |
EffectiveEnd | [datetime] NULL |
N | Effective end date for the benefit, cost, salary action. Do not specify an EffectiveEnd for these calculation types:
The end date of the action must be greater than or equal to the start date of the action. |
Value1 | [float] (53) NULL |
N | Amount of the benefit, cost, salary action. If the calculation type is 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. For the calculation type QuantityXRate that does not have dated values.
Not used by other calculation types. If Value2 is specified, it must be greater than 0. |
Hours | [float] (53) NULL |
N | Only valid for these calculation types:
Valid for actions on hourly positions. |
FTE | [float] (53) NULL |
N | Full time equivalent value. Only valid for these calculation types:
Valid for actions on annual, monthly, and hourly positions. If FTE is specified, it must be greater than 0. There is no default value. |