Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Oracle Fusion Create new account (last name and first character of first name)

Hi everybody,
Here is a problem.
I have a user John Smith, so the username is going to be jsmith.
Also, I have a user Jim Smith, now I make the username jismith.
But now I started getting that error that I didn't see before, I think:
You can't create this employee because the national ID and the combination of last name, date of birth, and first character of first name must be unique.
Any ideas? Is it something new? How can I fix it?
Thank you,
Answers
-
CAUSE
emps API supports the first name and last name of the first character as validation and it will not be honoring the enterprise option Person Creation Service Duplicate Check.
Works API will be honoring the enterprise option Person Creation Service Duplicate Check.
SOLUTION
Correct the data from the payload to pass the duplicate validation and retry the POST call.
You can also disable the duplicate validation by using header duplicatePersonSearchOptionCode with value ORA_NONE
-
According to Doc ID 2648027.1:
The duplicatePersonSearchOptionCode = ORA_NONE within the headers NO longer works for the HCM REST API Emps end point.
We have to MIGRATE to the Workers API AND do one of the following:
Follow the rule: national ID and the combination of last name, date of birth, and first character of first name must be unique.
or
Change the Duplicate Person Creation Rule to meet their business requirement
Thanks,
Tony