Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.