RPM_SG_MBR_VW

(SQL View)
Index Back

Audiences dataset rules view

Audiences by team member, source, published to be used in dataset security rules.

SELECT DISTINCT A.SETID , A.RA_SEGMENT_GRP_ID , B.RA_SEGMENT_GROUP , A.PERSON_ID_MBR , 1 FROM PS_RPM_LIST_MMBR_V A , PS_RA_SEG_GRP_TBL B WHERE A.RA_SEGMENT_GRP_ID = B.RA_SEGMENT_GRP_ID AND A.SETID = B.SETID AND A.RA_SEG_PUBLISH_FLG = 'Y'

  • Related Language Record: RPM_SG_MBR_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 RA_SEGMENT_GRP_ID Character(15) VARCHAR2(15) NOT NULL Marketing Segment Group Key ID field
    3 RA_SEGMENT_GROUP Character(30) VARCHAR2(30) NOT NULL Marketing Segment Group name field.
    4 PERSON_ID_MBR Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts
    5 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.