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

Size: px
Start display at page:

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

Transcription

1 Service Request Savings Choice Vesting Start Date Logic In PPS Prepared by Pete Stern Information Technology Services Office of the President University of California

2 Version History Version # Date Revised By Reason for Change /29/2018 Pete Stern Initial draft Page 1

3 Table of Contents Version History Introduction Overview of System Modifications EDB Maintenance Process Other Interfaces One-Time Process Design Considerations Assumptions and Dependencies External Impact Mainframe Design Database Changes DDL Members Include Members COBOL Programs COPYLIB Members Data Dictionary Updates Data Element Table Control Table Maintenance Control Table Updates EDB Maintenance COBOL Programs CICS Map Changes CICS Help Other Interfaces COBOL Programs COPYLIB Members One-Time Processes COBOL Programs Unit Testing Control Table Maintenance Process Data Element Table Data Element to Screen Table One-Time Processes PPOT EDB Maintenance Process On ECEN Other Interfaces IVR/Web Interface files... 8 Page 2

4 1 Introduction Service request asks for PPS to add Vesting Start Date to screen ECEN and to the EDB. This technical specification provides detailed information about the modifications necessary in PPS to support the implementation of the new field. 2 Overview of System Modifications 2.1 EDB Maintenance Process EDB maintenance will be modified to accept Vesting Start Date on ECEN. If UCRS Eligibility Date becomes populated or changes, and Vesting Start Date is blank, Vesting Start Date will be populated with UCRS Eligibilty Date. Any subsequent change to Vesting Start Date in PPS would be manual. 2.2 Other Interfaces IVR EMP file will populate Vesting Start Date from the new EDB field. 2.3 One-Time Process A one-time process will be needed to initialize the new EDB field. 3 Design Considerations 3.1 Assumptions and Dependencies The following items are out of scope for this release: o Identifying one year breaks in vesting service and resetting of Vesting Start Date upon subsequent reemployment. This scenario will be too scarce given the remaining life-span of PPS. o The new data element will not be added to the history database. o The new data element will not come in to PPS via the IVRNH file. o The new data element will not need to be added to the CPS interface file. o The new data element will not appear on any reports. o No changes to the PPS web applications are required. 3.2 External Impact The EDB field value is passed to corporate interfaces: o IVR/AYSO Page 3

5 4 Mainframe Design 4.1 Database Changes Vesting Start Date will be added to PPPBEN to support the Savings Choice Vesting Start Date Logic In PPS project. See the Data Element Table section under Control Tables DDL Members PPPVBEN PPPVBEN PPPVZBEN TBBEN00C TBBEN22A Include Members PPPVBEN PPPVBEN PPPVZBEN COBOL Programs PPBENCHG PPBENCHG sets flags for all PPPBEN data elements that have changed. The new field will be added PPBENFET PPBENFET retrieves EDB data, by data element number, from the PPPBEN table. The new field will be added PPBENUPD PPBENUPD drives the update of the PPPBEN table. The new field will be added PPBENUTW PPBENUTW is part of the EDB fetch complex that processes updates to PPPBEN rows. The new field will be added PPBENUT2 PPBENUT2 retrieves the PPPBEN data for an employee. The new field will be added COPYLIB Members Page 4

6 CPWSRBEN CPWSRBEN defines a row of the PPPBEN EDB table, with FILLER added to allow a fixed length of It will be modified to include the field for the new column Data Dictionary Updates A new Data Dictionary entry will be developed for the new PPPBEN field Data Element Table See the Data Element Table section under Control Tables. 4.2 Control Table Maintenance Control Table Updates Data Element Table (PPPDET) EDB0798: Vesting Start Date o Add entry for for the new data element o Add trigger to invoke PPEI205 The following new data elements will be added: DEN Column name Format Description Source Enterable? 0798 VESTING DATE PPS Y Date on which the one START_DATE derived year vesting period for employer contributions to Savings Choice begins. Values n/a Triggers PPEI Data Element to Screen Table (PPPDES) PPPDES contains data on the CICS EDB Entry/Update screen(s) on which data elements appear and whether the data element is protected from entry on a screen. The new data element will be added to screen ECEN and will be unprotected for Entry/Update. 4.3 EDB Maintenance COBOL Programs PPEI205 PPEI205 performs consistency edits and maintenance on the FICA, retirement, UI, and DCP codes. It will be modified as follows: 1. Add Vesting Start Date Edit to populate Vesting Start Date (EDB0798) when: o UCRS Eligibilty Date becomes populated and Vesting Start Date is blank Page 5

7 o UCRS Eligibilty Date changes and Vesting Start Date is blank PPWECEN PPWECEN is the screen processor for the ECEN function (Central Office Information). It will be modified to include new field EDB0798 (VESTING_START_DATE) CICS Map Changes PPECEN0 PPECEN0 is the CICS map for the screen function ECEN - Central Office Information. It will be modified to add the field EDB0798 (VESTING_START_DATE) CICS Help HELPDDSE HELPDDSE will load the release field/group level help text file for Vesting Start Date HLPANCH HLPANCH will load the release anchor file for Vesting Start Date. 4.4 Other Interfaces COBOL Programs PPIIVR PPIIVR produces the daily interface file sent to UCOP to update the systemwide ppsivr database. It will be modified to Rename IVREMP-UCRP-ELIGDATE to IVREMP-VESTING-START-DATE Populate IVREMP-VESTING-START-DATE from VESTING_START_DATE (EDB0798) instead of BEN_UCRP_ELIGDATE (EDB0791) COPYLIB Members CPWSIVRE CPWSIVRE defines the IVR employee file record. It will be modified to rename IVREMP-UCRP-ELIGDATE to IVREMP-VESTING-START-DATE 4.5 One-Time Processes COBOL Programs PPOT2318 (one-time) This is a new one-time program which will do the following 1. For employees with retirement codes = C, 8 and X, or Fidelity Election Option = DC, initialize Vesting Start Date by copying from UCRS Eligibility Date. Page 6

8 2. Produce an employee change file which can be used to run PPP The program can be run in either REPORT or UPDATE mode. 5 Unit Testing 5.1 Control Table Maintenance Process Data Element Table Verify that Data Element Table was updated to include new data element and additional value and routine trigger for existing data element. ELEM ELEMENT NUMBER NAME VESTING STARTDT Data Element to Screen Table Verify that Data Element to Screen Table was updated to include the new field on the ECEN screen. DATA BASE/ DATA SCREEN PROTECT FILE ID ELEMENT ID IND EDB 0798 ECEN NO 5.2 One-Time Processes PPOT2318 This one-time program will initialize the new field on the IVR EMP history file. Verification Review the IVR EMP history file and confirm that the following field was initialized. Vesting start date = PPPBEN.BEN_UCRP_ELIGDATE 5.3 EDB Maintenance Process On ECEN If Vesting Start Date is blank: o Change UCRP Eligibility Date Verify the following results: o Vesting Start Date changed to value of UCRP Eligibility Date If Vesting Start Date is not blank: o Change UCRP Eligibility Date Verify the following results: o Vesting Start Date did not change If Vesting Start Date is not blank: Page 7

9 o Change Vesting Start Date Verify the following results: o Vesting Start Date changed to new value 5.4 Other Interfaces IVR/Web Interface files Run PPIIVR. Verify the following: In the employee update file (DD name EMPUPD), verify that the following new field is populated: Position Length/ Format mm/dd/yyyy Field Description Vesting Start Date Data Element # EDB0798 Comments Page 8

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 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

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

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

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

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

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

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

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 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

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

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

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

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 (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

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

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

Test Plan RELEASE 1652

Test Plan RELEASE 1652 Test Plan RELEASE 1652 NACHA File Zero SSN 09:00 AM Enterprise IT Services Office of the President University of California Table of Contents TESTING OVERVIEW... 1 CONTROL TABLE (CTL) INITIAL LOAD (LOADCTL)...

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

Test Plan RELEASE 1476 Addition of Foreign Address to UCRS File

Test Plan RELEASE 1476 Addition of Foreign Address to UCRS File Test Plan RELEASE 1476 Addition of Foreign Address to UCRS File March 10, 2003 Information Systems & Computing Office of the President University of California Testing Overview This test plan addresses

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 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

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

9.3 WEB-BASED PAN. Post Authorization Notification Functions (Web PAN) Opening a PAN: Deleting PANs From Your Inbox: Status and Type Columns: 9.

9.3 WEB-BASED PAN. Post Authorization Notification Functions (Web PAN) Opening a PAN: Deleting PANs From Your Inbox: Status and Type Columns: 9. 9.3 WEB-BASED PAN Post Authorization Notification Functions (Web PAN) Note: This section covers web PAN features, but not general background or information about PAN. For detailed information about the

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

Project Costing Creating a Project - 31f... 4 Project Activities - 31f... 7 Maintaining Project Activity Status... 9 Modifying a Project

Project Costing Creating a Project - 31f... 4 Project Activities - 31f... 7 Maintaining Project Activity Status... 9 Modifying a Project PROJECT COSTING Table of Contents - 30... 3 Creating a Project - 31f... 4 Project Activities - 31f... 7 Maintaining Project Activity Status... 9 Modifying a Project Activity...11 Managing Project Cost

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

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

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users For Employees Online eopf Self-service Feature for Login ID and Password Retrieval for New Users eopf provides web-based access for Federal personnel to view and print employment documents. Employees are

More information

System Optimization & Migration

System Optimization & Migration System Optimization & Migration Agenda 1. Overview 2. Migration Process 3. Gathering / Analyzing 4. Parsing 5. 6. Recovery 7. Result & Document 2 2011-01-17 Demonstration Overview Worldwide IT marketplace

More information

Creating and Submitting an Expense Report

Creating and Submitting an Expense Report Creating and Submitting an Expense Report How to Create and Submit an Expense Report This job aid shows users how to create and submit an expense report. If you need to withdraw, modify, view, print, and

More information

Employee Online Open Enrollment Quick Reference Guide

Employee Online Open Enrollment Quick Reference Guide Employee Online Open Enrollment Quick Reference Guide You may enroll online for your benefits during the open enrollment period. Please refer to the steps below for additional information on online enrollment.

More information

The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service.

The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service. The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service. Table of Contents How to Apply for a Job as an External Applicant... 2 Applied

More information

rading Periods can be deleted by selecting the Delete checkbox and Saving the document.

rading Periods can be deleted by selecting the Delete checkbox and Saving the document. Goals Tab Goals added to this IEP will be available in the student s Progress Report once this IEP is finalized. Add the Grading Periods dates for Progress Reports. Enter the Date for the Grading Periods

More information

John Hancock file specifications

John Hancock file specifications John Hancock file specifications Vesting percentages by money type Q U I C K R E F E R E N C E G U I D E Use this guide, along with the vesting template found on the Tools page, to create your vesting

More information

Bio Update Request Form in TAS

Bio Update Request Form in TAS Procedure Document Number: Document Owner: Kathi Martin Date Last Primary Author: Kathi Martin General Description Description / Scope: Updating biographical information from an individual constituent

More information

Employer Self Service (ESS) User Guide

Employer Self Service (ESS) User Guide MainePERS Employer Self Service Maine Public Employees Retirement System Employer Self Service (ESS) User Guide V10 Version 10.0 December 3, 2018 TABLE OF CONTENTS Table of Contents Logging into ESS 1

More information

Paper Form I-9 Processing Guide

Paper Form I-9 Processing Guide Paper Form I-9 Processing Guide SECTION 1 It is the responsibility of the Employee to complete section 1 of the I9. It is your responsibility to be sure that Section 1 has been completed properly. Do not

More information

CUST #: Revision: 2.01 CUST Name: Original Date: 20-Jan-2010 CUST Contact: SID: 20425

CUST #: Revision: 2.01 CUST Name: Original Date: 20-Jan-2010 CUST Contact: SID: 20425 PROJECT NAME: EXPAND THE NUMBER OF DETAIL LINES IN ORDER ENTRY CUST #: Revision: 2.01 CUST Name: Original Date: 20-Jan-2010 CUST Contact: SID: 20425 Contents 1. BUSINESS CASE:... 2 2. PROBLEM:... 2 3.

More information

RDMS AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM

RDMS AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM This form is intended for University of California Office of the President Risk Services (OPRS) affiliates. The form is designed to collect key information

More information

Comerica Card Management System tutorial Fleet Cards Create a New Driver Card Account

Comerica Card Management System tutorial Fleet Cards Create a New Driver Card Account Comerica Card Management System tutorial Fleet Cards Create a New Driver Card Account The Comerica Card Management System, or CMS, makes it easy to create a new Fleet Card account by letting you model

More information

User Quick Guide Insurance Eligibility Demographic Updates. Contents. Document conventions

User Quick Guide Insurance Eligibility Demographic Updates. Contents. Document conventions Contents Document conventions... 1 Intended audiences... 1 Introduction... Error! Bookmark not defined. Pre-requisite... 3 Authorizing user role... 4 Screen accessibility... 5 Functionality of feature...

More information

AiM CPPM Capital Project

AiM CPPM Capital Project AiM Navigation icons Budget Manager Date Manager Budget Revision screen is the main source of information on a project. is the central hub to which all other transactions will be associated. How to enter

More information

Data Dictionary. National Center for O*NET Development

Data Dictionary. National Center for O*NET Development Data Dictionary O*NET 6.0 Database National Center for O*NET Development Employment Security Commission Post Office Box 27625 Raleigh, North Carolina 27611 Email: onet@ncmail.net July 2, 2004 Amended February

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

Separation / Retirement PAR

Separation / Retirement PAR Separation / Retirement PAR Transaction Code: N/A Location(s): mynku Purpose: Use this form to create a separation or retirement action for faculty, staff, and students. All actions must be compliant with

More information

How to Set Up a New Pay Account With CIC Plus. Forgot User ID or Password Support

How to Set Up a New Pay Account With CIC Plus. Forgot User ID or Password Support How to Set Up a New Pay Account With CIC Plus Forgot User ID or Password Support 1 Purpose This training manual was prepared in partnership with Allegis partner/vendor CIC Plus. All Allegis operating companies

More information

Full file at

Full file at SQL for SQL Server 1 True/False Questions Chapter 2 Creating Tables and Indexes 1. In order to create a table, three pieces of information must be determined: (1) the table name, (2) the column names,

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

Expert Stored Procedure Monitoring, Analysis and Tuning on System z

Expert Stored Procedure Monitoring, Analysis and Tuning on System z Expert Stored Procedure Monitoring, Analysis and Tuning on System z Steve Fafard, Product Manager, IBM OMEGAMON XE for DB2 Performance Expert on z/os August 16, 2013 13824 Agenda What are stored procedures?

More information

OneUSG Connect. Hire a New Employee. Hire a New Employee HR_JA002

OneUSG Connect. Hire a New Employee. Hire a New Employee HR_JA002 Description This process describes the steps necessary to a new employee into a Position. Conditions A Position has been created in HCM Source Documents Hire Documentation Identify Verification Documentation

More information

Use our Loan Product Pricing & Eligibility Engine with Encompass

Use our Loan Product Pricing & Eligibility Engine with Encompass How To Use our Loan Product Pricing & Eligibility Engine with Encompass A quick guide to finding, pricing and locking your loans. Page 1 Typical Workflow The first step in finding the right loan program

More information

Data Dictionary. National Center for O*NET Development

Data Dictionary. National Center for O*NET Development Data Dictionary O*NET 9.0 Database National Center for O*NET Development Employment Security Commission Post Office Box 27625 Raleigh, North Carolina 27611 Email: onet@ncmail.net December, 2005 Table of

More information

Programs for American Fidelity WorxTime

Programs for American Fidelity WorxTime Programs for American Fidelity WorxTime There are 2 programs that can be run to create the Employee Upload File: W2WAGE and WRXTM_EMP. These programs are located on the USPS_LCL menu or the command name

More information

PARTNER PORTAL TOOLKIT

PARTNER PORTAL TOOLKIT Revised 7/26/2018 PARTNER PORTAL TOOLKIT Financial Advisors WWW.PAYLOCITY.COM TABLE OF CONTENTS Partner Portal Toolkit... 3 User Accounts... 4 Partner Portal... 5 Select Company or Set... 6 Recent Hires...

More information

Defining Application Processing Options

Defining Application Processing Options CHAPTER 1 Need Access support is available only for aid years prior to 2010 2011. Need Access will not be supported after the 2009 2010 aid year. This chapter lists prerequisites and discusses how to:

More information

IBM Data Studio for Mainframe Developers. David Simpson, Senior Technical Advisor Themis, Inc.

IBM Data Studio for Mainframe Developers. David Simpson, Senior Technical Advisor Themis, Inc. IBM Data Studio for Mainframe Developers David Simpson, Senior Technical Advisor Themis, Inc. dsimpson@themisinc.com www.themisinc.com IBM Data Studio for Mainframe Developers Themis and Themis, Inc. are

More information

Open enrollment in Workday

Open enrollment in Workday Your email prompt will bring you to the open enrollment task. Keep in mind that the screenshots in this guide are from a SAMPLE enrollment, the plans, rates and benefits listed here may NOT apply to you.

More information

ALL MEMBERS AND PAYEES

ALL MEMBERS AND PAYEES Table of Contents Click a link to walk through a specific procedure. ALL MEMBERS AND PAYEES 1 GETTING STARTED How do I register? How do I log on? How do I update security questions? How do I retrieve/reset

More information

System Process Document Process SAP. Department Responsibility/Role File Name Revision Document Generation Date Date Modified. Process SAP Trigger:

System Process Document Process SAP. Department Responsibility/Role File Name Revision Document Generation Date Date Modified. Process SAP Trigger: Department Responsibility/Role File Name Revision Document Generation Date Date Modified 2/11/2015 1:20:00 PM Last Changed by aswade, 11/18 Status Sent for Review 11/27 _SPD_20141118151927 11/18/2014 3:19:00

More information

Online Benefits Website User Guide for Open Enrollment

Online Benefits Website User Guide for Open Enrollment Online Benefits Website User Guide for Open Enrollment ACCESSING MESSA S ONLINE BENEFITS WEBSITE The online benefits website is available 24 hours a day, seven days a week for you to enter and review your

More information

GUIDE 11. Demand Response Information System User s Guide

GUIDE 11. Demand Response Information System User s Guide GUIDE 11 Demand Response Information System User s Guide June 2016 11. PERFORMING RELIABILITY PROGRAM DEMAND RESPONSE EVENT-SPECIFIC OR TEST-SPECIFIC TASKS For NYISO s Reliability Programs, Demand Response

More information

Schwab RT Refreshed Participant Website (August, 2015)

Schwab RT Refreshed Participant Website (August, 2015) Schwab RT Refreshed Participant Website (August, 2015) With our August, 2015 release, an enhanced participant website will be automatically available to all clients and will include an updated, cleaner

More information

ONLINE EMPLOYER CENTER GUIDE

ONLINE EMPLOYER CENTER GUIDE ONLINE EMPLOYER CENTER GUIDE 2019 Table of Contents: Login Screen... 2 My Account... 3 Admin... 5 Add Administrator User Accounts... 6 View Users... 7 Eligibility Maintenance... 8 Add Subscriber/Family...

More information

UNIVERSAL ACCOUNT NUMBER (UAN) (Toll Free No )

UNIVERSAL ACCOUNT NUMBER (UAN) (Toll Free No ) UNIVERSAL ACCOUNT NUMBER (UAN) (Toll Free No. 1800-118-005) USER MANUAL ON UAN FUNCTIONS IN OTCP Version 1.2 AUGUST 2014 IS DIVISION EMPLOYEES PROVIDENT FUND ORGANISATION Head Office, New Delhi Page 1

More information

Clearing Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Clearing Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Clearing Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Clearing 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1 1.3

More information

How to participate in the Beyond the Bell Branch President s Volunteer Service Award Program

How to participate in the Beyond the Bell Branch President s Volunteer Service Award Program How to participate in the Beyond the Bell Branch President s Volunteer Service Award Program 1. Visit http://www.presidentialserviceawards.org/ to sign up and to begin tracking your volunteer hours. To

More information

Process Document Financial Aid: Suspense Management Version 1.0 Document Generation Date 4/30/2008 Date Modified 8/12/2008 Last Changed by

Process Document Financial Aid: Suspense Management Version 1.0 Document Generation Date 4/30/2008 Date Modified 8/12/2008 Last Changed by Version 1.0 Document Generation Date 4/30/2008 Date Modified 8/12/2008 Last Changed by ASDS Status Draft Suspense Management Concept When an ISIR is loaded, the system first checks to see if the student

More information

With MFS Contribution Direct, you can streamline your contribution process by setting up rosters once and then using them for each pay period.

With MFS Contribution Direct, you can streamline your contribution process by setting up rosters once and then using them for each pay period. MFS CONTRIBUTION DIRECT User guide MFS Contribution Direct may help simplify how you manage your retirement plans by allowing you to make contributions securely via the Web. This user guide shows you how

More information

2. Click on the Secure User Login and enter in the login and password provided by your employer.

2. Click on the Secure User Login and enter in the login and password provided by your employer. 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

Instructions for PC Chairs - How to take Comments Offline and Send Responses to Commenters (and other options available to the Chair)

Instructions for PC Chairs - How to take Comments Offline and Send Responses to Commenters (and other options available to the Chair) October 2012 1. Go to the online comment database at https://osr.ashrae.org/default.aspx. NOTE: Please see the Instructions for Project Committee Members for additional information on how to login to the

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

Administrator Guide. Regions itreasury. Administrator Guide

Administrator Guide. Regions itreasury. Administrator Guide Administrator Guide Regions itreasury Administrator Guide Revised 082011 itreasury Administrator Guide Welcome to Regions itreasury. This Guide contains information about all administrative duties associated

More information

GUIDE TO POSTING ON THE CSE WEBSITE

GUIDE TO POSTING ON THE CSE WEBSITE GUIDE TO POSTING ON THE CSE WEBSITE CSE Listed Issuer Documentation Prepared by: Sparx Publishing Group LISTED ISSUER DOCUMENTATION VERSION 1.5 User Management... 3 Login Screen... 4 Password Reset...

More information

Work Instruction Template

Work Instruction Template Template T2003 Version: H May 8, 2014 DOWNLOADED AND/OR HARD COPY UNCONTROLLED Verify that this is the correct version before use. AUTHORITY DATE Jeffrey Northey (original signature on file) IMS Manager

More information

<PROJECT> WORK BREAKDOWN STRUCTURE

<PROJECT> WORK BREAKDOWN STRUCTURE WORK BREAKDOWN STRUCTURE Version Number: 1.0 Version Date: Notes to the Author [This document is a template of a Work Breakdown Structure document for a project. The template includes

More information

Data Dictionary. National Center for O*NET Development

Data Dictionary. National Center for O*NET Development Data Dictionary O*NET 11.0 Database National Center for O*NET Development Employment Security Commission Post Office Box 27625 Raleigh, North Carolina 27611 Email: onet@ncmail.net December, 2006 Table

More information

Active Directory User Management System (ADUMS) Release User Guide

Active Directory User Management System (ADUMS) Release User Guide Active Directory User Management System (ADUMS) Release 2.9.5 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

University of Wisconsin System SFS Business Process AP.2.05 Voucher Maintenance

University of Wisconsin System SFS Business Process AP.2.05 Voucher Maintenance Contents Voucher Maintenance Process Overview... 1 Process Detail... 1 I. Identifying and Correcting Unpaid Vouchers with Combo Edit Errors or In Recycle Status... 1 II. Deleting Vouchers... 2 III. Unposting

More information

Quick Reference Guide Changing W2 Delivery Preference in Employee Self Service In MyUNIverse

Quick Reference Guide Changing W2 Delivery Preference in Employee Self Service In MyUNIverse University employees (including student employees) can elect how they want to receive their W2 forms (electronically or by US mail) by completing W2 Delivery Preference in UNI or UNI Student. Once you

More information

B0080: Last Employee Action in Effect as of Selected Date Business Objects Web Intelligence

B0080: Last Employee Action in Effect as of Selected Date Business Objects Web Intelligence Report Description: This report shows Last Employee Action in Effect as of Selected Date. This report shows the most current action (to date) on an employee. Report Location: PA: Employee Actions Report

More information

CUNY Graduate Center Information Technology. IT Policies & Procedures Last Updated: May 12, 2017

CUNY Graduate Center Information Technology. IT  Policies & Procedures Last Updated: May 12, 2017 CUNY Graduate Center Information Technology IT E-mail Policies & Procedures Last Updated: May 12, 2017 The email domains are: gradcenter.cuny.edu o for student email o in a Microsoft-hosted Office 365

More information

DB2 for z/os Stored Procedures Update

DB2 for z/os Stored Procedures Update Robert Catterall, IBM rfcatter@us.ibm.com DB2 for z/os Stored Procedures Update Michigan DB2 Users Group May 15, 2013 Information Management Agenda A brief review of DB2 for z/os stored procedure enhancements

More information

Using the PowerExchange CallProg Function to Call a User Exit Program

Using the PowerExchange CallProg Function to Call a User Exit Program Using the PowerExchange CallProg Function to Call a User Exit Program 2010 Informatica Abstract This article describes how to use the PowerExchange CallProg function in an expression in a data map record

More information

Note for Approval NFA

Note for Approval NFA Note for Approval NFA Minor Project IBM Career Education Disclaimer This Software Requirements Specification document is a guideline. The document details all the high level requirements. The document

More information

CALL CLICK FAX MAIL P.O. Box 1213, New York, NY 10156

CALL CLICK FAX MAIL P.O. Box 1213, New York, NY 10156 File-AID s Microsoft Systems courses include: Programming Skills PC Emulation of Mainframe Software Telecommunications VSAM Database: IMS Client/Server for MVS Programming Languages Utilities & Development

More information

KYC Text File Structure

KYC Text File Structure KYC Text File Structure Revised KYC Text File Structure 2.0 S. No. Field Name Type Size Validation Remark 1. UAN Number 12 i. Mandatory ii. Number should be as per verhoeff algorithm iii. iv. UAN should

More information

1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL

1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL CertBus.com 1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL Pass Oracle 1Z0-144 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100%

More information

I-9 Administrative Users Quick Reference Guide

I-9 Administrative Users Quick Reference Guide Website Employer Code https://hrx.talx.com/webmanager/loginclientkey.aspx 15716 Table of Contents ACCESSING THE APPLICATION... 2 Log In... 2 User ID... 2 PIN... 2 Forgot PIN... 3 USER MANAGEMENT... 4 Create

More information

Classical Scattering Aerosol Spectrometer

Classical Scattering Aerosol Spectrometer Page 1 of 8 SOP DRAFT - MEASUREMENT OF THE AMBIENT AIR PARTICLE SIZE DISTRIBUTION USING THE PMS CSAS-100-HV Identification code: CSAS-100-HV SOP Working SOP pages APPROVALS Issue Date: /. Local PI: / /

More information

OVERVIEW. The Data Validation Center has been enhanced to contain the following new features:

OVERVIEW. The Data Validation Center has been enhanced to contain the following new features: OVERVIEW The Data Validation Center has been enhanced to contain the following new features: All forms have been increased to have a default width of 1024. All instruction boxes now utilize a collapsible

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

Navigate to Financial Management > Vendors > Setup >Configuration > Custom Forms Setup.

Navigate to Financial Management > Vendors > Setup >Configuration > Custom Forms Setup. Vendors Custom Forms Setup Finance Custom Forms are user defined fields that can be created to keep track of information on vendors that is not currently tracked in Skyward. You are able to create your

More information

Horizon BCBSNJ Broker Portal

Horizon BCBSNJ Broker Portal Horizon BCBSNJ Broker Portal User Guide VERSION 0.1 November 1, 2013 Contents 1 Introduction... 15 1.1 Overview... 15 1.2 Purpose... 15 1.3 Intended Audience... 15 1.4 Conventions Followed... 15 1.5 Structure

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

Registering a Temporary Card

Registering a Temporary Card Comerica Card Management System Registering a Temporary Card You can register a temporary card, pre-fund and activate an account with the Card Management System. Begin by selecting Account View/Update

More information

Form PA-1 Instructions Certification of Peace Officers for Calendar Year What s New for 2018? 2017 Law Changes. Purpose of Instructions

Form PA-1 Instructions Certification of Peace Officers for Calendar Year What s New for 2018? 2017 Law Changes. Purpose of Instructions Form PA-1 s Certification of Peace Officers for Calendar Year 2017 What s New for 2018? Two fields in the demographic section of the form have been relabeled. Please see Steps 8 and 9 below for information

More information

Guide to Providing Ongoing RTI Files (for your census files due to Mercer)

Guide to Providing Ongoing RTI Files (for your census files due to Mercer) Guide to Providing Ongoing RTI Files (for your census files due to Mercer) Provide any changes (i.e., eligible new hires, terminated employees, job class changes, salary changes etc.) to your ongoing census

More information