TEAM_CD_AN_SRCH(SQL View) |
Index Back |
---|---|
Team Code AutoNum Add SrchView of team code and description from the team table. |
select a.setid, a.support_team_cd, a.descr from PS_TEAM_CODE_TBL a |
# | 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.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | SUPPORT_TEAM_CD | Character(6) | VARCHAR2(6) NOT NULL |
Support Team Code
Default Value: NEXT Prompt Table: TEAM_CD_AN_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |