MEMBER_COMM_QUO

(SQL Table)
Index Back

Sales Commission by Quotas:Dtl

This 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 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETID_NONVW

2 SUPPORT_TEAM_MBR Character(8) VARCHAR2(8) NOT NULL Team Member

Prompt Table: MEMBER_PERSON

3 DATE_FROM Date(10) DATE NOT NULL Date From
4 DATE_TO Date(10) DATE NOT NULL Date To
5 QUOTAS_AMT_FR Number(15,4) DECIMAL(14,4) NOT NULL Amount From
6 QUOTAS_AMT_TO 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