Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
PAY: Element Entry API Giving Error
I am trying to update the element entries for a set of assignments. I want to test this as a one off before i make the change for rest of the employees.
Below is the script which i am using. it gives me an error saying
Cause: The procedure hr_entry.chk_mandatory_input_value has created an error at Step 1.
Script:
declare
l_validate BOOLEAN:= TRUE;
l_datetrack_update_mode VARCHAR2(20):= 'UPDATE';
l_effective_date DATE:= SYSDATE;
l_business_group_id NUMBER:= 81;
l_element_entry_id NUMBER:= 985787;
l_input_value_id NUMBER:= 2024;
l_object_version_number NUMBER:=2;
l_effective_start_date DATE;