Today we will go through the few concepts of HCM Data Loader (HDL).
HDL is data loading tool for Oracle fusion HCM. It helps us to do bulk loads during implementation projects or also for on going work. HDL works on predefined template provided by Oracle.
Keys supported by HDL:
1) Source Key: Source Key is combination of Source System Id and Source System Owner.
It can be used for both Create and Update.
Source System Id: It is key to represent record uniquely. It can be one column or concatenation of column.
Source System Owner: It generally represents the source of data. We add the source name in Lookup type: HRC_SOURCE_SYSTEM_OWNER.
2) User Key: These are columns available at object level which are user friendly. It can be one column or combination of column. e.g Job Code and Set Code are user keys for Job.
It can be used for both Create and Update.
3) GUID: It is Integration Key Generated by Fusion when record got created . It is a hexadecimal value. It is held in integration key map table.
4) Surrogate Id: It is unique id generated in fusion. It is a numeric value. Generally the primary id of HDL object. eg. Job Id for Job object.
Please find the summary of keys:
Hope fully this will be useful.
Please subscribe if you like the post. It will prompt me to write more article.
Comments
Post a Comment