ISIR_DRV_LIC_VW(SQL View) |
Index Back |
|---|---|
Driver's License on ISIRUse 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. |
| Select Emplid ,Country ,State ,DRIVERS_LIC_NBR from PS_DRIVERS_LIC |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
|
| 2 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Default Value: INSTALLATION.COUNTRY Prompt Table: COUNTRY_TBL |
| 3 | Character(6) | VARCHAR2(6) NOT NULL | Issuing State | |
| 4 | DRIVERS_LIC_NBR | Character(20) | VARCHAR2(20) NOT NULL | Driver's License # |