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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Payroll Batch Loader Error Report
Summary
Payroll Batch Loader Error Report with Line DetailsContent
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,
2