SPB_TEAM

(SQL Table)
Index Back

Team

This record is used to store a Team, for example a team of Service Coordinators

  • Related Language Record: SPB_TEAM_LANG
  • Parent Record Of SPB_MEM_BY_TEAM
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 TEAM_ID Character(15) VARCHAR2(15) NOT NULL Team ID
    3 TEAM_TYPE Character(2) VARCHAR2(2) NOT NULL Type of the team. For example it can be 'Service Coordinator' or 'Service Provider'
    SC=Service Coordinator

    Default Value: SC

    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

    7 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    8 NOTIFY_MEMBERS Character(1) VARCHAR2(1) NOT NULL Notify Team Members
    N=No
    Y=Yes