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
Get Started with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

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!