CAREERPLAN_CURR

(SQL View)
Index Back

Career/Competencies Link

Brings back most current Career Plan. Used field Date_posted instead of EFFDT because of the way the secondary panel needs to update the Career Strength and Weakness tables when in Update/Display mode. (see views: CAREER_STR_VW & CAREER_WK_VW)

SELECT A.EMPLID ,A.EFFDT FROM PS_CAREERPLAN A WHERE A.EFFDT= (SELECT MAX(B.EFFDT) FROM PS_CAREERPLAN B WHERE B.EMPLID=A.EMPLID AND B.EFFDT <= %CURRENTDATEIN)

  • 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 DATE_POSTED Date(10) DATE Date Posted