BODY_PART_TBL(SQL Table) |
Index Back |
---|---|
Body Parts CodesBODY_PART_TBL identifies parts of the body. This table is used as an edit table when recording employee injuries or illnesses. This data is part of the Health and Safety module. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SETID_TBL |
2 | BODY_PART_CD | Character(5) | VARCHAR2(5) NOT NULL | Body Part Code |
3 | EFFDT | 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 |