hr_employee_api.create_us_employee and set ACA FT Flag
I have need to use the hr_employee_api to import new employees into our 12.2 EBS HRMS system. The ACA full-time flag on the People screen is stored in per_all_people_f.per_information26 but I don't see that this API will let me update that field. Do I need to use a second statement via hr_person_api.update_person to set the per_information26 field for ACA? I know that API will set this field.
Lydia