CAR_POOL(SQL Table) |
Index Back |
---|---|
Car PoolCar Pool |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAR_ID | Character(7) | VARCHAR2(7) NOT NULL | Car Identification Number used in Administer Company Cars module. |
2 | START_DT | Date(10) | DATE | Start Date |
3 | END_DT | Date(10) | DATE | end date |
4 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON_NAME |