BI_TEAM_MBR_VW

(SQL View)
Index Back

Active Team Members

This record is a copy of TEAM_MEMBER_VW, but only selects Active Team Members.

SELECT A.SETID , A.SUPPORT_TEAM_MBR , A.NAME1 , A.TEAM_MEMBER_TYPE , B.SALES_PERSON FROM PS_MEMBER_PERSON A , PS_MEMBER_TYPE_TBL B WHERE A.TEAM_MEMBER_TYPE = B.TEAM_MEMBER_TYPE AND B.SETID = A.SETID AND %EffdtCheck(MEMBER_TYPE_TBL B1, B, %CurrentDateIn) AND B.SALES_PERSON = 'Y' AND A.EFF_STATUS = 'A'

  • Related Language Record: TEAM_MEMBER_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 SALES_PERSON Character(8) VARCHAR2(8) NOT NULL Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer.
    3 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1
    4 TEAM_MEMBER_TYPE Character(6) VARCHAR2(6) NOT NULL Team Member Type Code
    5 SALES_PERSN_FLG Character(8) VARCHAR2(8) NOT NULL Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer.