INJURY_NATR_TBL(SQL Table) |
Index Back |
---|---|
Nature of Injury CodesThis is one of several records used in the Health and Safety module to record details about work-related injuries and illnesses suffered by employees or non-employees. Use INJURY_NATR_TBL to set up a list of types of injuries that might occur in your workplace. For example, hearing loss or impairment is a type of injury. |
# | 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 | INJURY_NATURE_CD | Character(5) | VARCHAR2(5) NOT NULL | Nature of Injury |
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 | OSHA_INJ_CLASS | Character(1) | VARCHAR2(1) NOT NULL |
OSHA Injury Classification
1=Injury 2=Skin Disorder 3=Respiratory Condition 4=Poisoning 5=Hearing Loss 6=All Other Illnesses |
6 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
7 | PRIVACY_CASE | Character(1) | VARCHAR2(1) NOT NULL |
Privacy Case
Y/N Table Edit Default Value: N |
8 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |