RD_PTNR_PRF_VW

(SQL View)
Index Back

Partner Security Profile View

This is view of Partner Security Profile showing all the memberships and profiles associated with a partner.

SELECT A.BO_ID , B.RSEC_PROFILE_ID , C.DESCR , C.DESCRLONG FROM PS_RSEC_ML_PARTNER A , PS_RSEC_PROFILEMDM B , PS_RSEC_PROFILEDFN C WHERE A.RSEC_MEMBER_ID = B.RSEC_MEMBER_ID AND B.RSEC_PROFILE_ID = C.RSEC_PROFILE_ID AND C.STATUS = 'A'

  • Related Language Record: RD_PTNR_PRF_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID

    Prompt Table: RSEC_BO_PART_VW

    2 RSEC_PROFILE_ID Character(30) VARCHAR2(30) NOT NULL A unique identifier of security profile for application security.
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRLONG Long Character CLOB Long Description