HRMCompEligibility::queryFixed Method
Builds a Query object instance for selecting fixed compensation plan records that are eligible using the supplied HcmPositionRecId, HcmWorkerRecId, and HRMCompFromDate values.
Syntax
client server public static Query queryFixed(
HcmPositionRecId _positionRecId,
HcmWorkerRecId _workerRecId,
[HRMCompFromDate _validFromDateTime])
Run On
Called
Parameters
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The HcmPositionRecId value that is used to filter eligible positions.
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The HcmWorkerRecId value that is used to filter eligible workers.
- _validFromDateTime
Type: HRMCompFromDate Extended Data Type
The HRMCompFromDate value that is used to filter date-effective records.
Return Value
Type: Query Class
A Query object instance that is used to select fixed compensation plans records that are eligible.