CAREER_RANKING(SQL Table) |
Index Back |
---|---|
EE Force RankingCAREER_RANKING is part of Career Planning for an employee. Use it to rank an employee when compared to fellow employees in a group. The group can be a department, a project team, managerial-level employees, or any other meaningful grouping. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | REVIEW_DT | Date(10) | DATE NOT NULL | Review Date |
4 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
5 | RANK | Number(3,0) | SMALLINT NOT NULL | Rank |
6 | RANKING_GROUP | Number(3,0) | SMALLINT NOT NULL | Ranking Group |
7 | RANKING_GROUP_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Ranking Group Type
D=Department F=Function J=Jobcode M=Manager Level O=Other P=Project Team W=Work Group |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |