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.
HDL Load Errors Report
Summary
HDL Load Errors ReportContent
Oracle provided me SQL to show errors from a HDL data load which has been working fine for months, but now all of a sudden its stopped bringing any results - maybe the tables have changed following an upgrade ! Any ideas on how I can amend the below sql so when I add it to my data model it works and brings results ?
SELECT msg_text, text
FROM fusion.HRC_DL_MESSAGE_LINES MESSAGE_LINES
JOIN fusion.HRC_DL_PHYSICAL_LINES PHYSICAL_LINES ON PHYSICAL_LINES.PHYSICAL_LINE_ID = MESSAGE_LINES.MESSAGE_SOURCE_LINE_ID
0