INJURY_SRCE_TBL(SQL Table) |
Index Back |
---|---|
Source 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_SRCE_TBL to set up a list of items that might cause injuries in your workplace. For example, excessive noise is a possible source of injury (i.e., hearing loss or impairment). |
# | 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_SOURCE_CD | Character(5) | VARCHAR2(5) NOT NULL | Source 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 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |