INJURY_INC_EMP(SQL View) |
Index Back |
---|---|
EE Injury/Illness Search RcdINJURY_INC_SRCH is a view of INJURY_ILL used in Health and Safety as a search view to select only those employees and non-employees who have INJURY_ILL records for a particular incident. |
SELECT INCIDENT_NBR ,EMPLID FROM PS_INJURY_ILL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INCIDENT_NBR | Character(8) | VARCHAR2(8) NOT NULL | Incident Number |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERS_INJ_VW |