HRS_DUP_APP_SET

(SQL Table)
Index Back

Duplicate Applicants

Stores information about duplicate applicants and what role in their duplicate set each applicant is.

  • Parent record: HRS_APPLICANT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 DUPLICATESET_ID Character(8) VARCHAR2(8) NOT NULL Duplicate Set ID
    2 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    3 DUPLICATE_ROLE Character(1) VARCHAR2(1) NOT NULL Duplicate Role
    S=Source Applicant
    T=Target Applicant
    4 HRS_ROW_ADD_DTTM DateTime(26) TIMESTAMP Row Added DateTime
    5 HRS_ROW_ADD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Added Operator Id
    6 HRS_ROW_UPD_DTTM DateTime(26) TIMESTAMP Row Updated DateTime
    7 HRS_ROW_UPD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Updated Operator Id