CUST_TEAM(SQL Table) |
Index Back |
---|---|
Customer Sales PeopleThis table stores the support team code associated with a Ship To customer. |
# | 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_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
3 | SUPPORT_TEAM_CD | Character(6) | VARCHAR2(6) NOT NULL |
Support Team Code
Default Value: RB_EIP_DEFAULTS.SUPPORT_TEAM_CD Prompt Table: TEAM_CODE_TBL |
4 | DEFAULT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This field is a flag field to indicate default or not.
N=No Y=Yes Y/N Table Edit Default Value: Y |
5 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | This field determines the last user or operator that last changed this item. |
6 | DATE_LAST_MAINT | Date(10) | DATE | This field determines the date of last maintenance. |