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

DueDate cannot be null or empty when AssignmentType = ORA_REQUIRE_ASSIGNMENT

edited Sep 22, 2025 10:33AM in HCM Integrations 1 comment

Summary:

While deleting learning records through HDL we are getting above error even if the due date is present for that learning records in UI, but not able to fetch that through backend.

query used to fetch the due date:

select * from WLF_ASSIGNMENT_RECORDS_F where learner_id in (select person_id from per_all_people_f where person_number=#person_number)
and ASSIGNMENT_RECORD_NUMBER in (ASSIGNMENT_RECORD_NUMBER)


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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