ACCDNT_TYPE_TBL(SQL Table) |
Index Back |
---|---|
Accident Type CodesACCDNT_TYPE_TBL is an edit table in Health and Safety that defines types of accidents that occur in the workplace. |
# | 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 | ACCIDENT_TYPE_CD | Character(5) | VARCHAR2(5) NOT NULL | Accident Type |
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 |