DEFINE PAY POINTS#
Pay Points are the entry points within the pay calculation process where different items of processing logic occur.A collection of pay points are gathered together by the Pay Point Set. Each pay header will be assigned to a pay point set to carry out the processing in the sequential order assigned within the pay point set.
Pay points may be created and maintained through the Define Pay Points (IPPP) form.
Pay Point Types and Pay Point Tasks#
Pay Point Types are used to classify specific groups for entry points which the Payroll Calculation process has special logic.Pay Point Tasks are assigned to pay point types. A task may be an Personality logic routine (Legislative Calculations) or may be a user assigned routine (User Calculations, Benefit Plans,or Attendance Policies).
When choosing a pay point type and pay point task combination, use the description to indicate the combination of the two. Sequencing should be the sequence of the pay point task within the pay point type.
Pay Point Types#
00 | Begin Person Rarely used |
01 | Begin Pay Rarely used |
10 | Before Earnings Rarely used |
20 | Normal Earnings |
30 | Benefit/Dedns |
40 | More Earns Occasionally used |
50 | More Ben/Dedn Occasionally used |
60 | Gov’t Calc |
70 | After Govt Occasionally used |
80 | Net Pay |
85 | After Net Pay Occasionally used |
90 | Final Net Pay |
94 | Adjustment Only used for Adjustment Categories |
98 | End Pay Rarely used |
99 | End Person Rarely used |
All pay components must be assigned to a pay point type in the Maintain Pay Components (IPPC) screen.
- e.g.
- PC 1100 ‘Reg $’ should be assigned pay point type’20-Normal Earnings’.
- PC 510 ‘Dental EE’ should be assigned pay point type ‘50- More Ben/Dedn’
- PC 842 ‘Fed Tax’ should be assigned pay point type ‘60-Gov’t Calc’
Pay Point Tasks#
01 | Pay Detail No longer necessary, as the Payroll Calculation (UPCALC) will always process pay details. |
02 | User Calculations May be used at all pay point types. Picks up and processes the UserCalc indicated. |
03 | Benefits Should be used at Benefits/Dedns and More Benefits/Dedns pay point types but may be used at any pay point type. Picks up and calculates the Benefit Plan indicated. |
04 | Attendance May be used at all pay point types. Picks up and process the Attendance Policy indicated. |
05 | FLSA Assessment May be used at all pay point types but should be after all earnings are retrieved. Process all FLSA calculations. |
06 | Workers Compensation May be used at all pay point types. |
10 | Legislative Calc Should be used at the Gov’t Calc pay point type. Triggers all legislatively required Government calculations. |
20 | Guaranteed Income Used for EE garnishments to guarantee a percentage of disposable income paid to the employee. |
30 | Net Pay Should be used at the ‘Net Pay’ pay point type. GROSS PAY - TOTAL DEDUCTIONS = Net. |
31 | Final Net Pay Should be used at the ‘Final Net Pay’ pay point type. Completes the Payroll calculation |
The Pay Point Set and Pay Point Data is a stored in the P2K_PR_PAY_POINT_SETS and P2K_PR_PAY_POINTS tables.
- Pay Point Set
- Pay Point Set is a user assigned code that uniquely identifies the pay point set.
- Description
- Describes the purpose and usage of the pay point set.
Pay Point#
- Pay Point Type
- This field indicates the type of logic that is assigned to a pay point.
- Seq #
- This field defines the order of the tasks within each pay point type. It is recommended that sequential numbering tasks are in intervals of ten. This will allow room to move tasks around if necessary.
- Pay Point Task
- A Pay Point Task identifies the item being processed.
- Description
- This field holds the description of the pay point. It is recommended that the description be the pay point type followed by the pay point task.
- Plan Code
- This field calls the benefits calculation routine to calculate the plans indicated, if an employee is enrolled.
- Leave Type Code
- This field calls the Attendance Calculation routine to calculate those policies indicated for which the employee is eligible. This code can be used at all pay points.
- User Calc Code
- This field triggers the UserCalc indicated. The UserCalc code may be used for all pay point types.
- Override Trace Level
- This field will be read and used to trace all employees of a Payrun for this Pay Point Task when UPCALC is run with Exception Level = 0