PERS_SMOKER_CV

(SQL View)
Index Back

PERSON Smoker History Clairvia

Clone of PERS_SMOKER record for Clairvia Fullsync message

SELECT SMK.EMPLID , SMK.SMOKER_DT , SMK.SMOKER FROM PS_PERS_SMOKER SMK , PS_PER_ORG_ASG_INT ASG WHERE ASG.EMPLID = SMK.EMPLID AND ASG.INT_APP_TYPE = 'SCH' AND ASG.INTEGR_PROD_CD = 'CV' AND ASG.ENROLLED_FLAG = 'Y'

  • Parent record: PERSON
  • # 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 Status 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