You are currently viewing How to Bulk Load Educational Establishments using HDL?
How to Bulk Load Educational Establishments using HDL?

In this article we will look into how to bulk load the Educational Establishments using HCM Data Loader.

Educational establishments are used in Talent Management and Oracle Recruiting Modules to maintain the education information of the employee/candidate. Educational Establishments are the universities/colleges where candidates/employees pursue education. We have to load the list of establishments for the employees/candidates to choose from the values list. If we don’t enable the list of values for this field, the employees might enter the same school/ college name in different formats. Ex: Fusion HCM Knowledgebase can be entered in different variants as

  1. Fusion HCM Knowledge base
  2. FusionHCM Knowledgebase
  3. FusionHCMKnowlegebase
  4. FusionHCMKB
  5. HCM Knowledgebase
  6. In order to avoid duplicates being entered, it’s better to have the establishment as a List of Values which restricts users from selecting the values that exist in the system.

    Navigate to My Client Groups > Profiles > Item Catalogs

    Chose Establishments and click search

    image 13 - How to Bulk Load Educational Establishments using HDL?

    We need to get the ContentItemValueSetId for the ContentValueSetCode of ‘CVS_ESTABLISHMENT_135‘.

    Table of Contents

    SQL Query to get the ContentItemValueSetId:

    select * from HRT_CONTENT_TP_VALUESETS_B where content_value_set_code = 'CVS_ESTABLISHMENT_135'
    image 15 - How to Bulk Load Educational Establishments using HDL?

    Copy the ContentItemValueSetID and use it to prepare HDL

    Sample HDL for loading Educational Establishments:

    METADATA|ContentItem|SourceSystemOwner|SourceSystemId|ContentItemValueSetId|Name|ContextName|ContentItemCode|ItemDescription|DateFrom
    MERGE|ContentItem|HRC_SQLLOADER|FUSIONHCMKB|100000000401458|Fusion HCM KB|EDUCATIONAL_ESTABLISHMENT|1234|Fusion HCM Knowledgebase|1900/01/01

    Once we load the HDL, we can come back to the Item Catalogs and view the information under Establishments.