PERS_SMOKER(SQL Table) |
Index Back |
---|---|
PERSON Smoker HistoryExtension of the PERSON object for SMoker History SMOKER / SMOKER_DT - used by USA, CAN, JPN. But is illegal for Italy. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: PERSON.EMPLID Prompt Table: PERSON |
2 | SMOKER_DT | Date(10) | DATE NOT NULL | Smoker Date |
3 | SMOKER | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) an employee or dependent is a smoker.
N=Non Smoker Y=Smoker |