About This Recipe

This recipe uses the ATOM feed in the Oracle HCM Cloud Adapter to subscribe to new hire notifications in Oracle HCM Cloud, build a full data set of profile data using additional REST calls, and then write the results in a different format to a third-party system.

To use this recipe, you must install the recipe and configure the connections and other resources within it. In the first run, you activate and run the integration flow of the recipe by submitting an initial date time value for the schedule parameter ATOMLastRunDateTime. In subsequent runs, this value will update to reflect the actual date and time values. The recipe fetches new employee data from Oracle HCM Cloud in a JSON (getEmployeeResponse.json), formats the data in a comma separated value (CSV) file (newEmployeeFile.csv), and writes the CSV file to an FTP server. You can download the sample files to use in the recipe from Sample files.

System and Access Requirements

  • Oracle Integration, Version 23.06.02 or higher

  • Oracle HCM Cloud

  • An account on Oracle HCM Cloud with the Administrator role

  • A secure FTP (sFTP) server

  • An FTP client to access the external sFTP server