EE_IMMUN_DAT_VW

(SQL View)
Index Back

EE- Immunization Details Table

This is the Employee related Immunization Table. It is used to maintain allergy codes by REG_REGION.

SELECT A.EMPLID , A.REG_REGION , A.IMMUN_CODE , A.START_DATE , A.END_DATE , A.DESCR100 , A.HS_VACC_COMPLETE , A.HS_DECLINE_VACCINE , A.HS_DECLINE_REASON , A.LASTUPDOPRID , A.LASTUPDDTTM FROM PS_HS_SS_IMMUN_DAT A WHERE A.WF_STATUS <> 'V' AND NOT EXISTS ( SELECT 'X' FROM PS_EE_IMMUN_DTL A1 WHERE A.EMPLID = A1.EMPLID AND A.REG_REGION = A1.REG_REGION AND A.IMMUN_CODE = A1.IMMUN_CODE AND A.START_DATE = A1.START_DATE)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSON

2 REG_REGION Character(5) VARCHAR2(5) NOT NULL Regulatory Region

Prompt Table: REG_REGION_TBL

3 IMMUN_CODE Character(4) VARCHAR2(4) NOT NULL Immunization Code

Prompt Table: HS_IMMUN_TBL

4 START_DATE Date(10) DATE NOT NULL Start Date for Gen Standing PO
5 END_DATE Date(10) DATE End Date
6 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description
7 HS_VACC_COMPLETE Character(1) VARCHAR2(1) NOT NULL Indicates if an employee has completed the vaccine series.
N=No
Y=Yes

Y/N Table Edit

Default Value: N

8 HS_DECLINE_VACCINE Character(1) VARCHAR2(1) NOT NULL Indicates if employee declines a vaccine
N=No
Y=Yes

Y/N Table Edit

Default Value: N

9 HS_DECLINE_REASON Character(1) VARCHAR2(1) NOT NULL Reason for declining a vaccine
A=Allergic Reaction
M=Medical Exemption
O=Other
P=Personal Reasons
R=Religious Beliefs
10 LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
11 LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.