Understanding Pay Confirmation

This topic discusses:

  • Pay confirmation in the payroll process.

  • A summary of the Pay Confirmation PSJob process (PAYCONF).

  • Balance updates and the order of pay calendar confirmation.

After you verify that the payroll calculation is correct and you run the Pay Calculation COBOL SQL process (PSPPYRUN) in final mode, you can run the Pay Confirmation process. Pay confirmation is the final step in running your payroll. Running the Pay Confirmation process indicates that you've reviewed and approved all payroll information for this pay run, and that you're ready to produce paychecks.

After a payroll has been confirmed, you can generate checks, advices, and any other payroll reports. You can also generate the direct deposit, general ledger, or any other interface. You can review an employee's check totals and payroll balances online.

This diagram illustrates where pay confirmation fits into the payroll process, from setting up PeopleSoft HR tables to producing payroll reports, advices and checks:

This diagram illustrates where pay confirmation fits into the payroll process, from setting up PeopleSoft HR tables to producing payroll reports, advices and checks.

Illustration showing how pay confirmation fits into the payroll process from setting up PeopleSoft HR tables to producing payroll reports, advices and checks

Warning! Do not run the Pay Confirmation process unless you are confident that the amounts have been calculated properly. After the Pay Confirmation process is complete, you cannot update paysheet information unless you first run the Pay Unconfirm COBOL SQL process (PSPUNCNF).

Manage the Pay Confirmation process with a pay run ID, just as you do for pay calculation and paysheets. Use the identical pay run ID in the Pay Confirmation process that you used during both the Paysheet Creation COBOL SQL process (PSPPYBLD) and Pay Calculation process.

Note: Do not run the Online Check process while other pay confirmations are running because the processes might not finish in sequential order, causing the Last Form Number Used field to be updated incorrectly. Therefore, running these processes simultaneously might use duplicate check numbers.

The Pay Confirmation PSJob process (PAYCONF) consists of two processing steps:

  1. Pay Confirm COBOL SQL process (PSPCNFRM).

  2. Time and Labor Pay Reversal process (TL_PAY_REVRS).

Pay Confirm COBOL SQL Process (PSPCNFRM)

The PSPCNFRM process:

  • Processes one company at a time and, within each company, every pay group that is assigned to that pay run ID.

    As it processes each pay group, the system indicates how many checks are being confirmed and how many have already been confirmed.

  • Updates all balances for earnings, deductions, check year-to-date, taxes, garnishments, arrears, and leave accruals.

  • Assigns check and/or advice numbers.

    It checks the value of the Last Form Number Used field in the Form table, increments that by one, and assigns this number to the first person in the check sequence order. The remaining check or advice numbers are assigned sequentially according to the check print sequence options that you've defined in the Pay Group table.

Time and Labor Pay Reversal Process (TL_PAY_REVRS)

The Time and Labor Pay Reversal process (TL_PAY_REVRS) creates the necessary offset rows and new rows of payable time as required by the payable time reversal type specified on the Reverse/Adjust Paychecks run control page.

When a check is processed for an employee, the system updates the various balance records (earnings, deductions, taxes, and so on). Balance records are stored by year, quarter, and balance period or month. For Canada, balance records are stored by year, wage loss plan, province, quarter, and balance period or month.

The system updates balances based on the check date of the pay calendar to which they are associated. The actual check date is not a factor.

This table lists dates used to illustrate balance updating:

Period End Date

On-Cycle Check Date On Pay Calendar

Off-Cycle Check Date On Paychecks

December 31, 2006

December 31, 2006

January 2, 2007

Based on the dates in the table:

  • On-cycle pay confirmation updates balances for December 2006.

  • Off-cycle pay confirmation tied to the December on-cycle calendar updates balances in December 2006, even though the employees' check date is in January 2007.

  • If you tie the off-cycle to the first payroll calendar in 2005, Pay Confirmation updates the January 2005 balances.

After you have posted to a month, you cannot post to a previous month. For example, after you have posted an April balance, the system does not allow you to update a March balance of the same type. If you try to post to a previous month, the Pay Confirmation process stops with an error. This may occur for semimonthly and monthly pay groups.

Example - Semimonthly Pay Group

An employee is in a semimonthly pay group for the first three weeks of the month. He is then transferred to a monthly pay group. He has a paysheet for the semimonthly pay group for the third week of the month and a monthly paysheet for the fourth week of the month. The semimonthly pay group has a pay end date of March 31 and a check date of April 5, and therefore a balance Period of 4 on the pay calendar. The monthly pay group has a pay end date of March 31 and a check date of March 31, and therefore a balance Period of 3 on the pay calendar.

If the semimonthly pay group is confirmed before the monthly pay group, the April balance record is created before the March balance is updated. As a result, when you try to confirm the monthly pay group, the Pay Confirmation process stops with an error.

To prevent the problem, you must confirm the monthly pay group first, because the check date is in March.

Example - Monthly Pay Group

An employee is in the monthly pay group for the month of March. This payroll has a pay end date and check date of March 31. Effective April 1, the employee is transferred to the semimonthly pay group. Before you confirm the March 31 monthly payroll, you confirm an off-cycle check that is attached to the April semimonthly payroll for this employee. This off-cycle check creates an April balance record; when you try to confirm the March monthly payroll, the Pay Confirmation process stops with an error.

To avoid this error, Pay Confirmation calendars in order, by month of the check date.