DRIVER_LIS_LANG(SQL Table) |
Index Back |
|---|---|
Driver's LicenseUse DRIVERS_LIC to record information about an employee's driver's licenses. You can create multiple DRIVERS_LIC records for an employee if they have more than one license. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
|
| 2 | Character(20) | VARCHAR2(20) NOT NULL | Driver's License Nbr | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | ISSUED_BY_FRA | Character(20) | VARCHAR2(20) NOT NULL | Issuing Authority |
| 5 | ISSUE_DEST_FRA | Character(20) | VARCHAR2(20) NOT NULL | Issue Location |
| 6 | COMMENTS | Long Character | CLOB | Comment |