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!
Entry values in Element Entries were graying out (not updateable) problem
Hi Experts,
I would like to know if the problem on why the entry values in Element entries cannot be updated or graying out is because of the standard API below. I would like to know if changing any parameter below from N to Y or Y to N will make the generated element entries changeable?
---------------------------------------------------------------------------------------------------------------------------------------------------------
pay_batch_element_entry_api.create_batch_header
(p_validate => FALSE,
p_session_date => l_effective_date,
p_batch_name => i_batch_name,
p_batch_status => 'U',
p_business_group_id => l_business_group_id,
p_action_if_exists => 'I',
p_batch_reference => NULL,