JPM_JP_PID_VW

(SQL View)
Index Back

SELECT P.JPM_JP_TYPE , P.JPM_RLAT_NAME , S.DESCR FROM PS_JPM_JP_TYP_PIDS P , PS_JPM_RLAT_SEL S WHERE P.EFFDT=( SELECT MAX(EFFDT) FROM PS_JPM_JP_TYPES P1 WHERE P1.JPM_JP_TYPE=P.JPM_JP_TYPE AND P1.EFFDT<= %CurrentDateIn) AND P.JPM_RLAT_NAME = S.JPM_RLAT_NAME

  • Related Language Record: JPM_JP_PID_LNVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 JPM_JP_TYPE Character(12) VARCHAR2(12) NOT NULL Profile Type name for a JPM Profile Type
    2 JPM_RLAT_NAME Character(30) VARCHAR2(30) NOT NULL Name of the relationship being established between JPM Data and External Data. Example - JOB CODE might be used to indicate that the relationship is between a JPM Profile of Job and External Data such as the Job Code on the Job Code table.

    Prompt Table: JPM_RLAT_ENB_VW

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description