INJ_CLM_INC2_VW

(SQL View)
Index Back

Injury Claims Incident View

INJ_CLM_INCD_VW is a view of selected data from INJURY_ILL and INCIDENT_DATA that sorts incident data by employee ID or non-employee ID. This view is used in Health and Safety as an edit table for the INCIDENT_NBR field, retrieving only the incidents in which a particular person was involved.

SELECT A.EmplID , A.Incident_Nbr , B.Incident_Type , B.Incident_Dt , B.Location_Name , B.State , B.Country FROM PS_INJURY_ILL A , PS_INCIDENT_DATA B WHERE A.INCIDENT_NBR = B.INCIDENT_NBR

  • Related Language Record: INJ_INCVW2_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PERSON

    2 INCIDENT_NBR Character(8) VARCHAR2(8) NOT NULL Incident Number

    Prompt Table: INJURY_ILL_VW

    3 INCIDENT_TYPE Character(1) VARCHAR2(1) NOT NULL Incident Type
    A=Accident
    B=Industrial Accident
    C=Contamination
    D=Industrial Accident (Official)
    E=Exposure
    H=Hazardous Condition
    I=Incident
    L=Illness
    M=Near Miss
    N=Injury
    O=Dangerous Occurrence
    P=Unsafe Practice
    R=Environmental
    S=Safety Violation
    V=Vehicle/Equipment Accident
    4 INCIDENT_DT Date(10) DATE Incident Date
    5 LOCATION_NAME Character(30) VARCHAR2(30) NOT NULL Location Name
    6 STATE Character(6) VARCHAR2(6) NOT NULL State
    7 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country