Friday, 3 November 2017

Get Source System ID of HDL Uploaded Data

Query to get Source System ID of Name which is uploaded by HDL file.


select N.DISPLAY_NAME D_NAME,N.FIRST_NAME,N.LAST_NAME,N.TITLE,
N.EFFECTIVE_START_DATE START_DATE,
P.WORKER_NUMBER W_NO, 
h.*
from fusion.HRC_INTEGRATION_KEY_MAP H, PER_PERSON_NAMES_F N,PER_EMPLOYEES_CURRENT_X P
WHERE 1=1
and N.BUSINESS_GROUP_ID = 1
and N.NAME_TYPE = 'Legislation Code' /* KW, AE */
AND h.surrogate_id=N.person_name_id
AND P.PERSON_ID = N.PERSON_ID

9 comments:

  1. Thank you Mounika.. You can provide suggestions as well..

    ReplyDelete
  2. Thank you for sharing such a nice and really very helpful article

    Oracle Fusion HCM Training

    ReplyDelete
  3. The Source System ID in HCM Data Loader (HDL) is a unique identifier used to track and manage records imported into Oracle HCM Cloud. It enables organizations to maintain a consistent link between data in external source systems and corresponding records in Oracle HCM, making future updates, corrections, and integrations easier. When data is uploaded through HDL, each record can be assigned a SourceSystemOwner and SourceSystemId, allowing the application to uniquely identify and manage the imported data without relying solely on internal database identifiers.

    ReplyDelete
  4. To retrieve the Source System ID of HDL-uploaded data, users can use Oracle HCM reporting tools, BI Publisher reports, HCM Extracts, REST APIs, or SQL queries (where database access is available) to locate the associated source system information. IEEE Projects for CSE.This information is particularly useful for data validation, troubleshooting, incremental updates, and integration with external HR systems. Maintaining accurate Source System IDs helps ensure data integrity, simplifies synchronization between systems, and supports efficient management of employee records throughout the data lifecycle.

    ReplyDelete