FPAPERSON_HIST(SQL Table) |
Index Back |
|---|---|
FPA PERSON recordThis record is used to store minimum data when an employee is deleted |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | BIRTHDATE | Date(10) | DATE | Date of Birth |
| 3 | BIRTHPLACE | Character(30) | VARCHAR2(30) NOT NULL | Birth Location |
| 4 | BIRTHCOUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Birth Country
Prompt Table: COUNTRY_TBL |
| 5 | BIRTHSTATE | Character(6) | VARCHAR2(6) NOT NULL |
Birth State
Prompt Table: BIRTHSTATE_VW |
| 6 | DT_OF_DEATH | Date(10) | DATE | Date of Death |