Payroll Batch Loader Error Report — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Payroll Batch Loader Error Report

edited Apr 19, 2018 3:51PM in HCM Integrations 3 comments

Summary

Payroll Batch Loader Error Report with Line Details

Content

Hi,

Can any one please share Payroll Batch Loader Error report if you have?

I am building a report to get all the error records with their content from Payroll batch loader. However the problem is, Batch line content is sitting as BLOB in batch header table. I need to separate the error lines from it.

My base query is like below.

SELECT PBML.message_text,
       PBL.LINE_SEQUENCE,
   PBL.BATCH_LINE_STATUS,
   PBH.BATCH_NAME,
   PBH.BATCH_CONTENT
  FROM pay_bl_message_lines_vl PBML,
       pay_batch_lines         PBL,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!