SalariessalaryComponents
SalariessalaryComponents
Columns
| Name | Type | Description |
| SalariesSalaryId [KEY] | Long | Unique identifier of the salary for a worker assignment. |
| SalaryComponentId [KEY] | Long | Unique identifier of the salary component. |
| SalaryId | Long | Unique identifier of the salary. |
| ComponentReasonCode | String | Incremental component code for salary adjustments itemized by reasons, such as merit, location, and cost of living. |
| AdjustmentAmount | Double | Change amount for a component used to itemize salary into different reasons. |
| AdjustmentPercentage | Double | Change percentage for a component used to itemize salary into different reasons. |
| ComponentName | String | Incremental component that itemizes salary adjustments by reasons, such as merit, location, and cost of living. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| AssignmentId | Long | AssignmentId |
| EffectiveDate | Date | EffectiveDate |
| Finder | String | finder |