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 Rcd Nbr |
5 | RANK | Number(3,0) | SMALLINT NOT NULL | Force Ranking |
6 | READINESS | Character(1) | VARCHAR2(1) NOT NULL |
Readiness Timeframe
0=Ready Now 1=Ready in 1 to 2 Years 2=Ready in 3 to 5 Years E=Ready in an Emergency R=Retire in Current Position |
7 | TARGETED_READY_DT | Date(10) | DATE | Target Date |
8 | BLOCKED | Character(1) | VARCHAR2(1) NOT NULL |
Blocked
Y/N Table Edit |