| PER_CHECKLIST(SQL Table) | Index Back | 
|---|---|
| Person Assignment ChecklistPER_CHECKLIST is primarily used to create a list of tasks for an employee in the International Assignments application. However, it can also be used in Personnel Administration, Recruiting, or anywhere that a task list is a desired feature. There is one record in this table for each dated list. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID Prompt Table: PERSON | |
| 2 | Date(10) | DATE NOT NULL | Checklist Date Default Value: %date | |
| 3 | Character(6) | VARCHAR2(6) NOT NULL | Checklist Code Prompt Table: CHECKLIST_TBL | |
| 4 | RESPONSIBLE_ID | Character(11) | VARCHAR2(11) NOT NULL | Responsible ID Prompt Table: PERSON_NAME | 
| 5 | COMMENTS | Long Character | CLOB | Comment |