HRS_APP_WK_EX_L

(SQL View)
Index Back

App Prior Work Experiencev Int

Use PRIORWORK_EXPER to record an applicant's prior job experiences -- employers, locations, dates worked, type of position, and pay rate.

SELECT A.HRS_PERSON_ID ,A.HRS_PROFILE_SEQ ,A.START_DT ,A.SEQUENCE_NBR ,A.LANGUAGE_CD ,A.EMPLOYER ,A.ENDING_TITLE ,A.DESCRLONG FROM PS_HRS_APP_PWE_LNG A

  • Related Language Record for HRS_APP_WK_EX_I
  • Parent record: HRS_APP_PROFILE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    2 HRS_PROFILE_SEQ Number(3,0) SMALLINT NOT NULL Profile sequece
    3 START_DT Date(10) DATE NOT NULL Start Date
    4 SEQUENCE_NBR Number(2,0) SMALLINT NOT NULL Sequence Number
    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 EMPLOYER Character(30) VARCHAR2(30) NOT NULL Employer
    7 ENDING_TITLE Character(30) VARCHAR2(30) NOT NULL Ending Job Title
    8 DESCRLONG Long Character CLOB Long Description