HRMCompVarEnrollEmpl::findByDate Method
Finds the specified record in the HRMCompVarEnrollEmpl table by date.
Syntax
client server public static HRMCompVarEnrollEmpl findByDate(
HcmWorkerRecId _workerRecId,
HRMCompVarPlanId _hrmCompVarPlanId,
HcmCompFromDate _validFromDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The worker record ID.
- _hrmCompVarPlanId
Type: HRMCompVarPlanId Extended Data Type
The variable compensation plan ID.
- _validFromDate
Type: HcmCompFromDate Extended Data Type
The valid from date.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCompVarEnrollEmpl Table
A record in the HRMCompVarEnrollEmpl table; otherwise, an empty record.