RS_WORK_HISTORY(SQL Table) |
Index Back |
|---|---|
SRS Work experience historyThis record stored the work experience history records for the worker. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | Number(6,0) | INTEGER NOT NULL |
Sequence
Default Value: 1 |
|
| 3 | START_DT | Date(10) | DATE NOT NULL | Start Date |
| 4 | END_DT | Date(10) | DATE | End Date |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | COMMENTS_2000 | Long Character | CLOB | Comment Text |
| 7 | ASSIGNMENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Work Assignment ID |
| 8 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL |
Name 1
Prompt Table: RS_CUST_NAM1_VW |