antonio bangloy [email protected] mount san antonio college (mtsac) session number: sb-5

20
Antonio Bangloy [email protected] Mount San Antonio College (MTSAC) Session Number: SB-5

Upload: magdalene-farmer

Post on 11-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

Antonio [email protected] San Antonio College (MTSAC)

Session Number: SB-5

Page 2: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

•Evisions Intellecheck (http://www.evisions.com/Products/IntelleCheckPaymentProcessing/Overview.aspx)•FTP Tool to transfer files between servers, MTSAC is using GoAnywhere Director (http://www.goanywheremft.com/products/director)•Optional – APPWORX (now UC4) or any job scheduler

Page 3: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

•MTSAC is using Evisions’ Intellecheck to generate paper checks and direct deposit remittance advices. Since Intellecheck is capable of saving them in PDF, posting them to SSB will be ideal to cut cost.•Direct Deposit Remittance Advices (Pay Stubs) were being mailed to 4132 employees monthly ($1859.00/month on stamps alone)

Page 4: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

•Employees change their home address all the time•Some of the paystubs are being returned•Costs of stamps, forms, printer maintenance and ink (toner)

Page 5: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

•To use the exact Pay Stub that employees are used to seeing and receiving every month and make it available through Self-Service Banner•To automate the manual processes involved•To cut the cost on generating/mailing Pay Stubs•To take advantage of Intellecheck feature(s)

Page 6: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

•We have employees with and with out Direct Deposit accounts (security issue – picture deposit)•The PDF files (Pay Stubs) reside in Intellecheck Server•The PDF files need to be uploaded to a BANNER table, capable enough to handle big files, to be accessed easily from Self Service

Page 7: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

Intellecheck generates the PDF Files

PDF Pay Stubs

PDF Pay Stubs

Page 8: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

1) Move the PDF Files from Intellecheck Server to the BANNER Server

Intellecheck MAPS Server PDF

Pay Stubs

PDF Pay Stubs

BANNER Server

• This has been accomplished by using a Go Anywhere Director.

Page 9: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

2) Read all the different PAY STUB files, and insert the file names to a PIVOT TABLE.

• This has been accomplished by creating a Perl Script to load the File Names of the PDF files

C0002.pdf

C0003.pdf

C0001.pdf

File Name Media ID PIDM …

C0001IC.pdf

C0002IC.pdf

C0003IC.pdf

Page 10: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

3) Store the actual PDF files in GORBLOB table.

File Name Media ID

Check Num

PIDM …….

C0001IC.pdf

C0002IC.pdf

C0003IC.pdf

Media ID Blot Code BLOBPIVOT

TableGORBLOB Table

Page 11: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

As PDFs are saved in GORBLOB, Media ID is being assigned and saved in both tables.

File Name Media ID

Check Num

PIDM …….

C0001IC.pdf

C0002IC.pdf

C0003IC.pdf

Media ID Blot Code BLOBPIVOT

TableGORBLOB TablePDFPDF

Page 12: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

As PDFs are saved in GORBLOB, Media ID is being assigned and saved in both tables.

File Name Media ID

Check Num

PIDM …….

C0001IC.pdf

C0002IC.pdf

C0003IC.pdf

Media ID Blot Code BLOBPIVOT

TableGORBLOB TablePDFPDF

Page 13: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

As PDFs are saved in GORBLOB, Media ID is being assigned and saved in both tables.

File Name Media ID

Check Num

PIDM …….

C0001IC.pdf 01 C0001 0001

C0002IC.pdf

C0003IC.pdf

Media ID Blot Code BLOB

01 PDF <BLOB>

PIVOT Table

GORBLOB TablePDFPDF

• This has been accomplished by creating a PL/SQL job that calls the GORBLOB API.

Page 14: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

4) Simply use the baseline API to display the stored PDF file via Self-Serivice

gb_large_object

Page 15: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

5) Modify the BWPKHPST package so that the PDF option will show up in the PAY STUB Package.

Page 16: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5
Page 17: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5
Page 18: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5

Clicking the PDF icon executes the procedure p_display_blob from gb_large_object package

Page 19: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5
Page 20: Antonio Bangloy abangloy@mtsac.edu Mount San Antonio College (MTSAC) Session Number: SB-5