When Running API hr_periods_of_placement_api | ORA-20001 A value has been provided for a non-enabled
hr_periods_of_placement_api.update_pdp_details(
p_validate => false
,p_effective_date => sysdate
,p_object_version_number => ob_number
,p_person_id => 200400
,p_date_start => TO_DATE('10-MAR-21')
,p_termination_reason => NULL
-- ,p_attribute_category => NULL--'Global Data Elements'
,p_attribute1 => 1232
--,p_attribute2 =>
--,p_attribute3 =>
);
Getting error after adding new DFF Add ATTRIBUTE1 to “Add'l Period of Placement Det's”.
Error:
error 1ORA-20001: A value has been provided for a non-enabled or non-existent descriptive flexfield segment. (SEGMENT=ATTRIBUTE1) (VALUE=1232)