Category Archives: Uncategorized

How to remove a blocked Global Payroll Run Control

This post covers options for dealing with the following PeopleSoft, Global Payroll process (GPPDPRUN) error: User %1 has started or scheduled a run for all groups using Run Control %2. This error is caused by another process that is running or blocked/locked/stuck. The following scenarios will cause this error: If the payroll process is in… Read More: How to remove a blocked Global Payroll Run Control »

PeopleSoft Self Service Payments

I was recently involved in the design and development of a very useful new piece of functionality for PeopleSoft Global Payroll.  The “Self Service Payment Add-On” (SSP) enables employees to submit payment requests directly into PeopleSoft.  Requests are then routed for a approval before being posted directly to Positive Input or Element Assignment. SSP is… Read More: PeopleSoft Self Service Payments »

PeopleSoft Selective Adoption

I had the pleasure of attending the PeopleSoft Partner Summit last week. One of the topics covered was “Selective Adoption”. Selective Adoption represents a major shift in the way the PeopleSoft is “kept current”. No more major upgrades! Version 9.2 will be the last “versioned” release of PeopleSoft. The version number will be redundant within… Read More: PeopleSoft Selective Adoption »

Monitoring the Progress of the Global Payroll Process

The Global Payroll process is a Cobol program. It is not unusual for the payroll process to take a number of hours to complete, depending on factors such as: The number of payees The complexity of the payroll element configuration Infrastructure capability The type of database used The amount of performance tuning employed It is… Read More: Monitoring the Progress of the Global Payroll Process »

How to Uniquely Identify Payroll Elements

One of the fundamentals of relational database design is the use of unique identifiers. So it’s a reasonable assumption that Payroll Elements can be easily identified by a unique ID of some sort. However nothing is that simple in PeopleSoft Global Payroll. Each Element is assigned a numerical value called a Pin Number (PIN_NUM). Pin… Read More: How to Uniquely Identify Payroll Elements »

Outsourcing & Off-shoring: The Cost of Regulatory Compliance and Risk Mitigation

As any auditor will tell you: controls, processes and procedures are the secret to mitigating risk and ensuring regulatory compliance. Organisations are like a garden shed, they start off clean and tidy, but have a tendency to accumulate clutter as successive projects, reorganisation and management changes add layer upon layer of controls and processes. Controls,… Read More: Outsourcing & Off-shoring: The Cost of Regulatory Compliance and Risk… »

Calendar View: PS_SCH_CLND_VW

The “PS_SCH_CLND_VW” view shows Schedule Details by calendar day, including Shift ID, Workday day and Scheduled Hours. This is very useful for Arrays that require schedule details.  It is equally useful for analysis of payroll/absence results (e.g. Forecasting validation) The following SQL shows an example of its use: SELECT DUR, SCHED_HRS FROM PS_SCH_CLND_VW WHERE SCHEDULE_ID… Read More: Calendar View: PS_SCH_CLND_VW »

Documentation Tool

One of the best ways to document GP Configuration is to put an explanation into the “Comments” of the Elements.  This makes it easier for those who follow in your foot sets to understand the configuration without looking in archives and searching through documents formatted by Project Managers who think paper grows on trees :-P. However, I… Read More: Documentation Tool »