BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

Size: px
Start display at page:

Download "BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO"

Transcription

1 UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 1111 Franklin Street Oakland, California LUKE HONES WEN TANG Re: Release: 2186 Service Requests: RITM , RITM , RITM , RITM , RITM COBOL Programs: PPBKCUTW, PPCTBREU, PPCTBRGU, PPP071, PPP124, PPP126, PPP127, PPP128, PPP270, PPP320, PPP330, PPP340, PPP480, PPP590, PPP591, PPP620, PPP627, PPP765, PPP781, PPP800, PPP852, PPP864, PPP882 Copy Members: CPWSXIDC Include Members: DDL Members: Bind Members: CICS Maps: CICS Help: Forms: Proc: Table Updates: Urgency: Not Urgent (See Timing of Installation Below) This is the Technical Release for Q The release addresses the following Service Now Tickets: Service Now Ticket: RITM Service Now ticket RITM requests that select * statements be replaced with the list of column and host variable names. Service Now Ticket: RITM Service Now ticket RITM requests that program name be moved to DB2MSG-PGM-ID in the initialization section before any SQL statements are executed and that DB2MSG-TAG be populated just before each and every executable SQL statement. Service Now Ticket - RITM Service Now ticket RITM reports that changes made for R2124 resulted in some employees being separated in error. The fix for this is to add PDW to the list of I4 exclusions in copy member CPWSXIDC.

2 Service Now Ticket - RITM Service Now ticket RITM requests that the amount of data extracted and stored in PPPACA be limited as it is resulting in space issues for some campuses. Service Now Ticket - RITM Service Now ticket RITM requests that the conditions causing warning messages in the compile for PPP071 be fixed. Cobol Programs PPBKCUTW is part of the EDB fetch complex that processes updates to PPPBKC rows. One insert statement has been modified. PPCTBREU updates the PPPBRE (Benefits Rates - Employee-Paid Disability) control table. One insert statement has been modified. DB2MSG-PGM-ID has been populated. PPCTBRGU updates the PPPBRG (Benefits Rates - GTN rates) control table. One insert statement has been modified. DB2MSG-PGM-ID has been populated. PPP071 performs the standard measurement process for ongoing employees. Two statements have been modified to eliminate warning messages in the compile. PPP124 produces two non-resident alien tax reports: a monthly version and a yearly version. One select statement has been modified. PPP126 produces report Exempt Alien Form One Declare and three select * statements have been modified. PPP127 produces the report: '"E" to "N" alien--w-4 required'. Processes non-resident aliens for tax purposes. One select statement has been modified. PPP128 produces report PPP1281, Foreign Address Identification. One Declare and one select * statement have been modified. PPP270 generates the Employee Name/Number Control Report. Three Declare and three select * statements have been modified. PPP320 creates the online time roster. One insert statement has been modified. PPP330 updates the TIM table with new or modified appointment and distribution data, updates the PAY table with Final Pay data, and checks for employees with too many input transactions. One Declare and one insert statement have been modified. Page: 2

3 PPP340 initiates the running of a Pay Cycle by creating a Payroll Control Record (PCR) and a Payroll Process Indicator file (PPI) based on the pay cycle and pay period end date entered on the run specification. Four Insert statements have been modified. PPP480 produces the record of earnings report. One Declare statement has been modified. PPP590 produces two reports (PPP5901 and PPP5902) related to employees with 403(b) deductions exceeding the year to date maximum. DB2MSG-TAG has been populated before CLOSE GTN_CSR_1N, CLOSE GTN_CSR_1I, CLOSE GTN_CSR_2I, CLOSE GTN_CSR_2N. Four Declare statements and three select * statements have been modified. PPP591 produces two reports (PPP5911 and PPP5912) concerning employees with year-to-date retirement gross balances exceeding the maximum. Four Declare statements and one select * statement have been modified. DB2MSG-TAG has been populated before CLOSE PCM_CSR_1N, CLOSE PCM_CSR_1I, LOSE PCM_CSR_2N and CLOSE PCM_CSR_2N. PPP620 prints selected personnel status reports Seven Declare and one select * have been modified. DB2MSG-TAG has been populated before SELECT * INTO :APP-ROW-DATA and before the select in paragraph SELECT-FROM-EDB PPP627 produces the PPP6271 report, "University Contribution Indicator List". One select * statement has been modified. DB2MSG-TAG has been populated in 2510-FETCH-LV-CODE-NAME and DB2MSG-PGM-ID has been populated. PPP765 performs the dues deduction reporting function of the collective bargaining process. One Declare and one select * statement have been modified. PPP781 extracts information that will be used for the ACA Employer Reporting process. It has been modified to exclude employees who have been separated for 18 months or more. PPP800 produces two corporate credit card information reports. One Declare and three select * have been modified. PPP852 generates the DB2 Account/Fund Profile tables from the VSAM files. Three Insert statements have been modified. DB2MSG-PGM-ID has been populated. PPP864 updates the Layoff Seniority Credit (LSC) tables. One insert statement has been modified. PPP882 produces two reports: PPP8821- Duplicate Insurance Coverage Report: Employees and PPP Duplicate Insurance Coverage Report: Dependents. Two Declare statements have been modified. Copy Members CPWSXIDC contains several installation constants. It has been modified to add PDW as a value to the IDC-I4-EXCLUSION-DOS to prevent issues caused by R2124 which resulted in some employees being separated in error. Page: 3

4 1. COBOL Program Preparation At UCOP, all COBOL programs pass through the DB2 pre-compiler, whether or not the program contains embedded SQL, to resolve INCLUDE references. Your site may have different requirements. "DUAL" programs must be compiled twice and linked into batch and online libraries ("LOADLIB" and "OLOADLIB" respectively). "CICS" programs must be CICS pre-compiled and compiled once and linked into OLOADLIB. "BATCH" programs must be compiled once and linked into the batch LOADLIB only Install Compile and Link the Following Modified Programs: ***NOTE ****: Campuses must ensure that any local column additions to the tables or views are included in the changed code. PROGRAM DB2? Compile Type Package Bind? Done? PPBKCUTW Y Dual Y PPCTBREU Y Batch N PPCTBRGU Y Batch N PPP071 Y Batch N PPP124 Y Batch N PPP126 Y Batch N PPP127 Y Batch N PPP128 Y Batch N PPP270 Y Batch N PPP320 Y Batch N PPP330 Y Batch N PPP340 Y Batch N PPP480 Y Batch N PPP590 Y Batch N PPP591 Y Batch N PPP620 Y Batch N PPP627 Y Batch N PPP765 Y Batch N PPP781 Y Batch N PPP800 Y Batch N PPP852 Y Batch N PPP864 Y Batch N PPP882 Y Batch N Page: 4

5 1.2 Compile and link the following unmodified programs: PROGRAM DB2? Compile Type Package Bind? Done? PPEM003 Y Batch N PPEM107 Y Batch N PPEM108 Y Batch N 2. Copylib Member Installation Install the following modified COPY member COPY CPWSXIDC Done? 3. Test Plan There are no functional changes to any programs in this release. Regression testing should be done after installation is completed. Refer to Section 7 Unit Testing Requirements of the techspec.doc. Timing of Installation The timing of this release is not urgent. As usual, campuses are encouraged to install this release in as timely a fashion as possible. If there are any questions, please send to Nelly Beygel@ucop.edu or call Nelly Beygel Page: 5

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 1111

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 300

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 1111

More information

Detail Design RELEASE Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request March 7, :00 AM

Detail Design RELEASE Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request March 7, :00 AM RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request 81274 11:00 AM Application Technology Services Information Resources &Communications Office of the President

More information

Undergraduate Admission File

Undergraduate Admission File Undergraduate Admission File June 13, 2007 Information Resources and Communications Office of the President University of California Overview Population The Undergraduate Admission File contains data on

More information

Service Request PPI730 Transactions by Retirement Code. Technical Specification. Created on: October 09, Last Modified on: 11/18/2017

Service Request PPI730 Transactions by Retirement Code. Technical Specification. Created on: October 09, Last Modified on: 11/18/2017 Service Request 101922 PPI730 Transactions by Retirement Code Created on: October 09, 2017 Last Modified on: 11/18/2017 Prepared by Baskar Chitravel Information Technology Services Office of the President

More information

Release 1694 Service Request ERS Interface Program Detail Design Revised By:

Release 1694 Service Request ERS Interface Program Detail Design Revised By: Release 1694 ERS Interface Program Detail Design Adam Cohen September 28, 2005 Revised By: Baskar Chitravel Application Technology Services Information Resources & Communications Office of the President

More information

Service Request PPS Changes to correct errors in California State DE9 data for certain Rush Checks Technical Specification for Phase 2

Service Request PPS Changes to correct errors in California State DE9 data for certain Rush Checks Technical Specification for Phase 2 Service Request 100434 PPS Changes to correct errors in California State DE9 data for certain Rush Checks for Phase 2 Prepared by Peter Parker Information Resources & Communications Office of the President

More information

Release (b) Modifications TEST INSTRUCTIONS. Document Number TST1100. December 5, Susan Isaacs

Release (b) Modifications TEST INSTRUCTIONS. Document Number TST1100. December 5, Susan Isaacs Release 1100 TEST INSTRUCTIONS Document Number TST1100 December 5, 1996 Susan Isaacs Information Systems & Computing Office of the President University of California Page 1 TEST PLAN: The following test

More information

Error Reports Technical Release 2 nd Quarter 2010

Error Reports Technical Release 2 nd Quarter 2010 Error Reports 2236 2241 2259 2260 2261 2267 2219 Prepared by Maxine Gerber Revised August 13, 2010 Revised by Baskar Chitravel Rajeev Gupta Information Resources & Communications Office of the President

More information

Release Service Request Health Science Severance Pay Plan. Detail Design. June 18, 2008 Prepared by Janet Kennedy

Release Service Request Health Science Severance Pay Plan. Detail Design. June 18, 2008 Prepared by Janet Kennedy Service Request 82146 Health Science Severance Pay Plan Prepared by Janet Kennedy Information Resources & Communications Office of the President University of California Table of Contents Introduction...1

More information

Release Service Request Consolidated Billing Automation Phase I. Detail Design. January 21, 2009 Prepared by Caroline Rider

Release Service Request Consolidated Billing Automation Phase I. Detail Design. January 21, 2009 Prepared by Caroline Rider Service Request 82209 Consolidated Billing Automation Phase I Prepared by Caroline Rider Information Resources & Communications Office of the President University of California Table of Contents Introduction...1

More information

Employee Online Overview.

Employee Online Overview. Employee Online Overview https://employeeonline.puyallup.k12.wa.us Employee Online Homepage You will find the site map running down the left side of Employee Online, as shown below: Message Board The Welcome

More information

Release Service Request TX Dues DETAIL DESIGN. Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson

Release Service Request TX Dues DETAIL DESIGN. Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson Release 1177 Service Request 13213 DETAIL DESIGN Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson Information Systems & Computing Office of the President University of California INTRODUCTION...

More information

Release Service Request SHPS File. Detail Design. Document Number detail.doc Phillip Thompson 1/13/2003 2:58 PM

Release Service Request SHPS File. Detail Design. Document Number detail.doc Phillip Thompson 1/13/2003 2:58 PM Release 1458 Service Request 80286 Detail Design Document Number detail.doc Phillip Thompson Information Systems & Computing Office of the President University of California Page 1 INTRODUCTION...2 DDL

More information

Service Request Day Break in Service. Detail Design. Document Number DETAIL 3/9/01 4:47 PM Phillip Thompson

Service Request Day Break in Service. Detail Design. Document Number DETAIL 3/9/01 4:47 PM Phillip Thompson Service Request 15217 Document Number DETAIL Phillip Thompson Information Systems & Computing Office of the President University of California INTRODUCTION...1 DIFFERENCES FROM REQUIREMENTS...2 DDL MEMBERS

More information

Release Service Request YTD Balances in the PAR. Detail Design. Caroline Rider May 3, 2004

Release Service Request YTD Balances in the PAR. Detail Design. Caroline Rider May 3, 2004 Release 1571 Caroline Rider Enterprise IT Services Office of the President University of California Page 2 Introduction asks for the addition of year-to-date grosses balances, selected hours balances,

More information

PeopleSoft Employee Self-Service (ESS)

PeopleSoft Employee Self-Service (ESS) PeopleSoft Employee Self-Service (ESS) Version 1.2 Updated May 28, 2015 Contents Overview... 1 Logging In to ESS... 2 Changing Your Password... 3 Setting Up I Forgot My Password VERY IMPORTANT!... 4 Resetting

More information

Release Service Request 3087 Control Table Update Conversion DETAIL DESIGN

Release Service Request 3087 Control Table Update Conversion DETAIL DESIGN Release 1401 Service Request 3087 DETAIL DESIGN Document File Name: detail.doc 1/22/2002 10:47 AM Stephen R. Smith Modified by P.Thompson March 15, 2002 Information Systems & Computing Office of the President

More information

INSTRUCTIONS FOR ACCESSING WIUP ON THE WEB

INSTRUCTIONS FOR ACCESSING WIUP ON THE WEB INSTRUCTIONS FOR ACCESSING WIUP ON THE WEB University Information Management Systems (UIMS) Help Desk: 298-2104 Administrative Services (Jan Carlson) 298-1800 To access WIUP on the Web, follow the instructions

More information

Final Examination (Open Katz, asynchronous & test notes only, Calculators OK, 3 hours)

Final Examination (Open Katz, asynchronous & test notes only, Calculators OK, 3 hours) Your Name: UNIVERSITY OF CALIFORNIA AT BERKELEY BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO Department of Electrical Engineering and Computer Sciences SANTA BARBARA SANTA CRUZ CS

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Release 1408 Service Request 15128 INSTALLATION INSTRUCTIONS Document Number install.doc Adam Cohen Information Systems & Computing Office of the President University of California Page 1 This document

More information

Service Request Savings Choice Vesting Start Date Logic In PPS. Technical Specification. March 29, 2018 Prepared by Pete Stern

Service Request Savings Choice Vesting Start Date Logic In PPS. Technical Specification. March 29, 2018 Prepared by Pete Stern Service Request 102104 Savings Choice Vesting Start Date Logic In PPS Prepared by Pete Stern Information Technology Services Office of the President University of California Version History Version # Date

More information

