Salary/Pay Rate Information - Screens and Tables?

 11 Replies
 2 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Mark6B
New Member Send Private Message
Posts: 1
New Member
Does anyone have a list of Lawson Screens and Tables that house Salary/Pay Rate information? We have converted most of our LAUA users to LSF security. As most companies I assume, we only want certain users to have access to salary/pay rate information for Exec. Departments. I quickly learned that Lawson does not supply a list of screens and tables that access pay rate/salary information so where restriction were requested, I simply had to look at each screen a user group has access to and see salary info. can be obtained through the screen itself or via drill around. Lawson does not provide this list and I've talked to several different Lawson consultants that did not have the information available. If anyone has compiled a list, I would be grateful if you wouldn't mind sharing it. Thanks
John Henley
Send Private Message
Posts: 3351
For the most part you need to secure the EMPLOYEE and PRRATEHIST tables as well as HRHISTORY records that have pay-related field numbers. Working with the data dictionary on this site, you should be able to determine the affected forms. Perhaps you should contact one of the more savvy consultants :)
Thanks for using the LawsonGuru.com forums!
John
Cindy
Advanced Member Send Private Message
Posts: 29
Advanced Member
Mark, Did you get a list? We are looking for the same information and would like to have a copy of it if you have it. Thanks, Cindy
Ambrosius
Send Private Message
Posts: 3
We see records that show $0 in the database pay_rate column via SQL tool or sqlplus, but shows dollar amounts on HR11 screen.  

select pay_rate from lawson.employee where employee = 10063;

Is HR11 code always use this pay-rate column on the employee table?

Attached is the print shot.

Thanks

Ambrosius 

 

Attachments
Ambrosius
Send Private Message
Posts: 3
We see records that show $0 in the database pay_rate column via SQL tool or sqlplus, but shows dollar amounts on HR11 screen.  

select pay_rate from lawson.employee where employee = 10063;

Is HR11 code always use this pay-rate column on the employee table?

Attached is the print shot.

Thanks

Ambrosius 

 

Deleted User
New Member Send Private Message
Posts: 0
New Member
Are you using Step and Grade schedules (grade "NEW"?)? If so, the rate of pay comes from that table, and only displays on the HR11, it doesn't actually reside on the employee rate field.
Margie Gyurisin
Veteran Member Send Private Message
Posts: 538
Veteran Member
You may be able to get to it from the PAEMPPOS table though.
Margie Gyurisin
Veteran Member Send Private Message
Posts: 538
Veteran Member
You can also get it in Lawson through HRWRITER (HR65 series screens)
Karen Sheridan
Veteran Member Send Private Message
Posts: 142
Veteran Member
Have you looked at the PRRATEHIST table?
Ambrosius
Send Private Message
Posts: 3

Thank you for the update. What do you mean "using Step and Grade schedules (grade "NEW"?)"....

So Rate of Pay on the HR11 not always uses the PAY_RATE column on the employee table?

Thanks

Ambrosius

obullock
New Member Send Private Message
Posts: 1
New Member
Speaking of Step and Grade schedules... I am wondering why pay adjustments to schedules do not update the salary that shows up on bn32 screen. Surely we don't have to upload corrections to bn32 every time we adjust a pay schedule...
thekboose
Advanced Member Send Private Message
Posts: 19
Advanced Member
When you run PR110 it updates Salary History. Run BN102 to update benefits that are based on salary.