JPM_JP_TYP_P_VW

(SQL View)
Index Back

Profile Types - Talent Mgmt

This table defines the different TYPES of Talent Management Job Profiles.

SELECT S.JPM_ROLE , T.JPM_JP_TYPE , T.EFFDT , T.DESCR , T.JPM_JP_TYPE_STATUS , T.JPM_PROFILE_USAGE FROM PS_JPM_JP_TYPES T , PS_JPM_JP_SEC_VW S WHERE S.JPM_JP_TYPE = T.JPM_JP_TYPE AND T.JPM_PROFILE_USAGE = 'P'

  • Related Language Record: JPM_JP_TYP_LNVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 JPM_ROLE Character(3) VARCHAR2(3) NOT NULL Role
    ADM=Administrator
    EMP=Employee
    MGR=Manager
    2 JPM_JP_TYPE Character(12) VARCHAR2(12) NOT NULL Profile Type name for a JPM Profile Type
    3 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 JPM_JP_TYPE_STATUS Character(1) VARCHAR2(1) NOT NULL Status of Job Profile Type
    A=Active
    I=Inactive
    P=Pending

    Default Value: A

    6 JPM_PROFILE_USAGE Character(1) VARCHAR2(1) NOT NULL Value used to specify how the profile is used in business logic. This profile may represent a person profile, a profile in progress and not available for use, a job profile, etc.
    J=Non-Person
    P=Person