HRMCompFixedEmpl::findByDate Method
Finds the specified record in the HRMCompFixedEmpl table by date.
Syntax
client server public static HRMCompFixedEmpl findByDate(
HcmWorkerRecId _workerRecId,
HcmPositionRecId _positionRecId,
HRMCompFixedPlanId _hrmCompFixedPlanId,
HRMCompFixedActionId _hrmCompFixedActionId,
FromDate _fromDate,
LineNum _lineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The worker record id of the employee fixed compensation.
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The position record id of the employee fixed compensation.
- _hrmCompFixedPlanId
Type: HRMCompFixedPlanId Extended Data Type
The fixed compensation plan id of the employee fixed compensation.
- _hrmCompFixedActionId
Type: HRMCompFixedActionId Extended Data Type
The fixed compensation action id of the employee fixed compensation.
- _fromDate
Type: FromDate Extended Data Type
The valid from date of the employee fixed compensation.
- _lineNum
Type: LineNum Extended Data Type
The line num of the employee fixed compensation.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCompFixedEmpl Table
A record in the HRMCompFixedEmpl table; otherwise, an empty record.