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!
What is the API to create element entry with costing details in Element_Entries screen
I have a requirement, i need to create element entry with costing in oracle Payroll Element_Entries screen.
I use py_element_entry_api.create_element_entry to create the entry , it works fine without costing.
when I try to use costing details, it is not working, it is asking for cost_allocation_keyflex_id
cost_allocation_keyflex_id is auto generated when we enter manually the element entry with costing.
Regards