Share via


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

  • _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.

See Also

Reference

HRMCompPerfPlanEmpl Table