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

HDL errors report

Summary:

We have a process which is doing HDL loads for requisitions automatically. Our client has asked whether we could make a report that would be sent out to them in case errors occured in the HDL loads. They want the report to contain per requisition whether an error occured for it or not.
We have this query which selects whether an error occured on the same date during the HDL load:
SELECT
ds.data_set_name,
ds.imported_status,
ds.validated_status,
ds.loaded_status,
ds.creation_date AS from_date,

ml.message_type,
ml.msg_text

FROM fusion.hrc_dl_processes p

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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