ADDUS Homecare - MyADP Employee Self-Service User Guide

ADDUS Homecare - MyADP Employee Self-Service User Guide ADDUS Homecare - MyADP Employee Self-Service User Guide Table of Contents To navigate to a specific topic, click on the title in the table of contents. Registration for Myadp/Navigation... 3 W-4 Changes...

More information

/90 TOTAL. 1(a) 8pts. fiv(a,b) is called the function.

/90 TOTAL. 1(a) 8pts. fiv(a,b) is called the function. Your Name: SID Number: UNIVERSITY OF CALIFORNIA AT BERKELEY BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ Department of Electrical Engineering and Computer

More information

VIP ESSENTIALS & CLASSIC EMP501 RECONCILIATION AND VALIDATION REPORT

VIP ESSENTIALS & CLASSIC EMP501 RECONCILIATION AND VALIDATION REPORT VIP ESSENTIALS & CLASSIC EMP501 RECONCILIATION AND VALIDATION REPORT History Reports In order to simplify the reconciliation process, two new History Reports have been created: EMP501 Reconciliation; and

More information

ADDUS Homecare - MyADP Employee Self-Service User Guide

ADDUS Homecare - MyADP Employee Self-Service User Guide ADDUS Homecare - MyADP Employee Self-Service User Guide Table of Contents To navigate to a specific topic, click on the title in the table of contents. Registration for Myadp/Navigation... 3 W-4 Changes...

More information

Release 1048 Service Request Employment Verification TEST INSTRUCTIONS. Document Number OTEST. January 9, 1996.

Release 1048 Service Request Employment Verification TEST INSTRUCTIONS. Document Number OTEST. January 9, 1996. Release 1048 Service Request 12076 Employment Verification TEST INSTRUCTIONS Document Number OTEST January 9, 1996 Phillip Thompson Information Systems & Computing Office of the President University of

More information

Employee Self

Employee Self Employee Self Service @ Employee Self Service (ESS) is an enhancement to the central HR/Payroll system that will allow you to view your personal and payroll data and easily make changes. It s a convenient,

More information

Customer Maintenance

Customer Maintenance 7 FTD Mercury makes maintaining customers easy. If you use house accounts for your customers, after setting up these accounts, the customer billing process is automated (using the Accounts Receivable Billing

More information

***First-Time User***

***First-Time User*** INSTRUCTIONS FOR ACCESSING THE WIU MAINFRAME ON CAMPUS ***First-Time User*** University Technology Support Center: 298-2704 Administrative Information Management Systems (AIMS): 298-1944 Human Resources

More information

Service Request W-2 Changes. Technical Specification. Created on: 10/02/2014. Last Modified on: 03/12/2015. Prepared by Baskar Chitravel

Service Request W-2 Changes. Technical Specification. Created on: 10/02/2014. Last Modified on: 03/12/2015. Prepared by Baskar Chitravel Service Request 100759 2014 W-2 Changes Created on: 10/02/2014 Last Modified on: 03/12/2015 Prepared by Baskar Chitravel Information Technology Services Office of the President University of California

More information

IMPLEMENTATION POLICY AND PROCEDURES FOR SECURING NETWORKED DEVICES

IMPLEMENTATION POLICY AND PROCEDURES FOR SECURING NETWORKED DEVICES UNIVERSITY OF CALIFORNIA, BERKELEY BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ ECONOMETRICS LABORATORY Institute of Business and Economic Research ECONOMETRICS

More information

Business Requirements Document. SR Enhancements to PPP6005 Report - EDD Quarterly Contribution Return and Report of Wages UI File

Business Requirements Document. SR Enhancements to PPP6005 Report - EDD Quarterly Contribution Return and Report of Wages UI File Business Requirements Document SR100699 - Enhancements to PPP6005 Report - EDD Quarterly Contribution Return and Report of Wages UI File Document Information Document Attributes ID Owner Author(s) Contributor(s)

More information

Release Miscellaneous Updates and Installation Instructions

Release Miscellaneous Updates and Installation Instructions GEORGIA DEPARTMENT OF EDUCATION OFFICE OF THE STATE SUPERINTENDENT OF SCHOOLS TWIN TOWERS EAST ATLANTA, GA 30034-5001 TELEPHONE: (800) 869-1011 FAX: (404) 651-5006 http://www.gadoe.org/ MEMORANDUM TO:

More information

Release Notes: Employer version 4

Release Notes: Employer version 4 Release Notes: e@syfile Employer version 4 The first Pay-As-You-Earn (PAYE) biannual reconciliation takes place from 1 September 2010 to 31 October 2010. The e@syfile Employer software product has been

More information

C IRS Filing ACA Reports

C IRS Filing ACA Reports Ultra32 Affordable Care Act Option User Reference Guide 1095-C IRS Filing ACA Reports The IRS requires submitting to them 1095-C form information for all employees that had a Full Time Employee Status

More information

Date: December 11, 2015 TECHNICAL LETTER HR/EHDB From: Evelyn Nazario Theresa Hines

Date: December 11, 2015 TECHNICAL LETTER HR/EHDB From: Evelyn Nazario Theresa Hines Date: December 11, 2015 TECHNICAL LETTER To: Human Resources Officers Payroll Managers From: Evelyn Nazario Theresa Hines Associate Vice Chancellor Director, HRPDOS Subject: PIMS Employment History Database

More information

Human Capital Management: Step-by-Step Guide

Human Capital Management: Step-by-Step Guide Human Capital Management: Step-by-Step Guide Payroll Expense Transfers PETs (Regular Users) This guide describes how to create and submit a Payroll Expense Transfer (PET). PETs are used to move expenses

More information

Community Services Group Employee Portal

Community Services Group Employee Portal Community Services Group Employee Portal https://csgonline.greenemployee.com/ Logging in to GreenEmployee.com Please use the above link to take you directly to a sign-in page or on the Insider you can

More information

efinanceplus Payroll Procedures Revised: 07/23/15

efinanceplus Payroll Procedures Revised: 07/23/15 efinanceplus Payroll Procedures Revised: 07/23/15 1. Things to do before setting up and loading timecards (this is the table that holds all the pay information for processing payroll for all staff). a.

More information

Year-End Forms Release Notes

Year-End Forms Release Notes Release Notes for 09/26/2018 Prompt Year-End Forms users to submit Federal W-2 information through Payroll Tax Service, when applicable For the best possible user and software experience, Payroll Tax Service

More information

1.8 POST AUTHORIZATION NOTIFICATION (PAN)

1.8 POST AUTHORIZATION NOTIFICATION (PAN) 1.8 POST AUTHORIZATION NOTIFICATION (PAN) Overview The PAN Subsystem User The Post Authorization Notification (PAN) Subsystem is a means for informing a designated individual (i.e., a reviewer) that an

More information

Test Plan RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers

Test Plan RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers Test Plan RELEASE 1695 March 7, 2006-11:00 AM Application Technology Services Information Resources and Communications Office of the President University of California Table of Contents TESTING OVERVIEW...

More information

isolved Employee Self-Service User s Guide

isolved Employee Self-Service User s Guide isolved Table of Contents OVERVIEW... 2 EMPLOYEE SELF-SERVICE INITIAL EMAIL... 2 EMPLOYEE SELF-SERVICE INITIAL SIGN-ON... 3 FIRST TIME LOG-IN... 5 PAY HISTORY...7 W2/ACA/1099 FORMS...8 EMPLOYEE MESSAGES...

More information

UCSB Audit and Advisory Services Internal Audit Report. Credit Cards PCI Compliance. July 1, 2016

UCSB Audit and Advisory Services Internal Audit Report. Credit Cards PCI Compliance. July 1, 2016 Internal Audit Report Credit Cards PCI Compliance July 1, 2016 Performed by: Jessie Masek, Associate Director Antonio Manas-Melendez, Principal Auditor Laurie Liao, Staff Auditor Approved by: Robert Tarsia,

More information

T.H.O. Software Solutions Software solutions for non-profit organizations

T.H.O. Software Solutions Software solutions for non-profit organizations ORION Year End Processing 1 of 30 The changes in the Employee FICA rate will be included in this update. NO CHANGES are required to the FICA rate field in the Agency record. -----------------------------------------------------------------------------------

More information

JOB AID: SINGLE STREAMLINED APPLICATION

JOB AID: SINGLE STREAMLINED APPLICATION Your destination for affordable, quality health care, including Medi-Cal October 7, 2015 The Covered California Single Streamlined Application (SSA) supports all online applications, whether processed

More information

PeopleSoft 9.2 Self-Service Employee Information (SSEI)

PeopleSoft 9.2 Self-Service Employee Information (SSEI) PeopleSoft 9.2 Self-Service Employee Information (SSEI) User Guide 450 E. South Street Orlando, Florida, 32801-2816 Phone: (407) 836 5661 Revised: 01/2018 1 Table of Contents Welcome to Self-Service Employee

More information

Alert: Year-End Update

Alert: Year-End Update Alert: Year-End Update December 19, 2011 This issue of Alert reviews recent updates in federal and local benefit requirements taking effect in 2012. For further information on these or other topics, please

More information

Contracting Out for Services at Newly Developed Facilities. Legislative Report. January 2016

Contracting Out for Services at Newly Developed Facilities. Legislative Report. January 2016 Contracting Out for Services at Newly Developed Facilities Legislative Report Budget and Capital Resources December 2009 UNIVERSITY of CALIFORNIA UNIVERSITY OF CALIFORNIA Contracting Out for Services at

More information

BROKER WORKSPACE USER GUIDE

BROKER WORKSPACE USER GUIDE BROKER WORKSPACE USER GUIDE Broker Workspace/Private Site Change Profile/Password and Communication Settings BROKER WORKSPACE We are constantly enhancing our website to ensure it consistently performs

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

2017 ACA Form Processing Large Employers

2017 ACA Form Processing Large Employers 2017 ACA Form Processing Large Employers Fiscal Coordination December 2017 1 Table of Contents Understanding ACA Reporting... 3 Entering an ACA 1095C Record... 5 Verifying Employee ACA Codes.... 7 Identifying

More information

BPP System Manual USER TABLES. Section Seven

BPP System Manual USER TABLES. Section Seven 7.1 BPP System Manual USER TABLES Section Seven Revised Edition April 08, 2010 7.2 Contents SCREEN 000 - TAMUS BUDGET/PAYROLL/PERSONNEL SYSTEM MENU... 5 USER ACCESS AND/OR MAINTAINED TABLES... 7 SCREEN

More information

PPS Requirements. Performance Evaluation Code

PPS Requirements. Performance Evaluation Code PPS Requirements Performance Evaluation Code Final March 14, 2002 Revised May 2, 2002 Information Systems & Computing Office of the President University of California Table of Contents Background... 3

More information

Canadian Payroll Year-End Processing (T4) Guide for 2016 Release A9.4

Canadian Payroll Year-End Processing (T4) Guide for 2016 Release A9.4 [1]JD Edwards World Canadian Payroll Year-End Processing (T4) Guide for 2016 Release A9.4 E58280-03 January 2017 This guide describes how to perform payroll year-end tasks, including year-end rollovers,

More information

Datawrite Client Accounting to Creative Solutions Accounting Conversion Guide

Datawrite Client Accounting to Creative Solutions Accounting Conversion Guide Datawrite Client Accounting to Conversion Guide The Datawrite Client Accounting (DW) to (CSA) conversion program is provided to convert your DW data to the Write-Up Solution bundle of modules within CSA

More information

2014 CFD Rating Analysis

2014 CFD Rating Analysis 214 CFD Rating Analysis ITEM NUMBER CFDs issued 2 213 (1) 1,51 CFDs with Reserve Fund draws (1) 32 CFDs with Reserve Funds draw for administrative reasons (2) 7 Reserve Fund draws for credit reasons 25

More information

Let s Get Started FSA IMPLEMENTATION KIT

Let s Get Started FSA IMPLEMENTATION KIT Let s Get Started FSA IMPLEMENTATION KIT Welcome to WageWorks! We have designed this Implementation Kit to help guide you through your transition to WageWorks THIS KIT INCLUDES THE FOLLOWING MATERIALS:

More information

Health Care Eligibility Benefit Inquiry and Response (270/271)

Health Care Eligibility Benefit Inquiry and Response (270/271) X12 Standards for Electronic Data Interchange Technical Report Type 3 Health Care Eligibility Benefit Inquiry and Response (270/271) Change Log : 005010-007030 JULY 2018 Intellectual Property X12 holds

More information

MYOB Advanced. Release Notes

MYOB Advanced. Release Notes MYOB Advanced Release Notes 2017.1.5 Contents Introduction 1... 1 Installing this Release... 1 New Features 2 Payroll Updates... 2 Updates to Payroll Tax... 2 Regenerating Payslips... 3 Improvements to

More information

CASH MANAGEMENT USER GUIDE

CASH MANAGEMENT USER GUIDE CASH MANAGEMENT USER GUIDE Updated February 2018 100 Church Street German Valley, IL 61039 www.germanamericanstatebank.com Member FDIC Table of Contents Login Process 3 First Time Login (New SSO) 3 Logging

More information

Online Payslips User Guide

Online Payslips User Guide Online Payslips User Guide How to access Online Payslips... 2 How to find your login details... 3 How to view your payslip... 5 How to view multiple payslips for the same month... 7 How to view previous

More information

JOB AID: REPORT A CHANGE

JOB AID: REPORT A CHANGE October 7, 2015 Your destination for affordable, quality health care, including Medi-Cal This Job Aid shows how to use the Report a Change function on behalf of a Consumer to make changes to their application

More information

LOGING INTO EVOPAY. Login to evopay for Current Employees. 1. Go to https://paydata.evolutionpayroll.com/ess#/login

LOGING INTO EVOPAY. Login to evopay for Current Employees. 1. Go to https://paydata.evolutionpayroll.com/ess#/login PayData s evopay - Employee Self Serve is a web-based portal which allows employees to access their payroll information via the internet. Employees have the ability to view and print payroll vouchers and

More information

Tab 19 - Standard Edits Table of Contents

Tab 19 - Standard Edits Table of Contents Tab 19 - Standard Edits Table of Contents OVERVIEW... 2 DETAILED PROCESS... 2 Standard Edits... 2 Compliance Edits... 3 Exhibit 1... 5 EMI Pack Header Edits... 5 Exhibit II... 7 EMI Pack Trailer Edits...

More information

Oracle Managed Cloud Services for Software as a Service - Service Descriptions. February 2018

Oracle Managed Cloud Services for Software as a Service - Service Descriptions. February 2018 Oracle Managed Cloud Services for Software as a Service - Service Descriptions February 2018 Table of Contents Oracle Managed Cloud GxP Compliance for SaaS...3 Oracle Managed Cloud Helpdesk for SaaS...5

More information

Accounting. Removal of Disbursement and Payroll tabs from Station Setup screen

Accounting. Removal of Disbursement and Payroll tabs from Station Setup screen Release Notes FLEX DMS Release 7.3.4 Accounting Removal of Disbursement and Payroll tabs from Station Setup screen Benefit: The removal of these tabs will eliminate any confusion regarding printer setups

More information

CONTENTS. SETUP SECURITY ENHANCEMENTS Existing User New User (Enrolled by Employer or Self)... 18

CONTENTS. SETUP SECURITY ENHANCEMENTS Existing User New User (Enrolled by Employer or Self)... 18 FSA EMPLOYEE WEBSITE GUIDE CONTENTS BROWSER COMPATIBILITY... 2 ONLINE ENROLLMENT... 3 Online Enrollment Process... 3 Online Enrollment Option for Existing Employees... 11 REGISTERING YOUR ACCOUNT FOR ONLINE

More information

DarwiNet Employee Level

DarwiNet Employee Level DarwiNet Employee Level Table Of Contents Welcome to the Help area for your online payroll system... 1 Logging In... 3 Login... 3 Forgot Password... 3 Employee Welcome Screen... 5 Personal... 7 Personal...

More information

Lehman College City University of New York Telephone Usage Policy Effective Date: March 1, 2011

Lehman College City University of New York Telephone Usage Policy Effective Date: March 1, 2011 Lehman College City University of New York Telephone Usage Policy Effective Date: March 1, 2011 CONTENTS 1.0 Purpose and scope Pg - 2 2.0 Rationale for policy Pg - 2 3.0 Who should read this policy Pg

More information

Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN. Document Number BYCOVER. July 14, Phillip Thompson

Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN. Document Number BYCOVER. July 14, Phillip Thompson Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN Document Number BYCOVER July 14, 1995 Phillip Thompson Information Systems & Computing Office of the President University of California

More information

NovaTime ~ Employee Training Aid

NovaTime ~ Employee Training Aid NovaTime ~ Employee Training Aid Dana D. Arden TABLE OF CONTENTS Access NovaTime Website 1 NEW Employees Accessing for the First Time 2 Clock In/Out 3 NovaTime Employee Web Services 4 View Timesheet 4

More information

Employer Self Service (ESS) User Quick Guide

Employer Self Service (ESS) User Quick Guide Employer Self Service (ESS) User Quick Guide i Table of Contents Getting Started 6 Accessing the Employer Self Service (ESS) Portal 6 Maintaining Account Settings 7 Switching Employers within Session 7

More information

Footprints Benefits Workspace

Footprints Benefits Workspace RESEARCH ADMINISTRATION INFORMATION NETWORK (RAIN) Footprints Benefits Workspace Paige Gearhart Director of Benefits, HR Laura Kronzek Human Resources Analyst 1 Purpose As part of our efforts to continuously

More information

Nonrecurring Element ACT Document

Nonrecurring Element ACT Document Nonrecurring Element ACT Documents are processed when active exempt (monthly paid) employees are to be paid for work performed outside of or in addition to their usual and customary job duties or for special

More information

UNIVERSITY OF CALIFORNIA, SAN FRANCISCO

UNIVERSITY OF CALIFORNIA, SAN FRANCISCO UNIVERSITY OF CALIFORNIA, SAN FRANCISCO BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ SCHOOL OF PHARMACY SAN FRANCISCO, CALIFORNIA 94143-2240 DEPARTMENT OF

More information

Ann M. Flood DRAFT. Add address types (Home, Mailing, Campus, Check, etc.) are stored and updated in Personal Information.

Ann M. Flood DRAFT. Add address types (Home, Mailing, Campus, Check, etc.) are stored and updated in Personal Information. File Name Version 8.9 Document Created 8/31/2009 Date Modified 8/31/2009 Last Changed by Status DRAFT Address Change_BUSPROC.doc Ann M. Flood Address Change Concept Description: Add address types (Home,

More information

Manual Imports Copyright 2017 Paylocity. All Rights Reserved

Manual Imports Copyright 2017 Paylocity. All Rights Reserved Manual Imports Paylocity Web Link is an easy and convenient way to update information for multiple employees with a single import. Standard and custom sample files are available in the Web Link Help screen

More information

Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015

Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015 Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015 Definitions Cellular Telephone Service For the purposes of this policy, cellular telephone

More information

Laptop, Data Card & ipad Policy V3.1

Laptop, Data Card & ipad Policy V3.1 PNB MetLife India Insurance Company Limited Registered office: Unit No. 701, 702 & 703, 7th Floor, West Wing, Raheja Towers, 26/27 M G Road, Bangalore -560001, Karnataka. IRDA of India Registration number

More information

OneUSG Benefit Reconciliation User s Guide

OneUSG Benefit Reconciliation User s Guide OneUSG Benefit Reconciliation User s Guide Office of Information and Instructional Technology Version 1 Last Updated: 02-05-2019 Page 1 BENEFIT ACCOUNTING PROCESS FLOW......3 HR ACCOUNTING LINE VALIDATION...

More information

Wireless Communication Stipend Effective Date: 9/1/2008

Wireless Communication Stipend Effective Date: 9/1/2008 Category: Financial Policy applicable for: Faculty/Staff Policy Title: Policy Number: Wireless Communication Stipend Effective Date: 9/1/2008 Enabling Act(s) IRS rule 2.1.7 Policy Owner: Sr. VP for Administration

More information

Accessing new Employee Self Service using a Personal Computer or Laptop

Accessing new Employee Self Service using a Personal Computer or Laptop Introduction Purpose of this document is to provide you a general guideline for using new employee self-service (ESS) portal. With new ESS you will be able to view paystub, time statement, W2 s, enrolled

More information

rbweb RB Web Mobile apps for reporters, sales reps and other staff User Guide

rbweb RB Web Mobile apps for reporters, sales reps and other staff User Guide rbweb RB Web Mobile apps for reporters, sales reps and other staff User Guide Table of Contents Program Basics Logging in....1 My Web Changing your user ID & password....1 Reviewing & updating your personal

More information

TIMEaccess Bi-Weekly Supervisors Training Guide Friday, February 01, 2013

TIMEaccess Bi-Weekly Supervisors Training Guide Friday, February 01, 2013 TIMEaccess Bi-Weekly Supervisors Friday, February 01, 2013 Notice 2013, Southern Methodist University. All Rights Reserved. Published 2013. The information contained in this document is proprietary to

More information

University Community (faculty and staff)

University Community (faculty and staff) University Community (faculty and staff) SUBJECT (R*) EFFECTIVE DATE (R) PROCEDURE NUMBER CELLULAR PHONE PROCEDURE July 1, 2008 1950.005a PROCEDURE STATEMENT (R) This procedure describes the process to

More information

SCREEN 506 CORRECT SOURCE FUNCTION

SCREEN 506 CORRECT SOURCE FUNCTION SCREEN 506 CORRECT SOURCE FUNCTION This function is used to change data on an existing payroll source record in the P2PAY File. This record may have been added via the on-line Add Source function or generated

More information

Plumbers & Steamfitters Local Union 342

Plumbers & Steamfitters Local Union 342 Plumbers & Steamfitters Local Union 342 935 Detroit Avenue, Concord, CA 94518-2501 Phone (925) 686-5880 Fax (925) 685-3710 CREW LEAD JOURNEYMAN (NON INDUSTRIAL PROJECTS ONLY) FOREMAN GENERAL FOREMAN SR.

More information

Normalized Relational Database Implementation of VSAM Indexed Files

Normalized Relational Database Implementation of VSAM Indexed Files Normalized Relational Database Implementation of VSAM Indexed Files Note: this discussion applies to Microsoft SQL Server, Oracle Database and IBM DB2 LUW. Impediments to a Normalized VSAM Emulation Database

More information

Iowa Amend Instructions:

Iowa Amend Instructions: Iowa Amend Instructions: NOTE: If you used TurboTax CD/Download product to prepare and file your original return: Be sure to update your product. Go to Online and click on Check for Update. Open your 2011

More information

ShelbyNext Financials Portal

ShelbyNext Financials Portal How To Use ShelbyNext Financials Portal Updated: 6/21/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

User Guide. Simplified Contribution Platform

User Guide. Simplified Contribution Platform Simplified Contribution Platform Introduction This guide provides instructions for employers to submit retirement plan contributions to Fidelity Investments through the online Simplified Contribution Platform

More information

JOB AID: REPORT A CHANGE

JOB AID: REPORT A CHANGE Your destination for affordable, quality health care, including Medi-Cal April 24, 2015 This Job Aid shows how to use the Report a Change function on behalf of a Consumer to make changes to their application

More information

New Hampshire State Requirements

New Hampshire State Requirements New Hampshire State Requirements Training/User Guide Revised: 01.23.12 2012 New World Systems Corporation. All Rights Reserved. All rights reserved. Information within this document is the sole property

More information

PageCenter Application. UC Berkeley, Central Payroll

PageCenter Application. UC Berkeley, Central Payroll PageCenter Application UC Berkeley, Central Payroll Last Updated October 2011 1 Overview Introduction to PageCenter Requesting access to use PageCenter Accessing PageCenter Logging into PageCenter Viewing

More information