MEMBER_TYPE_TBL(SQL Table) |
Index Back |
---|---|
Support Team TypeTableThis table holds user defined member types. These member types identify the different people that may comprise a support team. These member types could represent a job function such as salesperson, account manager and more. |
# | 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_MEMBER_TYPE | Character(6) | VARCHAR2(6) NOT NULL | Team Member Type Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | COMMISSIONABLE | Character(1) | VARCHAR2(1) NOT NULL |
Commissionable
Y/N Table Edit Default Value: Y |
8 | 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.
Y/N Table Edit Default Value: N |
9 | DEF_COMPCT_SRC | Character(4) | VARCHAR2(4) NOT NULL |
Default Commission Pct Source
MBR=Commissioned Member SCH=Commission Schedule |
10 | QUOTA_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Basis
B=Bookings S=Shipments |
11 | COMM_PCT | Number(6,2) | DECIMAL(5,2) NOT NULL | Commission % |