PayrollEarningStatementLine::deleteByPayCycleLegalEntityPosition Method
Deletes records from the PayrollEarningStatementLine table, based on the specified values.
Syntax
client server public static void deleteByPayCycleLegalEntityPosition(
PayrollPayCycleRecId _payCycleRecId,
LegalEntityRecId _legalEntityRecId,
HcmPositionRecId _positionRecId,
ValidFromDate _validFrom,
ValidToDate _validTo)
Run On
Called
Parameters
- _payCycleRecId
Type: PayrollPayCycleRecId Extended Data Type
The PayrollPayCycle record ID.
- _legalEntityRecId
Type: LegalEntityRecId Extended Data Type
The legal entity record ID.
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The HcmPosition record ID.
- _validFrom
Type: ValidFromDate Extended Data Type
The value of the ValidFrom field of the PayrollPositionDetails table.
- _validTo
Type: ValidToDate Extended Data Type
The value of the ValidTo field of the PayrollPositionDetails table.