HRMCompPerfPlanEmpl::findByDate Method
Finds a record in the HRMCompPerfPlanEmpl table, based on a supplied value in the Worker field and a Date value.
Syntax
client server public static HRMCompPerfPlanEmpl findByDate(
HcmWorkerRecId _workerRecId,
FromDate _fromDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field of the record to find.
- _fromDate
Type: FromDate Extended Data Type
The Date value to use.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCompPerfPlanEmpl Table
A record from the HRMCompPerfPlanEmpl table.