CHECKLIST_TBL(SQL Table) |
Index Back |
---|---|
Assignment Checklist CodesUse CHECKLIST_TBL and CHKLST_ITEM_TBL to maintain any type of checklist needed by your company. CHECKLIST_TBL contains the code assigned to the checklist and a description of the checklist. CHKLST_ITEM_TBL contains the specific items on the checklist. For example, if your company has employees on overseas assignments, you might have a checklist for expatriate processing and another for repatriation. The expatriate checklist might contain items such as briefing, school applications for dependents, physical exams, obtain work permits, and obtain passports and visas. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CHECKLIST_CD | Character(6) | VARCHAR2(6) NOT NULL | Checklist Code |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | CHECKLIST_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Checklist Type
HIR=Hiring MED=Medical ORG=Organizational Instance OTH=Other TER=Termination TRN=Training XFR=Transfer |