CAR_EXTRA(SQL Table) |
Index Back |
---|---|
Car AccessoriesCar Accessories |
# | 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 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | EXTRA_DESCR | Character(40) | VARCHAR2(40) NOT NULL | Extra Description |
4 | EXTRA_COST | Number(19,3) | DECIMAL(18,3) NOT NULL | Cost of Extra |
5 | INSTALL_DT | Date(10) | DATE | Installation date |
6 | REMOVE_DT | Date(10) | DATE | Removal Date |
7 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: OPR_DEF_TBL_HR.EXCHNG_TO_CURRENCY Prompt Table: CURRENCY_CD_TBL |