NAME_TYPE_VW2

(SQL View)
Index Back

Employee Name Types

PERS_NAME_TYPE stores employee name types. When a name type is 'Primary' it is written to the Pers_Data_Effdt and Personal_Data records.

SELECT DISTINCT A.EMPLID ,A.NAME_TYPE ,B.ORDER_BY_SEQ FROM PS_NAMES A , PS_NAME_TYPE_TBL B WHERE A.NAME_TYPE = B.NAME_TYPE

  • 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 NAME_TYPE Character(3) VARCHAR2(3) NOT NULL Type of Name

    Prompt Table: NAME_TYPE_TBL

    3 ORDER_BY_SEQ Number(2,0) SMALLINT NOT NULL Added in Mouse Over Label