Example of Assigning Skills to People in a Specific Job Within a Specified Organization

This example assigns the Python and MongoDB skills to all people in the APP_DEV_1 and APPS_DEV_2 jobs who report to the manager identified by person number 3001005. This use case arises when a manager at a higher level in the manager hierarchy wants to assign skills to a set of workers, part of a lower level manager in the hierarchy, identified by their jobs.

METADATA|SkillsAssignment|SkillsAssignmentName|Action|AssignedByPersonNumber
MERGE|SkillsAssignment|AssignProgrammer_Python_Mongo|ORA_ASSIGN|10469545

METADATA|Assignee|AssigneeType|SkillsAssignmentName|JobCode|SetCode|PersonNumber
MERGE|Assignee|ORA_CORE_JOB|AssignProgrammer_Python_Mongo|APPS_DEV_1|US_SET|3001005
MERGE|Assignee|ORA_CORE_JOB|AssignProgrammer_Python_Mongo|APPS_DEV_2|US_SET|3001005

METADATA|CoreSkill|Skill|SkillsAssignmentName|RequiredProficiencyLevelCode
MERGE|CoreSkill|Python|AssignProgrammer_Python_Mongo|3
MERGE|CoreSkill|MongoDB|AssignProgrammer_Python_Mongo|4