TalentPersonProfilespublicSkills
TalentPersonProfilespublicSkills
Columns
| Name | Type | Description |
| TalentPersonProfilesProfileId [KEY] | Long | Surrogate identifier for the person profile. |
| SkillId [KEY] | Long | Unique identifier for the public skill. |
| Skill | String | Name of the public skill. |
| ProficiencyLevelId | Long | Unique identifier of the proficiency level in the public skill. |
| ProficiencyLevelCode | String | Code representing the proficiency level of public skill. |
| NumericRating | Double | Numeric rating of the public skill. |
| RatingModelId | String | Unique identifier of the rating model associated with the public skill content section. |
| ConfirmationFlag | Bool | Indicates whether the proficiency level has been confirmed for the public skill. Valid values are true and false. Default value is false. |
| Group | String | Code that indicates whether the skill is acquired or developing. Values can be ORA_DEVELOPED or ORA_DEVELOPING. Valid values are defined in the commonLookupsLOV. |
| GroupMeaning | String | Meaning of the skill group. |
| CreatedBy | String | User who created the public skill. |
| CreationDate | Datetime | Date and time when the public skill was created. |
| LastUpdatedBy | String | User who last updated the public section. |
| LastUpdateDate | Datetime | Date and time when the public skill was last updated. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| PersonId | Long | PersonId |
| ProfileId | Long | ProfileId |
| SysEffectiveDate | String | SysEffectiveDate |
| Finder | String | finder |