HcmPersonSkill::findByPersonSkillRatingDetails Method
Finds the specified record in the HcmPersonSkill table.
Syntax
client server public static HcmPersonSkill findByPersonSkillRatingDetails(
HcmPersonRecId _person,
HcmSkillRecId _skill,
HRMSkillLevelType _ratingLevelType,
TransDate _ratingLevelDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
- _skill
Type: HcmSkillRecId Extended Data Type
- _ratingLevelType
Type: HRMSkillLevelType Enumeration
- _ratingLevelDate
Type: TransDate Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonSkill Table
A record in the HcmPersonSkill table.