Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR41100
Product: HRM Solution Series (1911)
Series:
Display Name: APR Pay Policy Group Display Name: HRM Solution Series
Physical Name: APR41100
Technical Name: APR_SETP_Pay_Policy_HDR
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PAYRCORD | Pay Record | String | STR6_Payroll_Code | 6 | |
2 | APR_Hypo_Pay_Rate_Amount | APR Hypo Pay Rate Amount | Currency | DLR11_$S2 | 14 | |
3 | APR_Hypo_AddOn_Code | APR Hypo AddOn Code | String | STR10_LBAU | 10 | |
4 | APR_Hypo_AddOn_Type | APR Hypo AddOn Type | Integer | APR_AddOn_Type_DDL | 0 | |
5 | APR_Hypo_AddOn_Amount | APR Hypo AddOn Amount | Currency | DLR11_$S2 | 14 | |
6 | APR_Hypo_Adjusted_Pay_Ra | APR Hypo Adjusted Pay Rate | Currency | DLR11_$S2 | 14 | |
7 | APR_Calc_DDL | APR Calc DDL | Integer | DDL | 0 | |
8 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
9 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
10 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['APR Pay Policy'].NOTEINDX AS 'APR Pay Policy-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
APR41100 AS ['APR Pay Policy']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['APR Pay Policy'].NOTEINDX = ['Record Notes Master'].NOTEINDX |