SPB_TEAM_ID_VW(SQL View) |
Index Back |
---|---|
Team ID ViewThis view is used to fetch the most current Team IDs that are active |
SELECT A.SETID , A.TEAM_ID , A.DESCR FROM PS_SPB_TEAM A WHERE A.TEAM_TYPE = 'SC' AND A.EFF_STATUS = 'A' AND %EffdtCheck(SPB_TEAM,A,%CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | TEAM_ID | Character(15) | VARCHAR2(15) NOT NULL | Team ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |