Oracle Fusion HCM Data Loader
Oracle Fusion HCM Data Loader
Key Resolution Sequence (Key references are resolved) in the following order:
2. Source key
4. User key
Important Notes
1. While Create/First time Loading any object(s) we have to consider only SOURCE KEY /
USER KEY no need to think about GUID or Surrogate ID (because those are created only
after an object created in fusion).
2.While Modify/Updating/DELETE any object then all four keys comes into picture.
If you supply multiple key values, then they are used in this order with no cross-validation.
For example, if you supply both a GUID and a source key, then the GUID is used to identify
the record and the source key is ignored. If the source key references a different record from
the GUID, then no error is raised.
These key types are explained below:
Held on Generated
Key Type Create Update Type
Object Automatically
GUID No Yes No Hexadecimal Yes
Surrogate Yes (see note
No Yes Numeric Yes
ID #1)
Conditionally (see note
Source Key Yes Yes No Alphanumeric
#2)
Yes (see note
User Key Yes Yes Alphanumeric No
#3)
Notes:-
1. You can use surrogate IDs when updating objects, but the IDs may not be readily
available to Oracle HCM Cloud users.
2. Default source keys are generated only if you don't supply a source key when creating
an object.
3. You can't use user keys alone when updating some objects because their values are
subject to change.
4. Keys that aren't held on the object exist in the Integration Key Map table.
Business
Fusion GUID Source Key Surrage ID User Key
Object
(Set code and
Location 88ABCD164738983 STUDENT1_LOC1 8899933355517 Location Code)
COMMON, HQ1
Fusion GUID: System generated GUID
Source Key: Source System Owner is the reference to source application like PS or
EBS, Source System Key is the actual key\id provided in the Location.dat file.
Surrogate ID: System generated. In this case it is the primary key from locations
record. e.g. select * from PER_LOCATION_DETAILS_F_VL where location code =
'STUDENT1 Location1‘ (Result Location ID = 8899933355517)
User Key:- Best way to get this info is the Business Object Documentation from MOS
or other option is UI as shown below. Online page should highlight user keys with
There are some amendments in User Account on PROD environment for attached employee list.
Please have a look and take appropriate action.
Best Regards,