MEMBER_COMM_QUO(SQL Table) |
Index Back |
---|---|
Sales Commission by Quotas:DtlThis table stores the commissions and quotas for a support team member. It is consulted during the background processing which will determine the commission percentage due a support team member based on their sales or bookings activity. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | Character(8) | VARCHAR2(8) NOT NULL |
Team Member
Prompt Table: MEMBER_PERSON |
|
3 | Date(10) | DATE NOT NULL | Date From | |
4 | Date(10) | DATE NOT NULL | Date To | |
5 | Number(15,4) | DECIMAL(14,4) NOT NULL | Amount From | |
6 | Number(15,4) | DECIMAL(14,4) NOT NULL | Amount To | |
7 | COMM_PCT | Number(6,2) | DECIMAL(5,2) NOT NULL | Commission % |
8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |