configuration workbook-vchr approvals-sample

14
Beacon Health Systems Configuration Workbook for Voucher Approvals November, 2014

Upload: ryan-liebert

Post on 26-Jul-2015

96 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Configuration Workbook-Vchr Approvals-Sample

Beacon Health SystemsConfiguration Workbook for Voucher Approvals

November, 2014

Page 2: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Change Record

Date Author Version Change Reference

10/30/2014 Ryan Liebert 1.0 Initial Draft

Approvers

Name Area Represented Approval Date

Contributors

Name Area Represented Organization

Ryan Liebert Technical Consultant R&B Solutions

Page 2

Page 3: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Table of Contents

CHANGE RECORD............................................................................................................................................................. 2

APPROVERS...................................................................................................................................................................... 2

CONTRIBUTORS................................................................................................................................................................ 2

TABLE OF CONTENTS........................................................................................................................................................ 3

OVERVIEW....................................................................................................................................................................... 5

PRE-REQUISITES............................................................................................................................................................... 5

PROJECT MIGRATIONS AND BUILD.................................................................................................................................................5DATA MOVER SCRIPTS................................................................................................................................................................5

TRANSACTION REGISTRY.................................................................................................................................................. 6

URL MAINTENANCE PAGE............................................................................................................................................... 10

APPROVAL MONITOR CONFIGURATION.......................................................................................................................... 11

USER LISTS..................................................................................................................................................................... 14

IS_ACCOUNTS_PAYABLE............................................................................................................................................................14IS_VCHR_CODERS....................................................................................................................................................................15IS_VCHR_APPROVERS...............................................................................................................................................................16IS_VCHR_CODER_NOTIFY.........................................................................................................................................................17IS_VCHR_APPROVER_NOTIFY....................................................................................................................................................19IS_VCHR_FINAL_NOTIFY...........................................................................................................................................................21IS_VCHR_ADHOC_APPROVERS...................................................................................................................................................23IS_VCHR_WORKLIST................................................................................................................................................................24IS_VCHR_ESCALATE.................................................................................................................................................................25

AWE BIND SQL............................................................................................................................................................... 27

AP_VCHR_AF_VCHR_INFO...................................................................................................................................................27

GENERIC TEMPLATES...................................................................................................................................................... 28

VOUCHER APPROVAL................................................................................................................................................................28VOUCHER APPROVAL ERROR......................................................................................................................................................30VOUCHER APPROVAL ON HOLD...................................................................................................................................................32VOUCHER APPROVED................................................................................................................................................................34VOUCHER CODING....................................................................................................................................................................36VOUCHER DENIED....................................................................................................................................................................38VOUCHER PUSHED BACK............................................................................................................................................................40VOUCHER ESCALATION..............................................................................................................................................................42VOUCHER CODING ESCALATION..................................................................................................................................................44

TRANSACTION CONFIGURATION..................................................................................................................................... 46

EVENTS.................................................................................................................................................................................. 47VOUCHER APPROVAL - HEADER EVENTS.......................................................................................................................................48VOUCHER APPROVAL - LINE EVENTS............................................................................................................................................53

Page 3

Page 4: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

APPROVAL PROCESS SETUP............................................................................................................................................ 54

DEFINITION OPTIONS................................................................................................................................................................55STAGES - FSPROD.....................................................................................................................................................................58PATH – NON-PO VOUCHER APPROVAL........................................................................................................................................59STEP – VOUCHER CODERS..........................................................................................................................................................60STEP – APPROVERS...................................................................................................................................................................62PATH – PO APPROVAL..............................................................................................................................................................64STEP – APPROVERS...................................................................................................................................................................65STAGES – FSPASS1....................................................................................................................................................................67PATH – NON-PO VOUCHER CODING...........................................................................................................................................68STEP – VOUCHER CODERS..........................................................................................................................................................70PATH – VOUCHER APPROVAL.....................................................................................................................................................72STEP – VOUCHER APPROVAL......................................................................................................................................................74

ESCALATION................................................................................................................................................................... 76

EVENTS.................................................................................................................................................................................. 76NOTIFICATIONS AND ESCALATIONS...............................................................................................................................................77

SCHEDULE ESCALATIONS AND NOTIFICATIONS JOB.........................................................................................................79

BUSINESS UNIT OPTIONS................................................................................................................................................ 80

MATCHING FOR VOUCHER APPROVAL............................................................................................................................ 81

SECURITY – PERMISSION LISTS........................................................................................................................................ 82

WEBLIB PERMISSIONS...............................................................................................................................................................82APMNGR, APCLERK CHANGES................................................................................................................................................84NEW PERMISSION LISTS.............................................................................................................................................................87

SECURITY – ROLES.......................................................................................................................................................... 91

IS_VOUCHER_AWE_ADMIN.....................................................................................................................................................91IS_VOUCHER_APPVL_UPDATE...................................................................................................................................................92IS_VOUCHER_APPROVALE.........................................................................................................................................................93

SECURITY – QUERY SECURITY.......................................................................................................................................... 94

UNDERSTANDING TRANSACTION APPROVAL FLOWS......................................................................................................95

UNDERSTANDING CRITERIA FOR APPROVAL FRAMEWORK PROCESSES...........................................................................97

OVERALL DESIGN SIGN-OFF............................................................................................................................................ 98

APPENDIX A: ISSUE RESOLUTION.................................................................................................................................... 99

Page 4

Page 5: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Overview

This document is a configuration setup guide for Beacon Health Systems Voucher Approvals. The information presented in this guide has three purposes. The first is to guide the user through the configuration items. Each configuration item is presented with a brief explanation of the function. The second purpose of the guide is to capture initial BHS specific usage notes and data. The third is to document the technical customizations required to make the process work.

The purpose of this document is not to replace PeopleBooks or PeopleSoft Training materials. In fact, most of the definitions included have been taken directly from PeopleBooks

Pre-Requisites

Project Migrations and BuildMigrate the IS_IMAGENOW Project and Build all tables and Views. This project includes the IS_APPR_MATRIX record.(Project includes IS_INTERFACES_MENU)

Migrate the IS_EPRO_MODS Project and Build all tables and Views. This project includes the custom Delegate page used for Voucher Approvals.

Migrate the IS_VCHR_APPVL Project and Build all tables and Views. This project includes the custom Records, SQL, and PeopleCode used for Voucher Approvals.

Data Mover ScriptsImport the IS_APPR_MATRIX table (dms attached)

[INSERT .DAT FILE]

AWE Tables (Configuration in fspass2). This script will populate the AWE Transaction Registry, Configuration, Approval Process, and Generic Templates for Requisitions. Approval Definition is effective dated 01/01/1903.

Page 5

Page 6: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

[INSERT .DAT FILE]

Page 6

Page 7: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Transaction Registry

The approval transaction registry is the interface application that registers an applicationwith the Approval Framework. Transactions that require approvals are candidates for being linked toApproval Framework. You use the Register Transactions page to link the components, event handler,records, and classes that you created into the approval process for an application transaction, such as a requisition or purchase order. Application developers register the main records and components that make up the transaction, then functional business analysts select the approval transaction on which to base the approval process definition.

The Voucher Approval (AWE) transaction is delivered – No changes are necessary.

Page 7

Page 8: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Cross Reference TableSelect the table used to manage application specific transaction records and associate them with the approval process run time instances. Each time a request launches an approval process, the system tracks the process by the header and line-level records of the application. To relate the approval process instance to the transaction instance, the cross-reference table holds the correspondence. This table also includes the Approver comments (stored in XML format).

For a given application transaction record, this cross-reference information helps you determine the pending Approval Framework process and to define to the application which transaction is being approved or denied.

For a given application transaction record, this cross-reference information helps you determine the pending Approval Framework process and to define to the application which transaction is being approved or denied.

Notification OptionsThis section appears when the Use Email Approvals check box is selected for the Process ID on the

Page 8

Page 9: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Register Transactions page.

Use Email Approvals Select to use email approvals.

Form Generator Package Root

EOAW_EMAIL_APPROVAL is provided by default as the package name to support email approvals. This contains the class that contains the form generator application class for this transaction.

Form Generator Class Path

emailFormGenerator is provided by default as the application class path to support email approvals. This contains the form generator application class for this transaction.

Default Approval ComponentIdentifies the default component that users should go to when selecting a worklist entry. Select the menu name that contains the component you want to register for the Worklist, and the approval component on which the approval is going to be based.

Approval Event Handler ClassUse this section to define the application class used to monitor events for this transaction. Each timean event occurs, the Approval Framework notifies the application. When a transaction results in an action from the Approval Framework, the event handler class you specify how to proceed with the transaction. The event handler base class defines the handler methods that you can override by extending classes.

Approval Status MonitorUse this section to control how the system processes ad hoc approvers. Any approver can add or remove ad hoc approvers.

Adhoc Package Select the ad hoc application class package that you want to usefor ad hoc approvals.

Adhoc Class Select the ad hoc application class path. Adding approvers and reviewers is handled by the class you define here. If no class is specified, then the system default class is used. If the transaction has further restrictions an application developer needs to create a class that will be defined here.

Thread Package The package here defines how the transaction details aredisplayed in the system in the status monitor. Behind the sceneapprovals are defined with a sequence number, this allows for auser friends display.

Thread Class Enter the specific class within the thread description packageand the worklist description that sets the display details.

Transaction Approval Levels

Page 9

Page 10: Configuration Workbook-Vchr Approvals-Sample

PeopleSoft ERP Implementation Design Specification

Use this section to define if the transaction is to be approved at the header or line level and what level the application supports.

Level Select Header or Line, which determines the levels that areenabled by the application for approvals. The first row willalways be the header level.

Record (Table) Name

Select the database table that represents this transaction level.

Level Record Key Field Label IDs

Use this section to identify the label IDs that are used whenviewing the Monitor Approvals page. All key field namesappear for each record (table) name that is listed.

Page 10