HS_SS_BP_VW(SQL View) |
Index Back |
---|---|
Body Parts Codes ViewView of BODY_PART_TBL used in self service when reporting incidents that resulted in injuries or illnesses. |
SELECT SETID , BODY_PART_CD , EFFDT , EFF_STATUS , DESCR100 , DESCRSHORT , BODY_PART_CLASS FROM PS_BODY_PART_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_VLD_HR_08 |
|
2 | Character(5) | VARCHAR2(5) NOT NULL | Body Part Code | |
3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | BODY_PART_CLASS | Character(2) | VARCHAR2(2) NOT NULL |
Body Part Classification
01=Eye 02=Ear 03=Face 04=Head 05=Neck 06=Back 07=Trunk 08=Shoulders and Arms 09=Hands and Fingers 10=Hips and Legs 11=Feet and Toes 12=Internal Organs 13=Multiple Locations 14=Unspecified 15=Body System |