DRIVERS_LIC

(SQL Table)
Index Back

Driver's License

Use DRIVERS_LIC to record information about an employee's driver's licenses. You can create multiple DRIVERS_LIC records for an employee if they have more than one license.

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

    Prompt Table: PERSON

    2 DRIVERS_LIC_NBR Character(20) VARCHAR2(20) NOT NULL Driver's License #
    3 STATE Character(6) VARCHAR2(6) NOT NULL State

    Prompt Table: STATE_TBL

    4 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Default Value: OPR_DEF_TBL_HR.COUNTRY

    Prompt Table: COUNTRY_TBL

    5 VALID_FROM_DT Date(10) DATE Valid from
    6 EXPIRATN_DT Date(10) DATE Expiration Date
    7 VIOLATIONS Number(3,0) SMALLINT NOT NULL Number of Violations
    8 NUMBER_OF_PTS Number(3,0) SMALLINT NOT NULL Number of Points
    9 LIC_SUSPENDED_SW Character(1) VARCHAR2(1) NOT NULL License Suspended

    Y/N Table Edit

    Default Value: N

    10 ISSUED_BY_FRA Character(20) VARCHAR2(20) NOT NULL Issuing Authority
    11 ISSUE_DEST_FRA Character(20) VARCHAR2(20) NOT NULL Issue Location
    12 COMMENTS Long Character CLOB Comment