SUCCESSION_PLAN(SQL Table) |
Index Back |
---|---|
Succession PlanSUCCESSION_PLAN contains the list of employees or external candidates who are likely successors for a position. It also captures their readiness and whether or not they are blocked by the current incumbent. This is the main record in the Succession Planning application. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | POSITION_NBR | Character(8) | VARCHAR2(8) NOT NULL |
Position Number
Prompt Table: POSITION_DATA |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON_NAME |
4 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
5 | RANK | Number(3,0) | SMALLINT NOT NULL | Rank |
6 | READINESS | Character(1) | VARCHAR2(1) NOT NULL |
Readiness
0=Ready Now 1=1 - 2 Years 2=3 - 5 Years E=Emergency R=Retirement |
7 | TARGETED_READY_DT | Date(10) | DATE | Targeted Ready Date |
8 | BLOCKED | Character(1) | VARCHAR2(1) NOT NULL |
Blockage for Succession Planning
Y/N Table Edit |