HR_MARSTATJOB_V

(SQL View)
Index Back

Marital Status Staging Record

Record is used for the Workflow staging record for Marital Status change

SELECT A.EMPLID , A.ACTION_DT_SS , A.EFFSEQ , J.DESCR FROM PS_HR_MAR_STAT_DAT A , PS_CURRENT_JOB C , PS_JOBCODE_TBL J WHERE A.EMPLID=C.EMPLID AND J.SETID = C.SETID_JOBCODE AND J.JOBCODE = C.JOBCODE AND J.EFFDT = ( SELECT MAX(JJ.EFFDT) FROM PS_JOBCODE_TBL JJ WHERE J.SETID = JJ.SETID AND J.JOBCODE = JJ.JOBCODE AND JJ.EFFDT <= %CurrentDateIn)

  • Related Language Record: HR_MARTATJOB_LV
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 ACTION_DT_SS Date(10) DATE Termination Date
    3 EFFSEQ Number(3,0) SMALLINT NOT NULL Effective Sequence
    4 JOB_DESCR Character(30) VARCHAR2(30) NOT NULL Job Description