HRS_POS_RP

(SQL View)
Index Back

Position Data View

View built on the Profile Relationship table and Position data table, in order to retrieve the Position data corresponding to the Non-person profile with Position Number as Profile Identity.

SELECT A.BUSINESS_UNIT ,A.POSITION_NBR ,A.EFFDT ,A.EFF_STATUS ,A.DESCR ,A.DESCRSHORT ,A.JOBCODE ,B.JPM_PROFILE_ID FROM PS_POSITION_DATA A , PS_JPM_JP_X_RLAT B WHERE A.POSITION_NBR = %Substring(B.JPM_RLAT_KEY1,1,8) AND B.JPM_RLAT_NAME = 'POSITION' AND %EffdtCheck(JPM_JP_X_RLAT C,B,%currentdatein) AND %EffdtCheck(POSITION_DATA D,A,%currentdatein)

  • Related Language Record: HRS_POS_RP_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 POSITION_NBR Character(8) VARCHAR2(8) NOT NULL Position Number
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    7 JOBCODE Character(6) VARCHAR2(6) NOT NULL Job Code
    8 JOB_PROFILE_ID Character(12) VARCHAR2(12) NOT NULL Job Profile ID