HRMCompPerfPlanEmpl::find Method
Finds a record in the HRMCompPerfPlanEmpl table based on supplied value of the Worker, PerfPlanId, RatingModel, CompPerfRatingId, and RatingLevel fields.
Syntax
client server public static HRMCompPerfPlanEmpl find(
HcmWorkerRecId _workerRecId,
HRMCompPerfPlanId _perfPlanId,
HRMCompRatingModel _ratingModel,
[HRMCompPerfRatingId _compPerfRatingId,
HcmRatingLevelRecId _ratingLevelRecId,
boolean _forUpdate])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field of the record to find.
- _perfPlanId
Type: HRMCompPerfPlanId Extended Data Type
The value of the PerfPlanId field of the record to find.
- _ratingModel
Type: HRMCompRatingModel Enumeration
The value of the RatingModel field of the record to find.
- _compPerfRatingId
Type: HRMCompPerfRatingId Extended Data Type
The value of the CompPerfRatingId field of the record to find; optional.
- _ratingLevelRecId
Type: HcmRatingLevelRecId Extended Data Type
The value of the RatingLevel field of the record to find; optional.
- _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.