Delete a Salary Using HCM Data Loader

Delete salary using HCM Data Loader only if many salaries were created or loaded incorrectly and need to be deleted in bulk.

Unless you're deleting all salaries for an assignment, you can delete only the salary with the most recent salary start date. For example, if a salary has salary start dates of January 1, March 1, and September 1, you can delete only the September 1 salary. Or, you can delete all three salaries.

This example Salary.dat file deletes an existing salary record. The file identifies the Salary object by its source key.

METADATA|Salary|SourceSystemOwner|SourceSystemId|AssignmentId(SourceSystemId)|DateFrom
DELETE|Salary|VISION|1012SAL16|EJ1012_EMP_ASG|2016/01/01

This example Salary.dat file deletes an existing salary. The file identifies the Salary object by its user key.

METADATA|Salary|AssignmentNumber|DateFrom
DELETE|Salary|1014|2016/01/01