PayrollPayStatement::existByPayCycleLegalEntityPosition Method
Checks whether a record ID exists in the PayrollPayStatement table.
Syntax
client server public static boolean existByPayCycleLegalEntityPosition(
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 date value of the ValidFrom field of the PayrollPositionDetails table.
- _validTo
Type: ValidToDate Extended Data Type
The date value of the ValidTo field of the PayrollPositionDetails table.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.